aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128
AgeCommit message (Expand)AuthorFilesLines
2018-05-10Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers18-0/+18
2018-03-20Add narrowing subtract functions.Joseph Myers3-0/+108
2018-03-15Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra10-21/+21
2018-02-10Add narrowing add functions.Joseph Myers3-0/+108
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers43-43/+43
2017-12-06Make some ldbl-128, ldbl-128ibm arrays const.Joseph Myers2-4/+4
2017-11-27Add _Float64x function aliases.Joseph Myers2-0/+12
2017-11-24Support strtof64x, wcstof64x aliases.Joseph Myers1-0/+15
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 Myers3-0/+85
2017-10-16Support strtof128 etc. aliases.Joseph Myers1-0/+15
2017-10-06Use libm_alias_double in ldbl-128, ldbl-96 fma.Joseph Myers1-1/+2
2017-10-06Use libm_alias_ldouble for ldbl-128 functions.Joseph Myers41-40/+75
2017-09-29Use fabs(f/l) rather than __fabsWilco Dijkstra3-3/+3
2017-09-28Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers1-2/+2
2017-09-21Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes1-5/+1
2017-09-14Make more libm functions into weak aliases.Joseph Myers10-10/+20
2017-09-13Move exp compat wrappers under math/Szabolcs Nagy1-45/+0
2017-09-05Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers1-3/+5
2017-08-21Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers1-0/+1
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers39-68/+68
2017-07-21Fix cexpl when compiled with latest GCCSteve Ellcey1-0/+1
2017-06-07Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macroGabriel F. T. Gomes2-85/+107
2017-06-07float128: Add conversion from float128 to mpnGabriel F. T. Gomes1-1/+2
2017-05-04ldbl-128: Use mathx_hidden_def inplace of hidden_defPaul E. Murphy3-3/+3
2017-04-10Remove unneeded declarations from math_private.hGabriel F. T. Gomes1-0/+1
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+2
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg1-11/+33
2017-02-17Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho3-3/+3
2017-02-15Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes2-2/+2
2017-02-12ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130]Gabriel F. T. Gomes2-12/+2
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes1-0/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers40-40/+40
2016-12-31Add fromfp functions.Joseph Myers5-0/+106
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers1-0/+102
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers1-0/+20
2016-12-07Fix hypot sNaN handling (bug 20940).Joseph Myers1-0/+2
2016-12-02Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers1-2/+3
2016-12-01Make ldbl-128 getpayload, setpayload functions use _Float128.Joseph Myers2-4/+4
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers1-0/+3
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers2-0/+72
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers1-0/+57
2016-10-17Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers3-3/+6
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers1-0/+47
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers1-0/+53
2016-09-13ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy50-3925/+3925
2016-08-31ldbl-128: Cleanup e_gammal_r.c after _Float128 renamePaul E. Murphy1-6/+6
2016-08-31ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy72-620/+632
2016-08-19Merge common usage of mul_split functionPaul E. Murphy3-98/+9