aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128ibm
AgeCommit message (Expand)Author
2016-08-31ldbl-128: Rename 'long double' to '_Float128'Paul E. Murphy
2016-08-19Merge common usage of mul_split functionPaul E. Murphy
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan
2016-06-13Fix frexp (NaN) (bug 20250).Joseph Myers
2016-06-09Fix ldbl-128ibm log1pl (sNaN) (bug 20234).Joseph Myers
2016-06-09Fix ldbl-128ibm expm1l (sNaN) (bug 20233).Joseph Myers
2016-05-27Fix ldbl-128ibm ceill, rintl etc. for sNaN arguments (bug 20156).Joseph Myers
2016-05-26Fix ldbl-128ibm sqrtl (sNaN) (bug 20153).Joseph Myers
2016-05-19Implement proper fmal for ldbl-128ibm (bug 13304).Joseph Myers
2016-03-31Increase internal precision of ldbl-128ibm decimal printf [BZ #19853]Paul E. Murphy
2016-03-09Fix ldbl-128ibm nearbyintl in non-default rounding modes (bug 19790).Joseph Myers
2016-03-08Fix ldbl-128ibm remainderl equality test for zero low part (bug 19677).Joseph Myers
2016-02-19Fix ldbl-128ibm nextafterl, nexttowardl sign of zero result (bug 19678).Joseph Myers
2016-02-19Fix ldbl-128ibm powl overflow handling (bug 19674).Joseph Myers
2016-02-19Fix ldbl-128ibm remainderl, remquol equality tests (bug 19603).Joseph Myers
2016-02-18Fix ldbl-128ibm fmodl handling of equal arguments with low part zero (bug 196...Joseph Myers
2016-02-18Fix ldbl-128ibm fmodl handling of subnormal results (bug 19595).Joseph Myers
2016-02-18Fix ldbl-128ibm roundl for non-default rounding modes (bug 19594).Joseph Myers
2016-02-18Fix ldbl-128ibm truncl for non-default rounding modes (bug 19593).Joseph Myers
2016-02-18Fix ldbl-128ibm ceill for non-default rounding modes (bug 19592).Joseph Myers
2016-02-18Fix ldbl-128ibm floorl for non-default rounding modes (bug 17899).Joseph Myers
2016-01-27Remove unused variablesAndreas Schwab
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-09Fix ldbl-128ibm logl inaccuracy near 1 (bug 19351).Joseph Myers
2015-12-09Fix ldbl-128ibm sinhl spurious overflows (bug 19350).Joseph Myers
2015-12-09Fix ldbl-128ibm tanhl inaccuracy for small arguments (bug 19349).Joseph Myers
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers
2015-11-19Shuffle includes in ldbl-128ibm/mpn2ldl.cPaul Murphy
2015-11-13Fix ldbl-128ibm strtold overflow handling (bug 14551).Joseph Myers
2015-11-02Make nextafter, nexttoward set errno (bug 6799).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-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers
2015-10-06Fix ldbl-128ibm expl overflow in non-default rounding modes (bug 19078).Joseph Myers
2015-10-06Fix ldbl-128ibm logl (1) sign of zero result (bug 19077).Joseph Myers
2015-10-06Fix ldbl-128ibm log1pl (-1) sign of infinity (bug 19076).Joseph Myers
2015-10-05Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190...Joseph Myers
2015-10-02Fix nexttoward overflow in non-default rounding modes (bug 19059).Joseph Myers
2015-09-30Fix ldbl-128ibm exp10l spurious overflows (bug 16620).Joseph Myers
2015-09-28Fix clog, clog10 inaccuracy (bug 19016).Joseph Myers
2015-09-25Fix pow missing underflows (bug 18825).Joseph Myers
2015-09-24Fix hypot missing underflows (bug 18803).Joseph Myers
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers
2015-09-23Use math_narrow_eval more consistently.Joseph Myers
2015-09-18Since we now inline isinf, isnan and isfinite in math.h, replace uses of __is...Wilco Dijkstra
2015-09-18Use the GCC builtin functions for the non-inlined signbit implementations.Wilco Dijkstra
2015-09-17Reduce number of constants in __finite* (bug 15384).Joseph Myers
2015-09-17Fix tgamma missing underflows (bug 18951).Joseph Myers
2015-09-16Make scalbn set errno (bug 6803).Joseph Myers