aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
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 Myers21-2/+542
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra44-97/+96
2018-03-11nldbl-compat.c: Include math.h before nldbl-compat.h.Zack Weinberg1-0/+1
2018-03-10Don't include math.h/math_private.h in math_ldbl_opt.h.Zack Weinberg15-3/+19
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2-3/+2
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 Myers21-1/+549
2018-02-09Add test infrastructure for narrowing libm functions.Joseph Myers2-0/+4
2018-02-09Add build infrastructure for narrowing libm functions.Joseph Myers1-0/+17
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg1-6/+7
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'Donell2-3/+26
2018-01-10Fix ldbl-128ibm log1pl (-qNaN) spurious "invalid" exception (bug 22693).Joseph Myers1-2/+2
2018-01-10Fix ldbl-128ibm lrintl, lroundl missing "invalid" exceptions (bug 22690).Joseph Myers2-12/+12
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers322-322/+322
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-12-16New generic sincosfRajalakshmi Srinivasaraghavan4-237/+297
2017-12-12Add sysdeps/ieee754/soft-fp.Joseph Myers4-0/+205
2017-12-11New generic cosfPaul Clarke1-40/+214
2017-12-06Don't make local variables static in ldbl-96 j1l.Joseph Myers1-1/+1
2017-12-06Make some ldbl-128, ldbl-128ibm arrays const.Joseph Myers4-8/+8
2017-12-05math: Use sign as double for reduced case in sinfAdhemerval Zanella1-2/+2
2017-12-05[PATCH] fix sinf(NAN)Szabolcs Nagy1-3/+3
2017-12-05Support _Float64, _Float32x in libm_alias_double.Joseph Myers1-1/+18
2017-12-05s_sinf.c: Replace floor with simple castsH.J. Lu1-6/+6
2017-12-04Use __floor not floor in sinf.Joseph Myers1-2/+2
2017-12-04New generic sinfRajalakshmi Srinivasaraghavan1-41/+226
2017-11-28Support ldbl-opt libm_alias_double use from .S files.Joseph Myers1-1/+1
2017-11-27Add _Float64x function aliases.Joseph Myers3-0/+13
2017-11-24Use libm_alias_float128 more in sysdeps/ieee754/float128.Joseph Myers6-6/+6
2017-11-24Support _Float64x in libm_alias macros.Joseph Myers1-6/+17
2017-11-24Support strfromf64x alias.Joseph Myers1-1/+12
2017-11-24Support strtof64x, wcstof64x aliases.Joseph Myers5-0/+77
2017-11-17Support bits/floatn.h inclusion from .S files.Joseph Myers1-21/+25
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers1-0/+2
2017-10-18Add _Float128 function aliases.Joseph Myers4-1/+92
2017-10-16Move some float128 symbol version definitions.Joseph Myers1-109/+0