about summary refs log tree commit diff
path: root/sysdeps/ieee754
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use __copysign rather than copysign.Wilco Dijkstra2015-04-222-2/+2
* Set errno for log1p on pole/domain error.Stefan Liebler2015-04-137-13/+46
* Fix dbl-64 atan2 in non-default rounding modes (bug 18210, bug 18211).Joseph Myers2015-04-081-0/+2
* Fix dbl-64 atan in non-default rounding modes (bug 18197).Joseph Myers2015-04-081-0/+2
* powerpc: Fix incorrect results for pow when using FMAAdhemerval Zanella2015-03-101-0/+1
* Fix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046, bug 18047).Joseph Myers2015-02-272-3/+3
* Add comment to CSTR macro in k_standard.c.Joseph Myers2015-02-271-0/+1
* Avoid -Wno-write-strings for k_standard.c.Joseph Myers2015-02-262-81/+54
* Avoid uninitialized warnings in Bessel functions.Joseph Myers2015-02-266-12/+24
* Fix ldbl-128/ldbl-128ibm acosl inaccuracy (bug 18038, bug 18039).Joseph Myers2015-02-262-2/+2
* Fix asin missing underflows (bug 16351).Joseph Myers2015-02-265-1/+35
* Fix ldbl-128ibm logbl near powers of 2 (bug 18030).Joseph Myers2015-02-261-3/+14
* Fix ldbl-128ibm ilogbl near powers of 2 (bug 18029).Joseph Myers2015-02-261-4/+19
* Fix ldbl-128ibm asinhl inaccuracy (bug 18020).Joseph Myers2015-02-251-4/+4
* Fix ldbl-128ibm acoshl inaccuracy (bug 18019).Joseph Myers2015-02-251-2/+2
* Fix atan / atan2 missing underflows (bug 15319).Joseph Myers2015-02-185-3/+41
* Fix sign of remquo zero remainder in round-downward mode (bug 17987).Joseph Myers2015-02-176-0/+18
* Fix remquo spurious overflows (bug 17978).Joseph Myers2015-02-166-12/+12
* Fix dbl-64/wordsize-64 remquo (bug 17569).Joseph Myers2015-02-131-1/+1
* Fix exp2 spurious underflows (bug 16560).Joseph Myers2015-02-122-0/+6
* Fix sincos errno setting (bug 15467).Joseph Myers2015-02-115-0/+15
* Fix ldbl-96 scalblnl underflowing results (bug 17803).Joseph Myers2015-01-121-4/+4
* Fix ldbl-96 scalblnl for subnormal arguments (bug 17834).Joseph Myers2015-01-121-2/+2
* lround: provide cast for wordsize-64 version if neededChris Metcalf2015-01-051-6/+22
* Fix libm fegetround namespace (bug 17748).Joseph Myers2015-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02209-209/+209
* Clean up powerpc fegetround / __fegetround inlines.Joseph Myers2014-12-315-8/+8
* Split __kernel_standard* functions (fixes bug 17724).Joseph Myers2014-12-223-90/+154
* powerpc: Fix lgammal_r overflow warningsAdhemerval Zanella2014-12-111-1/+9
* FIx ldbl-128ibm frexpl for 32-bit systems (bug 16619, bug 16740).Joseph Myers2014-11-261-2/+2
* Remove IS_IN_libmSiddhesh Poyarekar2014-11-2428-30/+30
* Fix libm mpone, mptwo namespace (bug 17616).Joseph Myers2014-11-187-13/+13
* Fix missing <math_private.h> in ldbl-96 fmaAndreas Schwab2014-08-041-0/+1
* Force eval for fma implementationsRichard Henderson2014-08-014-20/+24
* Fix ldbl-128 expm1l spurious underflow (bug 16539).Joseph Myers2014-06-301-0/+5