aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/flt-32
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert40-40/+40
2020-08-07math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tinyPaul Zimmermann1-1/+16
2020-07-06Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers1-0/+3
2020-06-19New exp10f version without SVID compat wrapperAdhemerval Zanella1-1/+15
2020-06-19math: Optimized generic exp10f with wrappersPaul Zimmermann2-1/+199
2020-06-03ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta1-6/+10
2020-02-14Adjust thresholds in Bessel function implementations (bug 14469).Joseph Myers2-4/+4
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra22-30/+51
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2019-12-11Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler1-21/+33
2019-12-11Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler1-22/+33
2019-12-11Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler1-19/+25
2019-12-11Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler1-27/+33
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler1-8/+4
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler1-0/+6
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler1-0/+6
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler1-1/+6
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler1-0/+6
2019-12-11Use GCC builtins for rint functions if desired.Stefan Liebler1-6/+11
2019-12-11Use GCC builtins for nearbyint functions if desired.Stefan Liebler1-6/+11
2019-11-22Remove duplicate inline implementation of issignalingfPaul A. Clarke2-11/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert40-40/+40
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2-6/+60
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers39-39/+39
2018-12-26x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu2-70/+88
2018-12-11Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy1-0/+12
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers1-1/+0
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers6-11/+12
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers2-1/+2
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