summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not raise "inexact" from generic floor (bug 15479).Joseph Myers2016-05-241-23/+14
* Do not raise "inexact" from generic ceil (bug 15479).Joseph Myers2016-05-241-22/+13
* S/390: Do not raise inexact exception in lrint/lround. [BZ #19486]Stefan Liebler2016-01-184-4/+32
* Call math_opt_barrier inside ifH.J. Lu2016-01-151-1/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0432-32/+32
* Refactor strtod parsing of NaN payloads.Joseph Myers2015-11-242-11/+35
* Make nextafter, nexttoward set errno (bug 6799).Joseph Myers2015-11-023-0/+9
* Fix ldbl-128 log1pl (-qNaN) spurious "invalid" exception (bug 19189).Joseph Myers2015-10-291-2/+2
* Use C11 *_TRUE_MIN macros where applicable.Joseph Myers2015-10-281-1/+1
* Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers2015-10-271-4/+0
* Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers2015-10-232-1/+6
* Fix ldbl-128 j0l spurious underflows (bug 19156).Joseph Myers2015-10-211-0/+2
* Convert 231 sysdeps function definitions to prototype style.Joseph Myers2015-10-191-2/+1