aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
2017-10-03Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes2-3/+37
2017-10-03Use libm_alias_double for more dbl-64 functions.Joseph Myers27-140/+37
2017-10-02Use libm_alias_double for dbl-64 atan, tan.Joseph Myers4-20/+4
2017-10-02Make dbl-64 atan and tan into weak aliases.Joseph Myers2-6/+14
2017-10-02Do not wrap logf, log2f and powfSzabolcs Nagy6-6/+24
2017-10-02Do not wrap expf and exp2fSzabolcs Nagy4-4/+23
2017-10-01Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822]H.J. Lu2-6/+0
2017-09-29Use libm_alias_double for some dbl-64 functions.Joseph Myers40-206/+52
2017-09-29Use fabs(f/l) rather than __fabsWilco Dijkstra11-11/+11
2017-09-29New generic powfSzabolcs Nagy3-199/+261
2017-09-29New generic log2fSzabolcs Nagy3-73/+130
2017-09-29New generic logfSzabolcs Nagy3-73/+131
2017-09-28Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers4-10/+10
2017-09-25Fix typo in sincos32.h inclusion guard.Stefan Liebler1-1/+1
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy6-566/+374
2017-09-22Use libm_alias_float in flt-32.Joseph Myers40-39/+73
2017-09-21Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes2-10/+2
2017-09-21ldbl-128ibm: Automatic replacing of _Float128 and L()Gabriel F. T. Gomes6-2253/+2241
2017-09-21ldbl-128ibm: Copy implementations from ldbl-128 instead of including themGabriel F. T. Gomes6-12/+3814
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-14Make more libm functions into weak aliases.Joseph Myers61-78/+156
2017-09-13Define and use libm_alias_ldouble.Joseph Myers2-38/+41
2017-09-13Move exp compat wrappers under math/Szabolcs Nagy7-186/+2
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 Myers30-24/+86
2017-09-01Obsolete pow10 functions.Joseph Myers4-12/+18
2017-08-31Simplify NAN definitions.Joseph Myers1-52/+0
2017-08-31Simplify INFINITY definitions.Joseph Myers1-29/+0
2017-08-31Simplify HUGE_VAL definitions.Joseph Myers2-104/+0
2017-08-28Simplify math-svid-compat code.Joseph Myers1-6/+1
2017-08-24Fix CFLAGS override in sysdeps/ieee754/dbl-64Szabolcs Nagy1-3/+3
2017-08-21Fix GCC 7 build of k_standard.c.Joseph Myers1-0/+3
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers10-17/+21
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers133-228/+228
2017-07-21Fix cexpl when compiled with latest GCCSteve Ellcey1-0/+1
2017-06-30float128: Add signbit alternative for old compilersGabriel F. T. Gomes1-1/+36
2017-06-23Add libio-mtsafe flags to the build of strfromf128Gabriel F. T. Gomes1-0/+4
2017-06-23Optimized version of powf()Paul Clarke1-101/+70
2017-06-22Support _Float128 in ldbl-96 bits/iscanonical.h.Joseph Myers1-0/+3
2017-06-22Fix float128_private.h redefinition of SET_RESTORE_ROUNDL.Joseph Myers1-1/+1
2017-06-22Make float128_private.h work with generic ieee754.h.Joseph Myers1-0/+4
2017-06-22Fix float128 uses of xlocale.h.Joseph Myers3-3/+3
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg9-13/+13
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2-2/+0
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy10-0/+291
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes3-1/+31
2017-06-07Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macroGabriel F. T. Gomes2-85/+107