aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)AuthorFilesLines
2021-01-07Remove dbl-64/wordsize-64 (part 2)Wilco Dijkstra34-1837/+422
2021-01-07Remove dbl-64/wordsize-64Wilco Dijkstra4-4/+31
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert102-102/+102
2020-12-18ieee754: Remove unused __sin32 and __cos32Anssi Hannula1-62/+0
2020-12-18ieee754: Remove slow paths from asin and acosAnssi Hannula1-61/+15
2020-07-06Use C2x return value from getpayload of non-NaN (bug 26073).Joseph Myers2-0/+6
2020-06-15ieee754/dbl-64: Reduce the scope of temporary storage variablesVineet Gupta7-223/+193
2020-06-03ieee754: provide gcc builtins based generic fma functionsVineet Gupta2-0/+12
2020-06-03ieee754: provide gcc builtins based generic sqrt functionsVineet Gupta1-0/+6
2020-02-07Remove a comment claiming that sin/cos round correctly.Wilco Dijkstra1-4/+4
2020-01-17Fix maybe-uninitialized error on powerpcMatheus Castanho1-0/+7
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra26-37/+60
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers102-102/+102
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler1-7/+2
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-0/+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-12-11Always use wordsize-64 version of s_round.c.Stefan Liebler2-93/+12
2019-12-11Always use wordsize-64 version of s_trunc.c.Stefan Liebler2-70/+10
2019-12-11Always use wordsize-64 version of s_ceil.c.Stefan Liebler2-93/+18
2019-12-11Always use wordsize-64 version of s_floor.c.Stefan Liebler2-122/+43
2019-12-11Always use wordsize-64 version of s_rint.c.Stefan Liebler2-74/+16
2019-12-11Always use wordsize-64 version of s_nearbyint.c.Stefan Liebler2-87/+16
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert104-104/+104
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers4-12/+120
2019-07-08math: Use wordsize-64 version for s_logbAdhemerval Zanella2-79/+29
2019-06-12math: Use wordsize-64 version for finiteAdhemerval Zanella2-58/+7
2019-06-12math: Use wordsize-64 version for isinfAdhemerval Zanella2-43/+6
2019-06-12math: Use wordsize-64 version for isnanAdhemerval Zanella2-51/+6
2019-02-06Avoid "inline" after return type in function definitions.Joseph Myers1-8/+4
2019-01-12Fix a few typos in commentsDmitry V. Levin1-1/+1
2019-01-04sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]Martin Jansa1-0/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers104-104/+104
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy2-3/+14
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy2-3/+14
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy2-3/+14
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy4-6/+29
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers4-4/+0
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers14-26/+27
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers3-1/+3
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers3-2/+4
2018-09-19Add new pow implementationSzabolcs Nagy7-10611/+564
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers3-2/+4
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers3-1/+3
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers5-5/+7
2018-09-12Add new log2 implementationSzabolcs Nagy4-244/+360
2018-09-12Add new log implementationSzabolcs Nagy5-3565/+474