about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128
Commit message (Expand)AuthorAgeFilesLines
* Use GCC builtins for copysign functions if desired.Stefan Liebler2019-12-111-0/+6
* Use GCC builtins for round functions if desired.Stefan Liebler2019-12-111-0/+6
* Use GCC builtins for trunc functions if desired.Stefan Liebler2019-12-111-0/+6
* Use GCC builtins for ceil functions if desired.Stefan Liebler2019-12-111-0/+6
* Use GCC builtins for floor functions if desired.Stefan Liebler2019-12-111-0/+6
* Use GCC builtins for rint functions if desired.Stefan Liebler2019-12-111-6/+11
* Use GCC builtins for nearbyint functions if desired.Stefan Liebler2019-12-111-6/+11
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-011-2/+2
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0773-73/+73
* Make totalorder and totalordermag functions take pointer arguments.Joseph Myers2019-08-152-6/+60
* sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]Martin Jansa2019-01-041-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0155-55/+55
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-275-12/+13
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-272-1/+2
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-2/+3
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-2/+3
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-142-1/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-145-9/+10
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-047-7/+0
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-0313-0/+13
* Add narrowing divide functions.Joseph Myers2018-05-173-0/+108
* math: Merge strtod_nan_*.h into math-type-macros-*.hFlorian Weimer2018-05-161-3/+2
* Add narrowing multiply functions.Joseph Myers2018-05-163-0/+108
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-118-0/+8
* Move math_check_force_underflow macros to separate math-underflow.h.Joseph Myers2018-05-1018-0/+18
* Add narrowing subtract functions.Joseph Myers2018-03-203-0/+108
* Rename all __ieee754_sqrt(f/l) calls to sqrt(f/l)Wilco Dijkstra2018-03-1510-21/+21
* Add narrowing add functions.Joseph Myers2018-02-103-0/+108
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0143-43/+43
* Make some ldbl-128, ldbl-128ibm arrays const.Joseph Myers2017-12-062-4/+4
* Add _Float64x function aliases.Joseph Myers2017-11-272-0/+12
* Support strtof64x, wcstof64x aliases.Joseph Myers2017-11-241-0/+15
* Support bits/floatn.h inclusion from .S files.Joseph Myers2017-11-171-21/+25
* Add bits/floatn.h defines for more _FloatN / _FloatNx types.Joseph Myers2017-10-201-0/+2
* Add _Float128 function aliases.Joseph Myers2017-10-183-0/+85
* Support strtof128 etc. aliases.Joseph Myers2017-10-161-0/+15
* Use libm_alias_double in ldbl-128, ldbl-96 fma.Joseph Myers2017-10-061-1/+2
* Use libm_alias_ldouble for ldbl-128 functions.Joseph Myers2017-10-0641-40/+75
* Use fabs(f/l) rather than __fabsWilco Dijkstra2017-09-293-3/+3
* Fix nearbyint arithmetic moved before feholdexcept (bug 22225).Joseph Myers2017-09-281-2/+2
* Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes2017-09-211-5/+1
* Make more libm functions into weak aliases.Joseph Myers2017-09-1410-10/+20
* Move exp compat wrappers under math/Szabolcs Nagy2017-09-131-45/+0
* Prefer new libm function wrappers for !LIBM_SVID_COMPAT.Joseph Myers2017-09-051-3/+5
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-211-0/+1
* Consistently use uintN_t not u_intN_t in libm.Joseph Myers2017-08-0339-68/+68
* Fix cexpl when compiled with latest GCCSteve Ellcey2017-07-211-0/+1
* Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macroGabriel F. T. Gomes2017-06-072-85/+107
* float128: Add conversion from float128 to mpnGabriel F. T. Gomes2017-06-071-1/+2
* ldbl-128: Use mathx_hidden_def inplace of hidden_defPaul E. Murphy2017-05-043-3/+3