| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not include math-barriers.h in math_private.h. | Joseph Myers | 2018-05-11 | 1 | -0/+1 |
* | Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l) | Wilco Dijkstra | 2018-03-15 | 1 | -2/+2 |
* | Move LDBL_CLASSIFY_COMPAT to its own header. | Joseph Myers | 2018-02-01 | 3 | -3/+6 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 14 | -14/+14 |
* | [BZ #22243] fix log2(0) and log(10) in downward rounding | Szabolcs Nagy | 2017-10-04 | 2 | -2/+2 |
* | Use libm_alias_double for dbl-64 modf. | Joseph Myers | 2017-10-03 | 1 | -4/+3 |
* | Use libm_alias_double for dbl-64 logb. | Joseph Myers | 2017-10-03 | 1 | -4/+3 |
* | Use libm_alias_double for dbl-64 frexp. | Joseph Myers | 2017-10-03 | 1 | -5/+2 |
* | Use libm_alias_double for more dbl-64 functions. | Joseph Myers | 2017-10-03 | 9 | -50/+19 |
* | Use libm_alias_double for some dbl-64 functions. | Joseph Myers | 2017-09-29 | 5 | -20/+9 |
* | Fix nearbyint arithmetic moved before feholdexcept (bug 22225). | Joseph Myers | 2017-09-28 | 1 | -4/+4 |
* | Make more libm functions into weak aliases. | Joseph Myers | 2017-09-14 | 4 | -9/+17 |
* | Consistently use uintN_t not u_intN_t in libm. | Joseph Myers | 2017-08-03 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 14 | -14/+14 |
* | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2016-12-21 | 1 | -0/+72 |
* | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 2016-11-19 | 1 | -0/+53 |
* | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 2016-10-19 | 1 | -0/+33 |
* | Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1. | Joseph Myers | 2016-10-17 | 3 | -3/+6 |
* | Add totalordermag, totalordermagf, totalordermagl. | Joseph Myers | 2016-10-15 | 1 | -0/+46 |
* | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2016-10-12 | 1 | -0/+49 |
* | sparc64: add a VIS3 version of ceil, floor and trunc | Aurelien Jarno | 2016-08-03 | 1 | -1/+3 |
* | Fix frexp (NaN) (bug 20250). | Joseph Myers | 2016-06-13 | 1 | -0/+3 |
* | Do not raise "inexact" from generic round (bug 15479). | Joseph Myers | 2016-05-24 | 1 | -6/+0 |
* | Do not raise "inexact" from generic floor (bug 15479). | Joseph Myers | 2016-05-24 | 1 | -7/+2 |
* | Do not raise "inexact" from generic ceil (bug 15479). | Joseph Myers | 2016-05-24 | 1 | -7/+2 |
* | Fix __finitel libm compat symbol version. | Joseph Myers | 2016-01-20 | 1 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 9 | -9/+9 |
* | math: add LDBL_CLASSIFY_COMPAT support | Chris Metcalf | 2015-12-03 | 3 | -3/+17 |
* | Fix lround, llround missing exceptions close to overflow threshold (bug 19088). | Joseph Myers | 2015-10-07 | 1 | -2/+22 |
* | Use dbl-64/wordsize-64 for MIPS64. | Joseph Myers | 2015-10-07 | 1 | -1/+0 |
* | Don't use dbl-64/wordsize-64 lround based on llround for ILP32 (bug 19079). | Joseph Myers | 2015-10-07 | 2 | -16/+71 |
* | Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is... | Wilco Dijkstra | 2015-09-18 | 2 | -56/+0 |
* | Reduce number of constants in __finite* (bug 15384). | Joseph Myers | 2015-09-17 | 1 | -1/+1 |
* | Make scalbn set errno (bug 6803). | Joseph Myers | 2015-09-16 | 1 | -2/+0 |
* | Fix expm1 missing underflows (bug 16353). | Joseph Myers | 2015-06-22 | 1 | -1/+2 |
* | Use __copysign rather than copysign. | Wilco Dijkstra | 2015-04-22 | 1 | -1/+1 |
* | Fix sign of remquo zero remainder in round-downward mode (bug 17987). | Joseph Myers | 2015-02-17 | 1 | -0/+3 |
* | Fix remquo spurious overflows (bug 17978). | Joseph Myers | 2015-02-16 | 1 | -2/+2 |
* | Fix dbl-64/wordsize-64 remquo (bug 17569). | Joseph Myers | 2015-02-13 | 1 | -1/+1 |
* | lround: provide cast for wordsize-64 version if needed | Chris Metcalf | 2015-01-05 | 1 | -6/+22 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 8 | -8/+8 |
* | [BZ #6803] Set errno for scalbln, scalbn | Stefan Liebler | 2014-06-20 | 1 | -2/+0 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 7 | -15/+15 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 8 | -8/+8 |
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 9 | -2/+9 |
* | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 2013-04-02 | 1 | -0/+43 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 7 | -7/+7 |
* | Fix wordsize-64 cosh regression (bug 14273). | Joseph Myers | 2012-06-21 | 1 | -0/+1 |
* | Fix fmod for subnormals (bug 14048). | Joseph Myers | 2012-06-01 | 1 | -2/+2 |
* | Optimize handling of denormals in logb/logbf/logbl | Andreas Schwab | 2012-05-26 | 1 | -2/+2 |