aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)AuthorFilesLines
2024-05-20nearbyint: Don't define alias when used in IFUNC [BZ #31759]H.J. Lu1-0/+2
2024-01-12math: remove exp10 wrappersWilco Dijkstra2-3/+11
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert81-81/+81
2023-12-04math: Add new exp10 implementationJoe Ramsay3-24/+135
2023-10-16Avoid maybe-uninitialized warning in __kernel_rem_pio2Andreas Schwab1-9/+5
2023-08-21x86_64: Add log1p with FMAH.J. Lu1-0/+5
2023-08-14x86_64: Add expm1 with FMAH.J. Lu1-0/+7
2023-06-30aarch64: Add vector implementations of cos routinesJoe Ramsay1-3/+0
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2-2/+2
2023-04-17math: Improve fmod(f) performanceWilco Dijkstra1-39/+51
2023-04-03math: Remove the error handling wrapper from fmod and fmodfAdhemerval Zanella Netto4-4/+28
2023-04-03math: Improve fmodAdhemerval Zanella Netto2-96/+208
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers80-80/+80
2022-11-29Use GCC builtins for logb functions if desired.Xiaolin Tang1-0/+5
2022-11-29Use GCC builtins for llrint functions if desired.Xiaolin Tang1-6/+12
2022-11-29Use GCC builtins for lrint functions if desired.Xiaolin Tang1-6/+12
2022-10-17math: Fix asin and acos invalid exception with old gccSzabolcs Nagy1-16/+2
2022-06-01x86_64: Optimize sincos where sin/cos is optimized (bug 29193)Andreas Schwab1-0/+7
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert80-80/+80
2021-12-13sysdeps: Simplify sin Taylor Series calculationAkila Welihinda1-5/+5
2021-12-13math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella2-4/+22
2021-12-13math: Use fmin/fmax on hypotWilco Dijkstra1-2/+3
2021-12-13math: Improve hypot performance with FMAWilco Dijkstra1-1/+16
2021-12-13math: Use an improved algorithm for hypot (dbl-64)Wilco Dijkstra1-143/+92
2021-09-22Add narrowing fma functionsJoseph Myers3-0/+42
2021-09-21Fix f64xdivf128, f64xmulf128 spurious underflows (bug 28358)Joseph Myers2-2/+4
2021-09-15Redirect fma calls to __fma in libmJoseph Myers2-0/+2
2021-09-10Add narrowing square root functionsJoseph Myers2-0/+35
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar39-41/+0
2021-06-27Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh1-0/+5
2021-06-27math: redirect roundeven functionShen-Ta Hsieh1-1/+3
2021-04-07Improve the accuracy of tgamma (BZ #26983)Paul Zimmermann1-11/+26
2021-03-11math: Remove mpa files (part 2) [BZ #15267]Wilco Dijkstra15-2452/+0
2021-03-11math: Remove mpa files [BZ #15267]Wilco Dijkstra5-7823/+0
2021-03-11math: Remove slow paths from atan2 [BZ #15267]Wilco Dijkstra2-294/+40
2021-03-11math: Remove slow paths from atan [BZ #15267]Wilco Dijkstra3-181/+27
2021-03-11math: Remove slow paths in tan [BZ #15267]Wilco Dijkstra5-708/+81
2021-03-11math: Remove slow paths from asin and acos [BZ #15267]Wilco Dijkstra1-298/+43
2021-01-11math: Add BZ#18980 fix back on dbl-64 coshAdhemerval Zanella1-1/+2
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