about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unneeded declarations from math_private.hGabriel F. T. Gomes2017-04-101-0/+1
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+2
* Allow direct use of math_ldbl.h in testsuite.Zack Weinberg2017-02-251-11/+33
* Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho2017-02-173-3/+3
* Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes2017-02-152-2/+2
* ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130]Gabriel F. T. Gomes2017-02-122-12/+2
* Move w_exp to libm-compat-call-autoGabriel F. T. Gomes2017-02-081-0/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0140-40/+40
* Add fromfp functions.Joseph Myers2016-12-315-0/+106
* Add roundeven, roundevenf, roundevenl.Joseph Myers2016-12-211-0/+102
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-141-0/+20
* Fix hypot sNaN handling (bug 20940).Joseph Myers2016-12-071-0/+2
* Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers2016-12-021-2/+3
* Make ldbl-128 getpayload, setpayload functions use _Float128.Joseph Myers2016-12-012-4/+4
* Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers2016-11-241-0/+3
* Add setpayload, setpayloadf, setpayloadl.Joseph Myers2016-11-192-0/+72
* Add getpayload, getpayloadf, getpayloadl.Joseph Myers2016-10-191-0/+57
* Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers2016-10-173-3/+6
* Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2016-10-151-0/+47
* Add totalorder, totalorderf, totalorderl.Joseph Myers2016-10-121-0/+53
* ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy2016-09-1350-3925/+3925
* ldbl-128: Cleanup e_gammal_r.c after _Float128 renamePaul E. Murphy2016-08-311-6/+6
* ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy2016-08-3172-620/+632
* Merge common usage of mul_split functionPaul E. Murphy2016-08-193-98/+9
* ldbl-128: Remove unused sqrtl declaration in e_asinl.cPaul E. Murphy2016-08-171-1/+0
* Remove tacit double usage in ldbl-128Paul E. Murphy2016-08-033-3/+3
* Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan2016-06-161-0/+56
* Fix frexp (NaN) (bug 20250).Joseph Myers2016-06-131-1/+1
* Fix ldbl-128 expm1l (sNaN) (bug 20232).Joseph Myers2016-06-091-2/+2
* Fix ldbl-128 j0l, j1l, y0l, y1l for sNaN argument (bug 20151).Joseph Myers2016-05-262-4/+4
* Do not raise "inexact" from generic round (bug 15479).Joseph Myers2016-05-241-25/+12