aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/flt-32
AgeCommit message (Expand)AuthorFilesLines
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers15-0/+15
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers13-0/+13
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra8-17/+17
2018-02-01Fix -Os log1p, log1pf build (bug 21314).Carlos O'Donell1-2/+15
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers37-37/+37
2017-12-16New generic sincosfRajalakshmi Srinivasaraghavan4-237/+297
2017-12-11New generic cosfPaul Clarke1-40/+214
2017-12-05math: Use sign as double for reduced case in sinfAdhemerval Zanella1-2/+2
2017-12-05[PATCH] fix sinf(NAN)Szabolcs Nagy1-3/+3
2017-12-05s_sinf.c: Replace floor with simple castsH.J. Lu1-6/+6
2017-12-04Use __floor not floor in sinf.Joseph Myers1-2/+2
2017-12-04New generic sinfRajalakshmi Srinivasaraghavan1-41/+226
2017-10-10Add libm_alias_*_other_r macros.Joseph Myers5-0/+10
2017-10-04[BZ #22244] Fix yn(n,0) without SVID wrapperSzabolcs Nagy1-3/+3
2017-10-02Do not wrap logf, log2f and powfSzabolcs Nagy6-6/+24
2017-10-02Do not wrap expf and exp2fSzabolcs Nagy4-4/+23
2017-09-29Use fabs(f/l) rather than __fabsWilco Dijkstra2-2/+2
2017-09-29New generic powfSzabolcs Nagy3-199/+261
2017-09-29New generic log2fSzabolcs Nagy3-73/+130
2017-09-29New generic logfSzabolcs Nagy3-73/+131
2017-09-28Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers1-2/+2
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy6-566/+374
2017-09-22Use libm_alias_float in flt-32.Joseph Myers40-39/+73
2017-09-14Make more libm functions into weak aliases.Joseph Myers10-10/+20
2017-09-13Move exp compat wrappers under math/Szabolcs Nagy1-37/+0
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers1-0/+2
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers1-0/+1
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers25-31/+31
2017-06-23Optimized version of powf()Paul Clarke1-101/+70
2017-03-15Improve float range reduction accuracy near pi/2 (bug 21094).Joseph Myers1-2/+2
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg2-2/+2
2017-02-17Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho3-3/+3
2017-02-15Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes2-2/+2
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes1-0/+0
2017-02-07Fix powf inaccuracy (bug 21112).Joseph Myers1-2/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers27-27/+27
2016-12-31Add fromfp functions.Joseph Myers5-0/+98
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers1-0/+68
2016-12-07Fix hypot sNaN handling (bug 20940).Joseph Myers1-2/+2
2016-12-02Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers1-2/+2
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers1-0/+3
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers2-0/+56
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers1-0/+33
2016-10-17Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers3-3/+6
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers1-0/+43
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers1-0/+45
2016-08-18Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.Stefan Liebler1-0/+10
2016-08-03sparc64: add a VIS3 version of ceil, floor and truncAurelien Jarno1-0/+2
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan1-0/+46
2016-06-13Fix frexp (NaN) (bug 20250).Joseph Myers1-1/+1