aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
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-26Fix ldbl-128 j0l, j1l, y0l, y1l for sNaN argument (bug 20151).Joseph Myers2-4/+4
2016-05-24Do not raise "inexact" from generic round (bug 15479).Joseph Myers5-56/+12
2016-05-24Do not raise "inexact" from generic floor (bug 15479).Joseph Myers4-45/+20
2016-05-24Do not raise "inexact" from generic ceil (bug 15479).Joseph Myers4-42/+18
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-20Fix __finitel libm compat symbol version.Joseph Myers2-4/+4
2016-01-18S/390: Do not raise inexact exception in lrint/lround. [BZ #19486]Stefan Liebler4-4/+32
2016-01-15Call math_opt_barrier inside ifH.J. Lu4-4/+16
2016-01-04Eliminate redundant sign extensions in pow()Anton Blanchard1-2/+4
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers222-222/+222
2015-12-21Consolidate sincos computation for 2.426265 < |x| < 105414350Siddhesh Poyarekar2-281/+123
2015-12-21Consolidate sin and cos code for 105414350 <|x|< 281474976710656Siddhesh Poyarekar2-146/+119
2015-12-21Consolidate range reduction in sincos for x > 281474976710656Siddhesh Poyarekar2-2/+57
2015-12-11Fix indentation.Steve Ellcey1-1/+3
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-12-03math: add LDBL_CLASSIFY_COMPAT supportChris Metcalf6-6/+34
2015-12-01Use hex float constants in sysdeps/ieee754/dbl-64/e_sqrt.c.Joseph Myers2-46/+2
2015-11-24Refactor strtod parsing of NaN payloads.Joseph Myers7-38/+101
2015-11-20Fix lgamma setting signgam for ISO C (bug 15421).Joseph Myers5-13/+20
2015-11-19Shuffle includes in ldbl-128ibm/mpn2ldl.cPaul Murphy1-2/+6
2015-11-17Include s_sin.c in s_sincos.cSiddhesh Poyarekar2-19/+20
2015-11-17Remove redundant else clauses in s_sin.cSiddhesh Poyarekar1-186/+158
2015-11-13Fix ldbl-128ibm strtold overflow handling (bug 14551).Joseph Myers3-0/+99
2015-11-03Fix dbl-64 remainder sign of zero result (bug 19201).Joseph Myers1-0/+2
2015-11-02Make nextafter, nexttoward set errno (bug 6799).Joseph Myers10-0/+32
2015-10-29Fix ldbl-128 log1pl (-qNaN) spurious "invalid" exception (bug 19189).Joseph Myers1-2/+2
2015-10-29Make drem an alias of remainder (bug 16171).Joseph Myers7-21/+8
2015-10-28Use C11 *_TRUE_MIN macros where applicable.Joseph Myers4-6/+7
2015-10-27Remove GCC version conditionals on -Wmaybe-uninitialized pragmas.Joseph Myers6-24/+0
2015-10-23Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers9-7/+32
2015-10-21Fix ldbl-128 j0l spurious underflows (bug 19156).Joseph Myers1-0/+2
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers2-4/+2
2015-10-09Fix lrint, llrint, lround, llround missing exceptions for MIPS (bug 16399).Joseph Myers8-14/+97