Age | Commit message (Expand) | Author | Files | Lines |
2015-06-03 | Replace finite with isfinite. | Wilco Dijkstra | 3 | -3/+3 |
2015-06-03 | This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* t... | Wilco Dijkstra | 34 | -53/+53 |
2015-05-28 | 2015-05-28 Wilco Dijkstra <wdijkstr@arm.com> | Wilco Dijkstra | 2 | -10/+2 |
2015-05-22 | Fix ldbl-128 / ldbl-128ibm tanl for -Wuninitialized. | Joseph Myers | 2 | -0/+24 |
2015-05-22 | Fix ldbl-128 / ldbl-128ibm erfcl for -Wuninitialized | Joseph Myers | 2 | -2/+2 |
2015-05-22 | Fix ldbl-128 / ldbl-128ibm asinl for -Wuninitialized. | Joseph Myers | 2 | -4/+6 |
2015-05-21 | Fix lgamma implementations for -Wuninitialized. | Joseph Myers | 3 | -0/+35 |
2015-05-21 | Fix sysdeps/ieee754/dbl-64/mpa.c for -Wuninitialized. | Joseph Myers | 1 | -2/+3 |
2015-05-19 | Fix ldbl-96 remquol (finite, Inf) (bug 18244). | Joseph Myers | 1 | -1/+1 |
2015-05-15 | Fix atanhl missing underflows (bug 16352). | Joseph Myers | 5 | -2/+38 |
2015-05-15 | Fix tanf spurious underflows (bug 18221). | Joseph Myers | 1 | -1/+1 |
2015-05-15 | Fix lgammaf spurious underflows (bug 18220). | Joseph Myers | 1 | -3/+3 |
2015-05-15 | Remove various ABS macros and replace uses with fabs (or in one case abs) | Wilco Dijkstra | 11 | -85/+90 |
2015-05-15 | Fix erfcf spurious underflows (bug 18217). | Joseph Myers | 1 | -1/+1 |
2015-05-14 | Fix atanf spurious underflows (bug 18196). | Joseph Myers | 1 | -1/+1 |
2015-05-14 | Fix log1p missing underflows (bug 16339). | Joseph Myers | 3 | -1/+23 |
2015-04-28 | Fix ldbl-128 roundl for exponents in [31, 47] (bug 18346). | Joseph Myers | 1 | -1/+1 |
2015-04-22 | Use __copysign rather than copysign. | Wilco Dijkstra | 2 | -2/+2 |
2015-04-13 | Set errno for log1p on pole/domain error. | Stefan Liebler | 7 | -13/+46 |
2015-04-08 | Fix dbl-64 atan2 in non-default rounding modes (bug 18210, bug 18211). | Joseph Myers | 1 | -0/+2 |
2015-04-08 | Fix dbl-64 atan in non-default rounding modes (bug 18197). | Joseph Myers | 1 | -0/+2 |
2015-03-10 | powerpc: Fix incorrect results for pow when using FMA | Adhemerval Zanella | 1 | -0/+1 |
2015-02-27 | Fix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046, bug 18047). | Joseph Myers | 2 | -3/+3 |
2015-02-27 | Add comment to CSTR macro in k_standard.c. | Joseph Myers | 1 | -0/+1 |
2015-02-26 | Avoid -Wno-write-strings for k_standard.c. | Joseph Myers | 2 | -81/+54 |
2015-02-26 | Avoid uninitialized warnings in Bessel functions. | Joseph Myers | 6 | -12/+24 |
2015-02-26 | Fix ldbl-128/ldbl-128ibm acosl inaccuracy (bug 18038, bug 18039). | Joseph Myers | 2 | -2/+2 |
2015-02-26 | Fix asin missing underflows (bug 16351). | Joseph Myers | 5 | -1/+35 |
2015-02-26 | Fix ldbl-128ibm logbl near powers of 2 (bug 18030). | Joseph Myers | 1 | -3/+14 |
2015-02-26 | Fix ldbl-128ibm ilogbl near powers of 2 (bug 18029). | Joseph Myers | 1 | -4/+19 |
2015-02-25 | Fix ldbl-128ibm asinhl inaccuracy (bug 18020). | Joseph Myers | 1 | -4/+4 |
2015-02-25 | Fix ldbl-128ibm acoshl inaccuracy (bug 18019). | Joseph Myers | 1 | -2/+2 |
2015-02-18 | Fix atan / atan2 missing underflows (bug 15319). | Joseph Myers | 5 | -3/+41 |
2015-02-17 | Fix sign of remquo zero remainder in round-downward mode (bug 17987). | Joseph Myers | 6 | -0/+18 |
2015-02-16 | Fix remquo spurious overflows (bug 17978). | Joseph Myers | 6 | -12/+12 |
2015-02-13 | Fix dbl-64/wordsize-64 remquo (bug 17569). | Joseph Myers | 1 | -1/+1 |
2015-02-12 | Fix exp2 spurious underflows (bug 16560). | Joseph Myers | 2 | -0/+6 |
2015-02-11 | Fix sincos errno setting (bug 15467). | Joseph Myers | 5 | -0/+15 |
2015-01-12 | Fix ldbl-96 scalblnl underflowing results (bug 17803). | Joseph Myers | 1 | -4/+4 |
2015-01-12 | Fix ldbl-96 scalblnl for subnormal arguments (bug 17834). | Joseph Myers | 1 | -2/+2 |
2015-01-05 | lround: provide cast for wordsize-64 version if needed | Chris Metcalf | 1 | -6/+22 |
2015-01-02 | Fix libm fegetround namespace (bug 17748). | Joseph Myers | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 209 | -209/+209 |
2014-12-31 | Clean up powerpc fegetround / __fegetround inlines. | Joseph Myers | 5 | -8/+8 |
2014-12-22 | Split __kernel_standard* functions (fixes bug 17724). | Joseph Myers | 3 | -90/+154 |
2014-12-11 | powerpc: Fix lgammal_r overflow warnings | Adhemerval Zanella | 1 | -1/+9 |
2014-11-26 | FIx ldbl-128ibm frexpl for 32-bit systems (bug 16619, bug 16740). | Joseph Myers | 1 | -2/+2 |
2014-11-24 | Remove IS_IN_libm | Siddhesh Poyarekar | 28 | -30/+30 |
2014-11-18 | Fix libm mpone, mptwo namespace (bug 17616). | Joseph Myers | 7 | -13/+13 |
2014-08-04 | Fix missing <math_private.h> in ldbl-96 fma | Andreas Schwab | 1 | -0/+1 |