aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128
AgeCommit message (Expand)AuthorFilesLines
2019-12-27Do not redirect calls to __GI_* symbols, when redirecting to *ieee128Tulio Magno Quites Machado Filho1-0/+1
2019-12-23Avoid compat symbols for totalorder in powerpc64le IEEE long doubleGabriel F. T. Gomes2-0/+18
2019-12-11Adjust s_copysignl.c regarding code style.Stefan Liebler1-8/+9
2019-12-11Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler1-32/+59
2019-12-11Adjust s_floorf.c and s_floorl.c regarding code style.Stefan Liebler1-32/+57
2019-12-11Adjust s_rintf.c and s_rintl.c regarding code style.Stefan Liebler1-21/+28
2019-12-11Adjust s_nearbyintf.c and s_nearbyintl.c regarding code style.Stefan Liebler1-28/+35
2019-12-11Use GCC builtins for copysign functions if desired.Stefan Liebler1-0/+6
2019-12-11Use GCC builtins for round functions if desired.Stefan Liebler1-0/+6
2019-12-11Use GCC builtins for trunc functions if desired.Stefan Liebler1-0/+6
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler1-0/+6
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler1-0/+6
2019-12-11Use GCC builtins for rint functions if desired.Stefan Liebler1-6/+11
2019-12-11Use GCC builtins for nearbyint functions if desired.Stefan Liebler1-6/+11
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis1-2/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert73-73/+73
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2-6/+60
2019-01-04sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]Martin Jansa1-0/+4
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers55-55/+55
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers5-12/+13
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers2-1/+2
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers2-2/+3
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers2-2/+3
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers2-1/+2
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers5-9/+10
2018-09-04Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers7-7/+0
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers13-0/+13
2018-05-17Add narrowing divide functions.Joseph Myers3-0/+108
2018-05-16math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer1-3/+2
2018-05-16Add narrowing multiply functions.Joseph Myers3-0/+108
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers8-0/+8
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