aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754
AgeCommit message (Expand)AuthorFilesLines
2016-08-30Consolidate reduce_and_compute codeSiddhesh Poyarekar1-17/+14
2016-08-29Convert remaining complex function to generated filesPaul E. Murphy12-74/+28
2016-08-19Convert _Complex tangent functions to generated codePaul E. Murphy8-48/+0
2016-08-19Convert _Complex sine functions to generated codePaul E. Murphy8-48/+0
2016-08-19Merge common usage of mul_split functionPaul E. Murphy11-346/+22
2016-08-19Convert _Complex cosine functions to generated codePaul E. Murphy8-48/+0
2016-08-18Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3.Stefan Liebler2-0/+20
2016-08-17ldbl-128: Remove unused sqrtl declaration in e_asinl.cPaul E. Murphy1-1/+0
2016-08-17Support for type-generic libm function implementations libmPaul E. Murphy12-60/+87
2016-08-03Remove tacit double usage in ldbl-128Paul E. Murphy3-3/+3
2016-08-03sparc64: add a VIS3 version of ceil, floor and truncAurelien Jarno3-2/+8
2016-07-18Fix cos computation for multiple precision fallback (bz #20357)Siddhesh Poyarekar1-2/+2
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan8-1/+380
2016-06-13Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).Joseph Myers1-1/+1
2016-06-13Fix frexp (NaN) (bug 20250).Joseph Myers6-5/+8
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-06-09Fix ldbl-128 expm1l (sNaN) (bug 20232).Joseph Myers1-2/+2
2016-06-06Fix dbl-64 asin (sNaN) (bug 20213).Joseph Myers1-1/+1
2016-06-06Fix dbl-64 acos (sNaN) (bug 20212).Joseph Myers1-1/+1
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