about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64
Commit message (Expand)AuthorAgeFilesLines
* math: Remove mpa files (part 2) [BZ #15267]Wilco Dijkstra2021-03-1115-2452/+0
* math: Remove mpa files [BZ #15267]Wilco Dijkstra2021-03-115-7823/+0
* math: Remove slow paths from atan2 [BZ #15267]Wilco Dijkstra2021-03-112-294/+40
* math: Remove slow paths from atan [BZ #15267]Wilco Dijkstra2021-03-113-181/+27
* math: Remove slow paths in tan [BZ #15267]Wilco Dijkstra2021-03-115-708/+81
* math: Remove slow paths from asin and acos [BZ #15267]Wilco Dijkstra2021-03-111-298/+43
* math: Add BZ#18980 fix back on dbl-64 coshAdhemerval Zanella2021-01-111-1/+2
* Remove dbl-64/wordsize-64 (part 2)Wilco Dijkstra2021-01-0734-1837/+422
* Remove dbl-64/wordsize-64Wilco Dijkstra2021-01-074-4/+31
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02102-102/+102
* ieee754: Remove unused __sin32 and __cos32Anssi Hannula2020-12-181-62/+0
* ieee754: Remove slow paths from asin and acosAnssi Hannula2020-12-181-61/+15
* Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers2020-07-062-0/+6
* ieee754/dbl-64: Reduce the scope of temporary storage variablesVineet Gupta2020-06-157-223/+193
* ieee754: provide gcc builtins based generic fma functionsVineet Gupta2020-06-032-0/+12
* ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta2020-06-031-0/+6
* Remove a comment claiming that sin/cos round correctly.Wilco Dijkstra2020-02-071-4/+4
* Fix maybe-uninitialized error on powerpcMatheus Castanho2020-01-171-0/+7
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-0326-37/+60
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01102-102/+102
* Use GCC builtins for copysign functions if desired.Stefan Liebler2019-12-111-7/+2
* 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-0/+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
* Always use wordsize-64 version of s_round.c.Stefan Liebler2019-12-112-93/+12
* Always use wordsize-64 version of s_trunc.c.Stefan Liebler2019-12-112-70/+10
* Always use wordsize-64 version of s_ceil.c.Stefan Liebler2019-12-112-93/+18
* 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