about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64
Commit message (Expand)AuthorAgeFilesLines
...
* Always use wordsize-64 version of s_floor.c.Stefan Liebler2019-12-112-122/+43
* Always use wordsize-64 version of s_rint.c.Stefan Liebler2019-12-112-74/+16
* Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler2019-12-112-87/+16
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07104-104/+104
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-154-12/+120
* math: Use wordsize-64 version for s_logbAdhemerval Zanella2019-07-082-79/+29
* math: Use wordsize-64 version for finiteAdhemerval Zanella2019-06-122-58/+7
* math: Use wordsize-64 version for isinfAdhemerval Zanella2019-06-122-43/+6
* math: Use wordsize-64 version for isnanAdhemerval Zanella2019-06-122-51/+6
* Avoid "inline" after return type in function definitions.Joseph Myers2019-02-061-8/+4
* Fix a few typos in commentsDmitry V. Levin2019-01-121-1/+1
* sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]Martin Jansa2019-01-041-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01104-104/+104
* Remove the error handling wrapper from powSzabolcs Nagy2018-11-212-3/+14
* Remove the error handling wrapper from log2Szabolcs Nagy2018-11-212-3/+14
* Remove the error handling wrapper from logSzabolcs Nagy2018-11-212-3/+14
* Remove the error handling wrapper from exp and exp2Szabolcs Nagy2018-11-214-6/+29
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-284-4/+0
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-2714-26/+27
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-273-1/+3
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-203-2/+4
* Add new pow implementationSzabolcs Nagy2018-09-197-10611/+564
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-173-2/+4
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-143-1/+3
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-145-5/+7
* Add new log2 implementationSzabolcs Nagy2018-09-124-244/+360
* Add new log implementationSzabolcs Nagy2018-09-125-3565/+474
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-0511-3486/+696
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-045-5/+0
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-0324-0/+24
* Remove unused math filesWilco Dijkstra2018-08-243-195/+0
* Fix i686-linux-gnu build with GCC mainline.Joseph Myers2018-05-221-0/+9
* Add narrowing divide functions.Joseph Myers2018-05-172-0/+64
* Add narrowing multiply functions.Joseph Myers2018-05-162-0/+64
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-1112-0/+12
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-1019-0/+19
* Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers2018-05-0912-0/+12
* Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397Patrick McGehearty2018-04-152-7/+211
* [PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2018-04-032-45/+52
* [PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra2018-04-031-27/+13
* [PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra2018-04-031-444/+3
* [PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2018-04-032-64/+34
* [PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2018-04-032-53/+47
* [PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2018-04-032-103/+2
* [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra2018-04-031-26/+14
* Add narrowing subtract functions.Joseph Myers2018-03-202-0/+64
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-158-19/+19
* Remove mplog and mpexpWilco Dijkstra2018-02-154-260/+0
* Remove slow paths from expSzabolcs Nagy2018-02-123-133/+18
* Remove slow paths from powWilco Dijkstra2018-02-125-453/+40