aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-19Revert exp reimplementation (causes test failures).Joseph Myers4-471/+270
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty4-270/+471
2017-10-04Use libm_alias_double for dbl-64 fma.Joseph Myers1-6/+2
2017-10-04[BZ #22244] Fix yn(n,0) without SVID wrapperSzabolcs Nagy1-5/+5
2017-10-04[BZ #22243] fix log2(0) and log(10) in downward roundingSzabolcs Nagy2-2/+2
2017-10-03Use libm_alias_double for dbl-64 modf.Joseph Myers2-8/+6
2017-10-03Use libm_alias_double for dbl-64 logb.Joseph Myers2-7/+6
2017-10-03Use libm_alias_float for dbl-64 fmaf.Joseph Myers1-1/+2
2017-10-03Use libm_alias_double for dbl-64 frexp.Joseph Myers2-10/+4
2017-10-03Use libm_alias_double for more dbl-64 functions.Joseph Myers18-95/+37
2017-10-02Use libm_alias_double for dbl-64 atan, tan.Joseph Myers2-10/+4
2017-10-02Make dbl-64 atan and tan into weak aliases.Joseph Myers2-6/+14
2017-09-29Use libm_alias_double for some dbl-64 functions.Joseph Myers29-140/+51
2017-09-29Use fabs(f/l) rather than __fabsWilco Dijkstra3-3/+3
2017-09-28Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers2-6/+6
2017-09-25Fix typo in sincos32.h inclusion guard.Stefan Liebler1-1/+1
2017-09-14Make more libm functions into weak aliases.Joseph Myers14-30/+58
2017-09-13Move exp compat wrappers under math/Szabolcs Nagy1-41/+0
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers1-1/+3
2017-08-24Fix CFLAGS override in sysdeps/ieee754/dbl-64Szabolcs Nagy1-3/+3
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers1-0/+1
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers29-57/+57
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg2-2/+2
2017-02-17Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho3-3/+3
2017-02-15Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes2-2/+2
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes1-0/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers102-102/+102
2016-12-31Add fromfp functions.Joseph Myers5-0/+110
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers2-0/+178