aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128
AgeCommit message (Expand)Author
2017-06-08Prepare for radical source tree reorganization.zack/build-layout-experimentZack Weinberg
2017-06-07Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macroGabriel F. T. Gomes
2017-06-07float128: Add conversion from float128 to mpnGabriel F. T. Gomes
2017-05-04ldbl-128: Use mathx_hidden_def inplace of hidden_defPaul E. Murphy
2017-04-10Remove unneeded declarations from math_private.hGabriel F. T. Gomes
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg
2017-02-17Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho
2017-02-15Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes
2017-02-12ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130]Gabriel F. T. Gomes
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add fromfp functions.Joseph Myers
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers
2016-12-07Fix hypot sNaN handling (bug 20940).Joseph Myers
2016-12-02Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916).Joseph Myers
2016-12-01Make ldbl-128 getpayload, setpayload functions use _Float128.Joseph Myers
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers
2016-10-17Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers
2016-09-13ldbl-128: Use L(x) macro for long double constantsPaul E. Murphy
2016-08-31ldbl-128: Cleanup e_gammal_r.c after _Float128 renamePaul E. Murphy
2016-08-31ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy
2016-08-19Merge common usage of mul_split functionPaul E. Murphy
2016-08-17ldbl-128: Remove unused sqrtl declaration in e_asinl.cPaul E. Murphy
2016-08-03Remove tacit double usage in ldbl-128Paul E. Murphy
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan
2016-06-13Fix frexp (NaN) (bug 20250).Joseph Myers
2016-06-09Fix ldbl-128 expm1l (sNaN) (bug 20232).Joseph Myers
2016-05-26Fix ldbl-128 j0l, j1l, y0l, y1l for sNaN argument (bug 20151).Joseph Myers
2016-05-24Do not raise "inexact" from generic round (bug 15479).Joseph Myers
2016-05-24Do not raise "inexact" from generic floor (bug 15479).Joseph Myers
2016-05-24Do not raise "inexact" from generic ceil (bug 15479).Joseph Myers
2016-01-18S/390: Do not raise inexact exception in lrint/lround. [BZ #19486]Stefan Liebler
2016-01-15Call math_opt_barrier inside ifH.J. Lu
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers
2015-11-02Make nextafter, nexttoward set errno (bug 6799).Joseph Myers
2015-10-29Fix ldbl-128 log1pl (-qNaN) spurious "invalid" exception (bug 19189).Joseph Myers
2015-10-28Use C11 *_TRUE_MIN macros where applicable.Joseph Myers
2015-10-27Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers
2015-10-23Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers
2015-10-21Fix ldbl-128 j0l spurious underflows (bug 19156).Joseph Myers
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers
2015-10-08Fix lrint, llrint missing exceptions close to overflow threshold (bug 19094).Joseph Myers
2015-10-07Fix lround, llround missing exceptions close to overflow threshold (bug 19088).Joseph Myers