summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
* Reduce number of constants in __finite* (bug 15384).Joseph Myers2015-09-175-5/+5
* Fix tgamma missing underflows (bug 18951).Joseph Myers2015-09-175-0/+25
* Make scalbn set errno (bug 6803).Joseph Myers2015-09-167-16/+3
* Clean up ldbl-128 / ldbl-128ibm expm1l dead code (bug 16415).Joseph Myers2015-09-162-32/+4
* Fix ldbl-128ibm nearbyintl use of signaling comparisons on NaNs (bug 18857).Joseph Myers2015-09-151-1/+3
* Simplify hypotf infinity handling (bug 15918).Joseph Myers2015-09-151-10/+2
* Fix exp2 missing underflows (bug 16521).Joseph Myers2015-09-142-2/+18
* Fix ldbl-128/ldbl-128ibm lgamma spurious "invalid", incorrect signgam (bug 18...Joseph Myers2015-09-111-2/+2
* Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558).Joseph Myers2015-09-1015-0/+2519
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Disable uninitialized warning with GCC 4.8Stan Shebs2015-08-261-0/+12
* Fix uninitialized variable use in ldbl-128ibm nearbyintl.Joseph Myers2015-08-201-9/+5
* Fix fma spurious underflows (bug 18824).Joseph Myers2015-08-143-3/+3
* Fix tanh missing underflows (bug 16520).Joseph Myers2015-08-135-2/+42
* Fix ldbl-128ibm tanhl inaccuracy (bug 18790).Joseph Myers2015-08-101-5/+5
* Fix ldbl-128ibm sinhl inaccuracy near 0 (bug 18789).Joseph Myers2015-08-101-1/+1
* Fix tan missing underflows (bug 16517).Joseph Myers2015-08-075-4/+51
* Fix sinh missing underflows (bug 16519).Joseph Myers2015-08-065-7/+43
* Fix powf (close to -1, large) (bug 18647).Joseph Myers2015-08-051-1/+1
* Remove unused file sysdeps/ieee754/support.cWilco Dijkstra2015-07-061-520/+0
* Fix ldbl-128 expm1l (-min_subnorm) result sign (bug 18619).Joseph Myers2015-07-011-3/+12
* Improve tgamma accuracy (bug 18613).Joseph Myers2015-06-295-126/+271
* Fix ldbl-128 j1l spurious underflows (bug 18612).Joseph Myers2015-06-291-0/+10
* Fix j1, jn missing underflows (bug 16559).Joseph Myers2015-06-298-5/+55
* Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers2015-06-255-710/+741
* Fix ldbl-128 expl missing underflows (bug 18586).Joseph Myers2015-06-241-1/+9
* Fix sin, sincos missing underflows (bug 16526, bug 16538).Joseph Myers2015-06-237-17/+74
* Fix spurious "inexact" exceptions from __kernel_standard_l (bug 18245, bug 18...Joseph Myers2015-06-231-24/+8
* Fix exp2, exp2f spurious underflows (bug 18219).Joseph Myers2015-06-232-2/+6
* Fix expm1 missing underflows (bug 16353).Joseph Myers2015-06-223-1/+14
* Fixed powerpc64 build.Andrew Senkevich2015-06-191-0/+4
* Fix asinh missing underflows (bug 16350).Joseph Myers2015-06-185-0/+30
* Remove ldbl-128ibm variants of complex math functions.Joseph Myers2015-06-173-281/+0
* Replace finite with isfinite.Wilco Dijkstra2015-06-033-3/+3
* This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t...Wilco Dijkstra2015-06-0334-53/+53
* 2015-05-28 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2015-05-282-10/+2
* Fix ldbl-128 / ldbl-128ibm tanl for -Wuninitialized.Joseph Myers2015-05-222-0/+24
* Fix ldbl-128 / ldbl-128ibm erfcl for -WuninitializedJoseph Myers2015-05-222-2/+2
* Fix ldbl-128 / ldbl-128ibm asinl for -Wuninitialized.Joseph Myers2015-05-222-4/+6
* Fix lgamma implementations for -Wuninitialized.Joseph Myers2015-05-213-0/+35
* Fix sysdeps/ieee754/dbl-64/mpa.c for -Wuninitialized.Joseph Myers2015-05-211-2/+3
* Fix ldbl-96 remquol (finite, Inf) (bug 18244).Joseph Myers2015-05-191-1/+1
* Fix atanhl missing underflows (bug 16352).Joseph Myers2015-05-155-2/+38
* Fix tanf spurious underflows (bug 18221).Joseph Myers2015-05-151-1/+1
* Fix lgammaf spurious underflows (bug 18220).Joseph Myers2015-05-151-3/+3
* Remove various ABS macros and replace uses with fabs (or in one case abs)Wilco Dijkstra2015-05-1511-85/+90
* Fix erfcf spurious underflows (bug 18217).Joseph Myers2015-05-151-1/+1
* Fix atanf spurious underflows (bug 18196).Joseph Myers2015-05-141-1/+1
* Fix log1p missing underflows (bug 16339).Joseph Myers2015-05-143-1/+23
* Fix ldbl-128 roundl for exponents in [31, 47] (bug 18346).Joseph Myers2015-04-281-1/+1