aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128ibm
AgeCommit message (Expand)AuthorFilesLines
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers1-0/+34
2016-10-17Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers3-3/+6
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2-1/+73
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers3-1/+127
2016-09-30Fix ldbl-128ibm iscanonical for -mlong-double-64.Joseph Myers1-1/+5
2016-09-30Add iscanonical.Joseph Myers4-1/+298
2016-08-31ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy5-0/+14
2016-08-19Merge common usage of mul_split functionPaul E. Murphy2-57/+2
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan1-0/+78
2016-06-13Fix frexp (NaN) (bug 20250).Joseph Myers1-1/+1
2016-06-09Fix ldbl-128ibm log1pl (sNaN) (bug 20234).Joseph Myers1-1/+1
2016-06-09Fix ldbl-128ibm expm1l (sNaN) (bug 20233).Joseph Myers1-2/+2
2016-05-27Fix ldbl-128ibm ceill, rintl etc. for sNaN arguments (bug 20156).Joseph Myers5-0/+15
2016-05-26Fix ldbl-128ibm sqrtl (sNaN) (bug 20153).Joseph Myers1-5/+3
2016-05-19Implement proper fmal for ldbl-128ibm (bug 13304).Joseph Myers1-11/+249
2016-03-31Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]Paul E. Murphy1-7/+18
2016-03-09Fix ldbl-128ibm nearbyintl in non-default rounding modes (bug 19790).Joseph Myers2-107/+16
2016-03-08Fix ldbl-128ibm remainderl equality test for zero low part (bug 19677).Joseph Myers6-60/+144
2016-02-19Fix ldbl-128ibm nextafterl, nexttowardl sign of zero result (bug 19678).Joseph Myers1-0/+3
2016-02-19Fix ldbl-128ibm powl overflow handling (bug 19674).Joseph Myers1-17/+17
2016-02-19Fix ldbl-128ibm remainderl, remquol equality tests (bug 19603).Joseph Myers2-0/+4
2016-02-18Fix ldbl-128ibm fmodl handling of equal arguments with low part zero (bug 196...Joseph Myers3-0/+88
2016-02-18Fix ldbl-128ibm fmodl handling of subnormal results (bug 19595).Joseph Myers1-9/+5
2016-02-18Fix ldbl-128ibm roundl for non-default rounding modes (bug 19594).Joseph Myers1-36/+34
2016-02-18Fix ldbl-128ibm truncl for non-default rounding modes (bug 19593).Joseph Myers1-39/+11
2016-02-18Fix ldbl-128ibm ceill for non-default rounding modes (bug 19592).Joseph Myers1-36/+16
2016-02-18Fix ldbl-128ibm floorl for non-default rounding modes (bug 17899).Joseph Myers2-29/+49
2016-01-27Remove unused variablesAndreas Schwab2-3/+0
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers38-38/+38
2015-12-09Fix ldbl-128ibm logl inaccuracy near 1 (bug 19351).Joseph Myers1-1/+1
2015-12-09Fix ldbl-128ibm sinhl spurious overflows (bug 19350).Joseph Myers1-1/+1
2015-12-09Fix ldbl-128ibm tanhl inaccuracy for small arguments (bug 19349).Joseph Myers1-1/+1
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers2-8/+32
2015-11-19Shuffle includes in ldbl-128ibm/mpn2ldl.cPaul Murphy1-2/+6
2015-11-13Fix ldbl-128ibm strtold overflow handling (bug 14551).Joseph Myers3-0/+99
2015-11-02Make nextafter, nexttoward set errno (bug 6799).Joseph Myers3-0/+11
2015-10-28Use C11 *_TRUE_MIN macros where applicable.Joseph Myers1-3/+4
2015-10-27Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers1-4/+0
2015-10-23Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers1-1/+4
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers1-2/+1
2015-10-06Fix ldbl-128ibm expl overflow in non-default rounding modes (bug 19078).Joseph Myers1-5/+2
2015-10-06Fix ldbl-128ibm logl (1) sign of zero result (bug 19077).Joseph Myers1-0/+2
2015-10-06Fix ldbl-128ibm log1pl (-1) sign of infinity (bug 19076).Joseph Myers1-1/+1
2015-10-05Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190...Joseph Myers2-1/+8
2015-10-02Fix nexttoward overflow in non-default rounding modes (bug 19059).Joseph Myers2-4/+4
2015-09-30Fix ldbl-128ibm exp10l spurious overflows (bug 16620).Joseph Myers1-2/+2
2015-09-28Fix clog, clog10 inaccuracy (bug 19016).Joseph Myers1-15/+9
2015-09-25Fix pow missing underflows (bug 18825).Joseph Myers1-0/+1
2015-09-24Fix hypot missing underflows (bug 18803).Joseph Myers1-1/+5
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers12-60/+13