aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)AuthorFilesLines
2015-03-10powerpc: Fix incorrect results for pow when using FMAAdhemerval Zanella1-0/+1
2015-02-26Avoid uninitialized warnings in Bessel functions.Joseph Myers2-4/+8
2015-02-26Fix asin missing underflows (bug 16351).Joseph Myers1-1/+11
2015-02-18Fix atan / atan2 missing underflows (bug 15319).Joseph Myers2-3/+22
2015-02-17Fix sign of remquo zero remainder in round-downward mode (bug 17987).Joseph Myers2-0/+6
2015-02-16Fix remquo spurious overflows (bug 17978).Joseph Myers2-4/+4
2015-02-13Fix dbl-64/wordsize-64 remquo (bug 17569).Joseph Myers1-1/+1
2015-02-12Fix exp2 spurious underflows (bug 16560).Joseph Myers1-0/+3
2015-02-11Fix sincos errno setting (bug 15467).Joseph Myers1-0/+3
2015-01-05lround: provide cast for wordsize-64 version if neededChris Metcalf1-6/+22
2015-01-02Fix libm fegetround namespace (bug 17748).Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers88-88/+88
2014-11-18Fix libm mpone, mptwo namespace (bug 17616).Joseph Myers7-13/+13
2014-08-01Force eval for fma implementationsRichard Henderson1-5/+6
2014-06-27Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).Joseph Myers1-53/+64
2014-06-25Fix exp10 spurious underflows (bug 16560).Joseph Myers1-0/+2
2014-06-23Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near ...Joseph Myers1-2/+2
2014-06-23Set errno for y1 overflow (bug 17050).Joseph Myers1-1/+5
2014-06-23Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers1-20/+41
2014-06-20[BZ #6803] Set errno for scalbln, scalbnStefan Liebler2-4/+0
2014-05-14Fix erf underflow handling near 0 (bug 16516).Joseph Myers1-2/+10
2014-04-29[BZ #16823] Fix log1pl returning wrong infinity signStefan Liebler1-1/+1
2014-03-24Fix implicit __isinf declarations in exp.Joseph Myers1-0/+1
2014-03-24Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers1-143/+153
2014-03-21Fix log (1) in round-downward mode (bug 16731).Joseph Myers1-0/+4
2014-02-27Fix sign of input to bsloww1 (BZ #16623)Siddhesh Poyarekar1-6/+10
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka25-74/+74
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae88-88/+88
2013-12-27Fix typo in csloww()Allan McRae1-1/+1
2013-12-20Consolidate code to compute sin and cos from lookup tablesSiddhesh Poyarekar1-232/+129
2013-12-20Remove more redundant computations in s_sin.cSiddhesh Poyarekar1-42/+33
2013-12-20Remove redundant arguments in reduce_and_computeSiddhesh Poyarekar1-4/+4
2013-12-20Remove some redundant computations in s_sin.cSiddhesh Poyarekar1-24/+15
2013-12-18Compile e_sqrt.c with -ffp-contract=off.Marcus Shawcroft1-0/+1
2013-12-17Fix dbl-64 hypot spurious underflows (bug 16314).Joseph Myers1-1/+1
2013-12-17Fix hypot handling of subnormals (bug 16316, bug 16330).Joseph Myers1-0/+11
2013-12-16Minor code cleanup in s_sin.cSiddhesh Poyarekar1-20/+13
2013-12-11Consolidate definition of constant t22Siddhesh Poyarekar1-9/+3
2013-12-11Use double constants instead of the struct numberSiddhesh Poyarekar2-136/+106
2013-12-06PowerPC: multiarch finite/finitef for PowerPC32Adhemerval Zanella1-2/+6
2013-12-03Fix exp missing underflows (bug 15268, bug 15425).Joseph Myers1-3/+14
2013-12-03Fix erfc errno setting on underflow (bug 6786).Joseph Myers1-2/+15
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers1-4/+34
2013-11-20Add systemtap probe markers for sin, cos, asin and acosSiddhesh Poyarekar1-0/+5
2013-10-28Consolidate conditionals in mp sin/cos functionsSiddhesh Poyarekar1-8/+6
2013-10-17Format floating routines.Ondřej Bílka58-2175/+2769
2013-10-11Add systemtap markers to math function slow pathsSiddhesh Poyarekar6-5/+45
2013-10-08Format e_pow.cSiddhesh Poyarekar1-260/+313
2013-10-08Format e_exp.cSiddhesh Poyarekar1-164/+242
2013-10-08Consolidate multiple precision sin/cos functionsSiddhesh Poyarekar2-125/+111