aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-16Support strtof128 etc. aliases.Joseph Myers2-0/+32
2017-10-13Use libm_alias_ldouble_other in ldbl-64-128/s_nextafterl.c.Joseph Myers1-0/+3
2017-10-13Fix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_other usage.Joseph Myers1-5/+0
2017-10-13Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage.Joseph Myers1-3/+3
2017-10-11Use generic alias macros in ldbl-opt.Joseph Myers4-14/+13
2017-10-10Add libm_alias_*_other_r macros.Joseph Myers7-2/+34
2017-10-09Use generic macros for lgamma_r function aliases.Joseph Myers2-12/+0
2017-10-09Remove ldbl-opt w_scalbln.c.Joseph Myers1-5/+0
2017-10-06Use libm_alias_double in ldbl-128, ldbl-96 fma.Joseph Myers2-2/+4