aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)Author
2017-10-20Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers
2017-10-18Add _Float128 function aliases.Joseph Myers
2017-10-16Move some float128 symbol version definitions.Joseph Myers
2017-10-16Support strtof128 etc. aliases.Joseph Myers
2017-10-13Use libm_alias_ldouble_other in ldbl-64-128/s_nextafterl.c.Joseph Myers
2017-10-13Fix ldbl-opt/w_lgamma_compatl.c libm_alias_ldouble_other usage.Joseph Myers
2017-10-13Fix ldbl-opt/s_clog10l.c libm_alias_ldouble_other usage.Joseph Myers
2017-10-11Use generic alias macros in ldbl-opt.Joseph Myers
2017-10-10Add libm_alias_*_other_r macros.Joseph Myers
2017-10-09Use generic macros for lgamma_r function aliases.Joseph Myers
2017-10-09Remove ldbl-opt w_scalbln.c.Joseph Myers
2017-10-06Use libm_alias_double in ldbl-128, ldbl-96 fma.Joseph Myers
2017-10-06Use libm_alias_ldouble for ldbl-128 functions.Joseph Myers
2017-10-06Remove redundant ldbl-64-128 files.Joseph Myers
2017-10-05Use libm_alias_ldouble for ldbl-96 functions.Joseph Myers
2017-10-04Use libm_alias_double for dbl-64 fma.Joseph Myers
2017-10-04[BZ #22244] Fix yn(n,0) without SVID wrapperSzabolcs Nagy
2017-10-04[BZ #22243] fix log2(0) and log(10) in downward roundingSzabolcs Nagy
2017-10-03Use libm_alias_double for dbl-64 modf.Joseph Myers
2017-10-03Use libm_alias_double for dbl-64 logb.Joseph Myers
2017-10-03Use libm_alias_float for dbl-64 fmaf.Joseph Myers
2017-10-03Use libm_alias_double for dbl-64 frexp.Joseph Myers
2017-10-03Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes
2017-10-03Use libm_alias_double for more dbl-64 functions.Joseph Myers
2017-10-02Use libm_alias_double for dbl-64 atan, tan.Joseph Myers
2017-10-02Make dbl-64 atan and tan into weak aliases.Joseph Myers
2017-10-02Do not wrap logf, log2f and powfSzabolcs Nagy
2017-10-02Do not wrap expf and exp2fSzabolcs Nagy
2017-10-01Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822]H.J. Lu
2017-09-29Use libm_alias_double for some dbl-64 functions.Joseph Myers
2017-09-29Use fabs(f/l) rather than __fabsWilco Dijkstra
2017-09-29New generic powfSzabolcs Nagy
2017-09-29New generic log2fSzabolcs Nagy
2017-09-29New generic logfSzabolcs Nagy
2017-09-28Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers
2017-09-25Fix typo in sincos32.h inclusion guard.Stefan Liebler
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy
2017-09-22Use libm_alias_float in flt-32.Joseph Myers
2017-09-21Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes
2017-09-21ldbl-128ibm: Automatic replacing of _Float128 and L()Gabriel F. T. Gomes
2017-09-21ldbl-128ibm: Copy implementations from ldbl-128 instead of including themGabriel F. T. Gomes
2017-09-18Fix powerpc64le problem from last ldbl-opt patch.Joseph Myers
2017-09-18Use libm_alias_ldouble in math/.Joseph Myers
2017-09-15Use libm_alias_double in math/.Joseph Myers
2017-09-14Make more libm functions into weak aliases.Joseph Myers
2017-09-13Define and use libm_alias_ldouble.Joseph Myers
2017-09-13Move exp compat wrappers under math/Szabolcs Nagy
2017-09-13Clear up log1p, ldexp, scalbn, scalbln compat handling.Joseph Myers
2017-09-13Define and use libm_alias_double.Joseph Myers
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers