| Commit message (Expand) | Author | Age | Files | Lines |
* | Use uint32_t sign in single precision math error handling functions | Szabolcs Nagy | 2018-07-02 | 3 | -11/+11 |
* | Fix i686-linux-gnu build with GCC mainline. | Joseph Myers | 2018-05-22 | 1 | -0/+10 |
* | Do not include math-barriers.h in math_private.h. | Joseph Myers | 2018-05-11 | 6 | -0/+6 |
* | Move math_check_force_underflow macros to separate math-underflow.h. | Joseph Myers | 2018-05-10 | 15 | -0/+15 |
* | Move math_narrow_eval to separate math-narrow-eval.h. | Joseph Myers | 2018-05-09 | 13 | -0/+13 |
* | Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l) | Wilco Dijkstra | 2018-03-15 | 8 | -17/+17 |
* | Fix -Os log1p, log1pf build (bug 21314). | Carlos O'Donell | 2018-02-01 | 1 | -2/+15 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 37 | -37/+37 |
* | New generic sincosf | Rajalakshmi Srinivasaraghavan | 2017-12-16 | 4 | -237/+297 |
* | New generic cosf | Paul Clarke | 2017-12-11 | 1 | -40/+214 |
* | math: Use sign as double for reduced case in sinf | Adhemerval Zanella | 2017-12-05 | 1 | -2/+2 |
* | [PATCH] fix sinf(NAN) | Szabolcs Nagy | 2017-12-05 | 1 | -3/+3 |
* | s_sinf.c: Replace floor with simple casts | H.J. Lu | 2017-12-05 | 1 | -6/+6 |
* | Use __floor not floor in sinf. | Joseph Myers | 2017-12-04 | 1 | -2/+2 |
* | New generic sinf | Rajalakshmi Srinivasaraghavan | 2017-12-04 | 1 | -41/+226 |
* | Add libm_alias_*_other_r macros. | Joseph Myers | 2017-10-10 | 5 | -0/+10 |
* | [BZ #22244] Fix yn(n,0) without SVID wrapper | Szabolcs Nagy | 2017-10-04 | 1 | -3/+3 |
* | Do not wrap logf, log2f and powf | Szabolcs Nagy | 2017-10-02 | 6 | -6/+24 |
* | Do not wrap expf and exp2f | Szabolcs Nagy | 2017-10-02 | 4 | -4/+23 |
* | Use fabs(f/l) rather than __fabs | Wilco Dijkstra | 2017-09-29 | 2 | -2/+2 |
* | New generic powf | Szabolcs Nagy | 2017-09-29 | 3 | -199/+261 |
* | New generic log2f | Szabolcs Nagy | 2017-09-29 | 3 | -73/+130 |
* | New generic logf | Szabolcs Nagy | 2017-09-29 | 3 | -73/+131 |
* | Fix nearbyint arithmetic moved before feholdexcept (bug 22225). | Joseph Myers | 2017-09-28 | 1 | -2/+2 |
* | Optimized generic expf and exp2f with wrappers | Szabolcs Nagy | 2017-09-25 | 6 | -566/+374 |
* | Use libm_alias_float in flt-32. | Joseph Myers | 2017-09-22 | 40 | -39/+73 |
* | Make more libm functions into weak aliases. | Joseph Myers | 2017-09-14 | 10 | -10/+20 |
* | Move exp compat wrappers under math/ | Szabolcs Nagy | 2017-09-13 | 1 | -37/+0 |
* | Prefer new libm function wrappers for !LIBM_SVID_COMPAT. | Joseph Myers | 2017-09-05 | 1 | -0/+2 |
* | Obsolete matherr, _LIB_VERSION, libieee.a. | Joseph Myers | 2017-08-21 | 1 | -0/+1 |
* | Consistently use uintN_t not u_intN_t in libm. | Joseph Myers | 2017-08-03 | 25 | -31/+31 |
* | Optimized version of powf() | Paul Clarke | 2017-06-23 | 1 | -101/+70 |
* | Improve float range reduction accuracy near pi/2 (bug 21094). | Joseph Myers | 2017-03-15 | 1 | -2/+2 |
* | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 2017-03-01 | 2 | -2/+2 |
* | Fix lgamma*, log10* and log2* results [BZ #21171] | Tulio Magno Quites Machado Filho | 2017-02-17 | 3 | -3/+3 |
* | Fix y0 and y1 exception handling for zero input [BZ #21134] | Gabriel F. T. Gomes | 2017-02-15 | 2 | -2/+2 |
* | Move w_exp to libm-compat-call-auto | Gabriel F. T. Gomes | 2017-02-08 | 1 | -0/+0 |
* | Fix powf inaccuracy (bug 21112). | Joseph Myers | 2017-02-07 | 1 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 27 | -27/+27 |
* | Add fromfp functions. | Joseph Myers | 2016-12-31 | 5 | -0/+98 |
* | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2016-12-21 | 1 | -0/+68 |
* | Fix hypot sNaN handling (bug 20940). | Joseph Myers | 2016-12-07 | 1 | -2/+2 |
* | Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916). | Joseph Myers | 2016-12-02 | 1 | -2/+2 |
* | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 2016-11-24 | 1 | -0/+3 |
* | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 2016-11-19 | 2 | -0/+56 |
* | 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/+43 |
* | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 2016-10-12 | 1 | -0/+45 |
* | Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3. | Stefan Liebler | 2016-08-18 | 1 | -0/+10 |