about summary refs log tree commit diff
path: root/sysdeps/ieee754/flt-32
Commit message (Expand)AuthorAgeFilesLines
* math: Simplify hypotf implementationAdhemerval Zanella2021-12-132-35/+37
* Fixed inaccuracy of j0f (BZ #28185)Paul Zimmermann2021-10-051-3/+3
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0351-54/+0
* Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh2021-06-271-0/+5
* math: redirect roundeven functionShen-Ta Hsieh2021-06-271-0/+3
* Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann2021-04-023-70/+1021
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0240-40/+40
* math: Fix inaccuracy of j0f for x >= 2^127 when sin(x)+cos(x) is tinyPaul Zimmermann2020-08-071-1/+16
* Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers2020-07-061-0/+3
* New exp10f version without SVID compat wrapperAdhemerval Zanella2020-06-191-1/+15
* math: Optimized generic exp10f with wrappersPaul Zimmermann2020-06-192-1/+199
* ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta2020-06-031-6/+10
* Adjust thresholds in Bessel function implementations (bug 14469).Joseph Myers2020-02-142-4/+4
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-0322-30/+51
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0139-39/+39
* Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler2019-12-111-21/+33
* Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler2019-12-111-22/+33
* Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler2019-12-111-19/+25
* Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler2019-12-111-27/+33
* Use GCC builtins for copysign functions if desired.Stefan Liebler2019-12-111-8/+4
* Use GCC builtins for round functions if desired.Stefan Liebler2019-12-111-0/+6
* Use GCC builtins for trunc functions if desired.Stefan Liebler2019-12-111-0/+6
* Use GCC builtins for ceil functions if desired.Stefan Liebler2019-12-111-1/+6
* Use GCC builtins for floor functions if desired.Stefan Liebler2019-12-111-0/+6
* Use GCC builtins for rint functions if desired.Stefan Liebler2019-12-111-6/+11
* Use GCC builtins for nearbyint functions if desired.Stefan Liebler2019-12-111-6/+11
* Remove duplicate inline implementation of issignalingfPaul A. Clarke2019-11-222-11/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0740-40/+40
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-152-6/+60
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0139-39/+39
* x86-64: Vectorize sincosf_poly and update s_sincosf-fma.cH.J. Lu2018-12-262-70/+88
* Fix powf overflow handling in non-nearest rounding mode [BZ #23961]Szabolcs Nagy2018-12-111-0/+12
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-281-1/+0
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-276-11/+12
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-272-1/+2
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-2/+3
* Fix the documentation comment of checkint in powfSzabolcs Nagy2018-09-191-1/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-1/+2
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-142-1/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-143-4/+5
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-044-4/+0
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-039-0/+9
* Remove unused math filesWilco Dijkstra2018-08-244-400/+0
* Speedup tanf range reductionWilco Dijkstra2018-08-231-1/+28
* Use generic sinf/cosf in lgammaf_rWilco Dijkstra2018-08-153-112/+8
* Improve performance of sinf and cosfWilco Dijkstra2018-08-143-370/+134
* Improve performance of sincosfWilco Dijkstra2018-08-103-132/+256
* Clean up converttoint handling and document the semanticsSzabolcs Nagy2018-08-102-9/+16
* 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