about summary refs log tree commit diff
path: root/sysdeps/ieee754/flt-32
Commit message (Expand)AuthorAgeFilesLines
* Use uint32_t sign in single precision math error handling functionsSzabolcs Nagy2018-07-023-11/+11
* Fix i686-linux-gnu build with GCC mainline.Joseph Myers2018-05-221-0/+10
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-116-0/+6
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-1015-0/+15
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-0913-0/+13
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-158-17/+17
* Fix -Os log1p, log1pf build (bug 21314).Carlos O'Donell2018-02-011-2/+15
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0137-37/+37
* New generic sincosfRajalakshmi Srinivasaraghavan2017-12-164-237/+297
* New generic cosfPaul Clarke2017-12-111-40/+214
* math: Use sign as double for reduced case in sinfAdhemerval Zanella2017-12-051-2/+2
* [PATCH] fix sinf(NAN)Szabolcs Nagy2017-12-051-3/+3
* s_sinf.c: Replace floor with simple castsH.J. Lu2017-12-051-6/+6
* Use __floor not floor in sinf.Joseph Myers2017-12-041-2/+2
* New generic sinfRajalakshmi Srinivasaraghavan2017-12-041-41/+226
* Add libm_alias_*_other_r macros.Joseph Myers2017-10-105-0/+10
* [BZ #22244] Fix yn(n,0) without SVID wrapperSzabolcs Nagy2017-10-041-3/+3
* Do not wrap logf, log2f and powfSzabolcs Nagy2017-10-026-6/+24
* Do not wrap expf and exp2fSzabolcs Nagy2017-10-024-4/+23
* Use fabs(f/l) rather than __fabsWilco Dijkstra2017-09-292-2/+2
* New generic powfSzabolcs Nagy2017-09-293-199/+261
* New generic log2fSzabolcs Nagy2017-09-293-73/+130
* New generic logfSzabolcs Nagy2017-09-293-73/+131
* Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers2017-09-281-2/+2
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-256-566/+374
* Use libm_alias_float in flt-32.Joseph Myers2017-09-2240-39/+73
* Make more libm functions into weak aliases.Joseph Myers2017-09-1410-10/+20
* Move exp compat wrappers under math/Szabolcs Nagy2017-09-131-37/+0
* Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers2017-09-051-0/+2
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-211-0/+1
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-0325-31/+31
* Optimized version of powf()Paul Clarke2017-06-231-101/+70
* Improve float range reduction accuracy near pi/2 (bug 21094).Joseph Myers2017-03-151-2/+2
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-012-2/+2
* Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho2017-02-173-3/+3
* Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes2017-02-152-2/+2
* Move w_exp to libm-compat-call-autoGabriel F. T. Gomes2017-02-081-0/+0
* Fix powf inaccuracy (bug 21112).Joseph Myers2017-02-071-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0127-27/+27
* Add fromfp functions.Joseph Myers2016-12-315-0/+98
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-211-0/+68
* Fix hypot sNaN handling (bug 20940).Joseph Myers2016-12-071-2/+2
* Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers2016-12-021-2/+2
* Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers2016-11-241-0/+3
* Add setpayload, setpayloadf, setpayloadl.Joseph Myers2016-11-192-0/+56
* Add getpayload, getpayloadf, getpayloadl.Joseph Myers2016-10-191-0/+33
* Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers2016-10-173-3/+6
* Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2016-10-151-0/+43
* Add totalorder, totalorderf, totalorderl.Joseph Myers2016-10-121-0/+45
* Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.Stefan Liebler2016-08-181-0/+10