aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/flt-32
AgeCommit message (Expand)AuthorFilesLines
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers2-2/+3
2018-09-19Fix the documentation comment of checkint in powfSzabolcs Nagy1-1/+2
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers2-1/+2
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers2-1/+2
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers3-4/+5
2018-09-04Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers4-4/+0
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers9-0/+9
2018-08-24Remove unused math filesWilco Dijkstra4-400/+0
2018-08-23Speedup tanf range reductionWilco Dijkstra1-1/+28
2018-08-15Use generic sinf/cosf in lgammaf_rWilco Dijkstra3-112/+8
2018-08-14Improve performance of sinf and cosfWilco Dijkstra3-370/+134
2018-08-10Improve performance of sincosfWilco Dijkstra3-132/+256
2018-08-10Clean up converttoint handling and document the semanticsSzabolcs Nagy2-9/+16
2018-07-02Use uint32_t sign in single precision math error handling functionsSzabolcs Nagy3-11/+11
2018-05-22Fix i686-linux-gnu build with GCC mainline.Joseph Myers1-0/+10
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers6-0/+6
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