index
:
glibc
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdeps
/
ieee754
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-27
Fix sign of input to bsloww1 (BZ #16623)
Siddhesh Poyarekar
1
-6
/
+10
2014-01-15
[BZ #16427] Fix ldbl-128 exp overflows.
Andreas Krebbel
1
-13
/
+5
2014-01-08
PowerPC: remove wrong truncl implementation for PowerPC64
Adhemerval Zanella
1
-3
/
+0
2014-01-08
Fix ldbl-128ibm expm1l on large arguments (bug 16408).
Joseph Myers
1
-0
/
+2
2014-01-07
Fix ldbl-128ibm coshl spurious overflows (bug 16407).
Joseph Myers
1
-1
/
+1
2014-01-06
Fix ldbl-128 / ldbl-128ibm lgammal spurious underflow (bug 16400).
Joseph Myers
1
-1
/
+3
2014-01-02
Fix ldbl-128ibm logl inaccuracy (bug 16386).
Joseph Myers
1
-0
/
+8
2014-01-02
Fix ldbl-128ibm asinhl inaccuracy (bug 16385).
Joseph Myers
1
-1
/
+1
2014-01-02
Fix ldbl-128ibm acoshl inaccuracy (bug 16384).
Joseph Myers
1
-2
/
+2
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
205
-205
/
+205
2013-12-27
Fix typo in csloww()
Allan McRae
1
-1
/
+1
2013-12-22
Fix ldbl-128 lgammal for small negative arguments (bug 16337).
Joseph Myers
1
-2
/
+2
2013-12-20
Consolidate code to compute sin and cos from lookup tables
Siddhesh Poyarekar
1
-232
/
+129
2013-12-20
Remove more redundant computations in s_sin.c
Siddhesh Poyarekar
1
-42
/
+33
2013-12-20
Remove redundant arguments in reduce_and_compute
Siddhesh Poyarekar
1
-4
/
+4
2013-12-20
Remove some redundant computations in s_sin.c
Siddhesh Poyarekar
1
-24
/
+15
2013-12-18
Compile e_sqrt.c with -ffp-contract=off.
Marcus Shawcroft
1
-0
/
+1
2013-12-18
Fix ldbl-128 logl for subnormals (bug 16338).
Joseph Myers
1
-3
/
+2
2013-12-17
Fix dbl-64 hypot spurious underflows (bug 16314).
Joseph Myers
1
-1
/
+1
2013-12-17
Fix hypot handling of subnormals (bug 16316, bug 16330).
Joseph Myers
3
-0
/
+33
2013-12-16
Minor code cleanup in s_sin.c
Siddhesh Poyarekar
1
-20
/
+13
2013-12-11
Consolidate definition of constant t22
Siddhesh Poyarekar
1
-9
/
+3
2013-12-11
Use double constants instead of the struct number
Siddhesh Poyarekar
2
-136
/
+106
2013-12-06
PowerPC: multiarch logb/logbf/logbl for PowerPC32
Adhemerval Zanella
1
-1
/
+2
2013-12-06
PowerPC: multiarch finite/finitef for PowerPC32
Adhemerval Zanella
2
-3
/
+12
2013-12-04
Fix Bessel function error handling (bug 6807, bug 15901).
Joseph Myers
4
-10
/
+13
2013-12-03
Fix exp missing underflows (bug 15268, bug 15425).
Joseph Myers
1
-3
/
+14
2013-12-03
Fix erfc errno setting on underflow (bug 6786).
Joseph Myers
5
-10
/
+65
2013-11-28
Remove unused ldbl-96 functions (bug 15004).
Joseph Myers
16
-1046
/
+0
2013-11-28
Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).
Joseph Myers
1
-4
/
+34
2013-11-25
PowerPC: Set/restore rounding mode only when needed
Adhemerval Zanella
4
-21
/
+16
2013-11-20
Add systemtap probe markers for sin, cos, asin and acos
Siddhesh Poyarekar
1
-0
/
+5
2013-10-30
rename configure.in to configure.ac
Mike Frysinger
2
-1
/
+1
2013-10-28
Consolidate conditionals in mp sin/cos functions
Siddhesh Poyarekar
1
-8
/
+6
2013-10-17
Format floating routines.
Ondřej Bílka
58
-2175
/
+2769
2013-10-11
Add systemtap markers to math function slow paths
Siddhesh Poyarekar
6
-5
/
+45
2013-10-10
Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl.
Joseph Myers
2
-0
/
+4
2013-10-08
Format e_pow.c
Siddhesh Poyarekar
1
-260
/
+313
2013-10-08
Format e_exp.c
Siddhesh Poyarekar
1
-164
/
+242
2013-10-08
Consolidate multiple precision sin/cos functions
Siddhesh Poyarekar
2
-125
/
+111
2013-10-04
PowerPC floating point little-endian [6 of 15]
Alan Modra
1
-28
/
+23
2013-10-04
PowerPC floating point little-endian [5 of 15]
Alan Modra
2
-56
/
+0
2013-10-04
PowerPC floating point little-endian [4 of 15]
Alan Modra
4
-134
/
+152
2013-10-04
PowerPC floating point little-endian [3 of 15]
Alan Modra
21
-240
/
+284
2013-10-04
PowerPC floating point little-endian [2 of 15]
Alan Modra
25
-85
/
+138
2013-10-04
PowerPC floating point little-endian [1 of 15]
Alan Modra
3
-11
/
+15
2013-10-04
Fix for [BZ #15680] IBM long double inaccuracy
Alan Modra
5
-106
/
+156
2013-10-04
IBM long double mechanical changes to support little-endian
Alan Modra
10
-184
/
+145
2013-09-19
Consolidate common code into macros
Siddhesh Poyarekar
1
-74
/
+62
2013-09-19
Consolidate sin/cos table lookup code
Siddhesh Poyarekar
1
-114
/
+35
[next]