aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/flt-32
AgeCommit message (Expand)Author
2020-02-14Adjust thresholds in Bessel function implementations (bug 14469).Joseph Myers
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-11Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler
2019-12-11Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler
2019-12-11Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler
2019-12-11Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for rint functions if desired.Stefan Liebler
2019-12-11Use GCC builtins for nearbyint functions if desired.Stefan Liebler
2019-11-22Remove duplicate inline implementation of issignalingfPaul A. Clarke
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-26x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu
2018-12-11Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers
2018-09-19Fix the documentation comment of checkint in powfSzabolcs Nagy
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers
2018-09-04Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers
2018-08-24Remove unused math filesWilco Dijkstra
2018-08-23Speedup tanf range reductionWilco Dijkstra
2018-08-15Use generic sinf/cosf in lgammaf_rWilco Dijkstra
2018-08-14Improve performance of sinf and cosfWilco Dijkstra
2018-08-10Improve performance of sincosfWilco Dijkstra
2018-08-10Clean up converttoint handling and document the semanticsSzabolcs Nagy
2018-07-02Use uint32_t sign in single precision math error handling functionsSzabolcs Nagy
2018-05-22Fix i686-linux-gnu build with GCC mainline.Joseph Myers
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra
2018-02-01Fix -Os log1p, log1pf build (bug 21314).Carlos O'Donell
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-16New generic sincosfRajalakshmi Srinivasaraghavan
2017-12-11New generic cosfPaul Clarke
2017-12-05math: Use sign as double for reduced case in sinfAdhemerval Zanella
2017-12-05[PATCH] fix sinf(NAN)Szabolcs Nagy
2017-12-05s_sinf.c: Replace floor with simple castsH.J. Lu
2017-12-04Use __floor not floor in sinf.Joseph Myers