aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)Author
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan
2016-06-13Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).Joseph Myers
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-06-09Fix ldbl-128 expm1l (sNaN) (bug 20232).Joseph Myers
2016-06-06Fix dbl-64 asin (sNaN) (bug 20213).Joseph Myers
2016-06-06Fix dbl-64 acos (sNaN) (bug 20212).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-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-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-20Fix __finitel libm compat symbol version.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-04Eliminate redundant sign extensions in pow()Anton Blanchard
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-21Consolidate sincos computation for 2.426265 < |x| < 105414350Siddhesh Poyarekar
2015-12-21Consolidate sin and cos code for 105414350 <|x|< 281474976710656Siddhesh Poyarekar
2015-12-21Consolidate range reduction in sincos for x > 281474976710656Siddhesh Poyarekar
2015-12-11Fix indentation.Steve Ellcey
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-12-03math: add LDBL_CLASSIFY_COMPAT supportChris Metcalf
2015-12-01Use hex float constants in sysdeps/ieee754/dbl-64/e_sqrt.c.Joseph Myers
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers
2015-11-19Shuffle includes in ldbl-128ibm/mpn2ldl.cPaul Murphy
2015-11-17Include s_sin.c in s_sincos.cSiddhesh Poyarekar
2015-11-17Remove redundant else clauses in s_sin.cSiddhesh Poyarekar
2015-11-13Fix ldbl-128ibm strtold overflow handling (bug 14551).Joseph Myers
2015-11-03Fix dbl-64 remainder sign of zero result (bug 19201).Joseph Myers
2015-11-02Make nextafter, nexttoward set errno (bug 6799).Joseph Myers