aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt
AgeCommit message (Expand)AuthorFilesLines
2018-06-20Add a generic significand implementationTulio Magno Quites Machado Filho2-10/+0
2018-05-17Add narrowing divide functions.Joseph Myers5-2/+61
2018-05-16Add narrowing multiply functions.Joseph Myers5-2/+61
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers1-0/+1
2018-03-20Add narrowing subtract functions.Joseph Myers5-2/+62
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 Weinberg1-3/+0
2018-02-21Mechanically remove _IO_ name aliases for types and constants.Zack Weinberg2-3/+2
2018-02-10Add narrowing add functions.Joseph Myers5-1/+68
2018-02-09Add test infrastructure for narrowing libm functions.Joseph Myers2-0/+4
2018-02-07Post-cleanup 2: minimize _G_config.h.Zack Weinberg1-6/+7
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers25-25/+25
2017-12-05Support _Float64, _Float32x in libm_alias_double.Joseph Myers1-1/+18
2017-11-28Support ldbl-opt libm_alias_double use from .S files.Joseph Myers1-1/+1
2017-11-24Support _Float64x in libm_alias macros.Joseph Myers1-6/+17
2017-10-18Add _Float128 function aliases.Joseph Myers1-1/+7
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 Myers2-2/+24
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-04Use libm_alias_double for dbl-64 fma.Joseph Myers1-5/+0
2017-10-03Use libm_alias_double for dbl-64 modf.Joseph Myers1-5/+1
2017-10-03Use libm_alias_double for dbl-64 logb.Joseph Myers1-5/+0
2017-10-03Use libm_alias_double for dbl-64 frexp.Joseph Myers1-5/+1
2017-10-03Use libm_alias_double for more dbl-64 functions.Joseph Myers9-45/+0
2017-10-02Use libm_alias_double for dbl-64 atan, tan.Joseph Myers2-10/+0
2017-09-29Use libm_alias_double for some dbl-64 functions.Joseph Myers11-66/+1
2017-09-18Fix powerpc64le problem from last ldbl-opt patch.Joseph Myers2-0/+16
2017-09-18Use libm_alias_ldouble in math/.Joseph Myers22-143/+0
2017-09-15Use libm_alias_double in math/.Joseph Myers22-103/+0
2017-09-13Define and use libm_alias_ldouble.Joseph Myers2-38/+41
2017-09-13Move exp compat wrappers under math/Szabolcs Nagy2-1/+8
2017-09-13Clear up log1p, ldexp, scalbn, scalbln compat handling.Joseph Myers7-40/+10
2017-09-13Define and use libm_alias_double.Joseph Myers5-18/+58
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers21-3/+45
2017-09-01Obsolete pow10 functions.Joseph Myers4-12/+18
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers1-2/+2
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg4-6/+6
2017-05-19Also create and use ldbl-compat-choose.h.Joseph Myers6-26/+8
2017-05-19Create and use first-versions.h with macros for function symbol versions.Joseph Myers1-32/+3
2017-05-15float128: Add private _Float128 declarations for libm.Paul E. Murphy1-0/+1
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes1-1/+1
2017-02-08Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes2-2/+2
2017-01-04Move wrappers to libm-compat-calls-autoGabriel F. T. Gomes42-42/+42
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers24-24/+24
2016-12-31Add fromfp functions.Joseph Myers6-1/+110
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers2-1/+29
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers5-1/+65