aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-05Add new exp and exp2 implementationsSzabolcs Nagy11-3486/+696
2018-09-04Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers5-5/+0
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers24-0/+24
2018-08-24Remove unused math filesWilco Dijkstra3-195/+0
2018-05-22Fix i686-linux-gnu build with GCC mainline.Joseph Myers1-0/+9
2018-05-17Add narrowing divide functions.Joseph Myers2-0/+64
2018-05-16Add narrowing multiply functions.Joseph Myers2-0/+64
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers12-0/+12
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers19-0/+19
2018-05-09Move math_narrow_eval to separate math-narrow-eval.h.Joseph Myers12-0/+12
2018-04-15Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397Patrick McGehearty2-7/+211
2018-04-03[PATCH 7/7] sin/cos slow paths: refactor sincos implementationWilco Dijkstra2-45/+52
2018-04-03[PATCH 6/7] sin/cos slow paths: refactor duplicated code into dosinWilco Dijkstra1-27/+13
2018-04-03[PATCH 5/7] sin/cos slow paths: remove unused slowpath functionsWilco Dijkstra1-444/+3
2018-04-03[PATCH 4/7] sin/cos slow paths: remove slow paths from huge range reductionWilco Dijkstra2-64/+34
2018-04-03[PATCH 3/7] sin/cos slow paths: remove slow paths from small range reductionWilco Dijkstra2-53/+47
2018-04-03[PATCH 2/7] sin/cos slow paths: remove large range reductionWilco Dijkstra2-103/+2
2018-04-03[PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra1-26/+14
2018-03-20Add narrowing subtract functions.Joseph Myers2-0/+64
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra8-19/+19
2018-02-15Remove mplog and mpexpWilco Dijkstra4-260/+0
2018-02-12Remove slow paths from expSzabolcs Nagy3-133/+18
2018-02-12Remove slow paths from powWilco Dijkstra5-453/+40
2018-02-10Add narrowing add functions.Joseph Myers2-0/+64
2018-02-07Remove slow paths from logWilco Dijkstra2-205/+16
2018-02-01Move LDBL_CLASSIFY_COMPAT to its own header.Joseph Myers6-6/+12
2018-02-01Fix -Os log1p, log1pf build (bug 21314).Carlos O'Donell1-1/+11
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers101-101/+101
2017-12-19Avoid signed shift overflow in pow (bug 21309).Bernd Edlinger1-1/+2