| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: Fix incorrect results for pow when using FMA | Adhemerval Zanella | 2015-03-10 | 1 | -0/+1 |
* | Fix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046, bug 18047). | Joseph Myers | 2015-02-27 | 2 | -3/+3 |
* | Add comment to CSTR macro in k_standard.c. | Joseph Myers | 2015-02-27 | 1 | -0/+1 |
* | Avoid -Wno-write-strings for k_standard.c. | Joseph Myers | 2015-02-26 | 2 | -81/+54 |
* | Avoid uninitialized warnings in Bessel functions. | Joseph Myers | 2015-02-26 | 6 | -12/+24 |
* | Fix ldbl-128/ldbl-128ibm acosl inaccuracy (bug 18038, bug 18039). | Joseph Myers | 2015-02-26 | 2 | -2/+2 |
* | Fix asin missing underflows (bug 16351). | Joseph Myers | 2015-02-26 | 5 | -1/+35 |
* | Fix ldbl-128ibm logbl near powers of 2 (bug 18030). | Joseph Myers | 2015-02-26 | 1 | -3/+14 |
* | Fix ldbl-128ibm ilogbl near powers of 2 (bug 18029). | Joseph Myers | 2015-02-26 | 1 | -4/+19 |
* | Fix ldbl-128ibm asinhl inaccuracy (bug 18020). | Joseph Myers | 2015-02-25 | 1 | -4/+4 |
* | Fix ldbl-128ibm acoshl inaccuracy (bug 18019). | Joseph Myers | 2015-02-25 | 1 | -2/+2 |
* | Fix atan / atan2 missing underflows (bug 15319). | Joseph Myers | 2015-02-18 | 5 | -3/+41 |
* | Fix sign of remquo zero remainder in round-downward mode (bug 17987). | Joseph Myers | 2015-02-17 | 6 | -0/+18 |
* | Fix remquo spurious overflows (bug 17978). | Joseph Myers | 2015-02-16 | 6 | -12/+12 |
* | Fix dbl-64/wordsize-64 remquo (bug 17569). | Joseph Myers | 2015-02-13 | 1 | -1/+1 |
* | Fix exp2 spurious underflows (bug 16560). | Joseph Myers | 2015-02-12 | 2 | -0/+6 |
* | Fix sincos errno setting (bug 15467). | Joseph Myers | 2015-02-11 | 5 | -0/+15 |
* | Fix ldbl-96 scalblnl underflowing results (bug 17803). | Joseph Myers | 2015-01-12 | 1 | -4/+4 |
* | Fix ldbl-96 scalblnl for subnormal arguments (bug 17834). | Joseph Myers | 2015-01-12 | 1 | -2/+2 |
* | lround: provide cast for wordsize-64 version if needed | Chris Metcalf | 2015-01-05 | 1 | -6/+22 |
* | Fix libm fegetround namespace (bug 17748). | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 209 | -209/+209 |
* | Clean up powerpc fegetround / __fegetround inlines. | Joseph Myers | 2014-12-31 | 5 | -8/+8 |
* | Split __kernel_standard* functions (fixes bug 17724). | Joseph Myers | 2014-12-22 | 3 | -90/+154 |
* | powerpc: Fix lgammal_r overflow warnings | Adhemerval Zanella | 2014-12-11 | 1 | -1/+9 |
* | FIx ldbl-128ibm frexpl for 32-bit systems (bug 16619, bug 16740). | Joseph Myers | 2014-11-26 | 1 | -2/+2 |
* | Remove IS_IN_libm | Siddhesh Poyarekar | 2014-11-24 | 28 | -30/+30 |
* | Fix libm mpone, mptwo namespace (bug 17616). | Joseph Myers | 2014-11-18 | 7 | -13/+13 |
* | Fix missing <math_private.h> in ldbl-96 fma | Andreas Schwab | 2014-08-04 | 1 | -0/+1 |
* | Force eval for fma implementations | Richard Henderson | 2014-08-01 | 4 | -20/+24 |
* | Fix ldbl-128 expm1l spurious underflow (bug 16539). | Joseph Myers | 2014-06-30 | 1 | -0/+5 |
* | Fix ldbl-128 powl sign of result in overflow / underflow cases (bug 17097). | Joseph Myers | 2014-06-29 | 1 | -13/+13 |
* | Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562). | Joseph Myers | 2014-06-27 | 5 | -248/+304 |
* | Fix exp10 spurious underflows (bug 16560). | Joseph Myers | 2014-06-25 | 3 | -0/+6 |
* | Fix ldbl-128 erfl spurious underflows (bug 16287). | Joseph Myers | 2014-06-24 | 1 | -0/+2 |
* | Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near ... | Joseph Myers | 2014-06-23 | 5 | -7/+7 |
* | Set errno for y1 overflow (bug 17050). | Joseph Myers | 2014-06-23 | 4 | -4/+22 |
* | Fix pow overflow in non-default rounding modes (bug 16315). | Joseph Myers | 2014-06-23 | 1 | -20/+41 |
* | [BZ #6803] Set errno for scalbln, scalbn | Stefan Liebler | 2014-06-20 | 9 | -13/+50 |
* | PowerPC: Fix nearbyintl failure for few inputs | Rajalakshmi Srinivasaraghavan | 2014-06-17 | 1 | -0/+5 |
* | Fix log2 (1) in round-downward mode (bug 17042). | Joseph Myers | 2014-06-10 | 2 | -0/+6 |
* | Fix excessive ULP for y1_upward (0x2p+0) in test-float and test-ifloat. | David S. Miller | 2014-05-31 | 1 | -0/+1 |
* | Fix log10 (1) in round-downward mode (bug 16977). | Joseph Myers | 2014-05-23 | 2 | -0/+6 |
* | Fix log1pl (LDBL_MAX) in FE_UPWARD mode (bug 16564). | Joseph Myers | 2014-05-14 | 2 | -2/+8 |
* | Fix acosh (1) in round-downward mode (bug 16927). | Joseph Myers | 2014-05-14 | 1 | -1/+1 |
* | Fix erf underflow handling near 0 (bug 16516). | Joseph Myers | 2014-05-14 | 5 | -17/+54 |
* | [BZ #16823] Fix log1pl returning wrong infinity sign | Stefan Liebler | 2014-04-29 | 3 | -3/+3 |
* | [BZ #16824] Fix failing y1 due to too large ulps in downward/upward rounding ... | Stefan Liebler | 2014-04-16 | 1 | -0/+1 |
* | Correct IBM long double frexpl. | Alan Modra | 2014-04-16 | 1 | -44/+102 |
* | Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800). | Joseph Myers | 2014-04-02 | 1 | -1/+1 |