aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64
AgeCommit message (Expand)Author
2014-11-18Fix libm mpone, mptwo namespace (bug 17616).Joseph Myers
2014-08-01Force eval for fma implementationsRichard Henderson
2014-06-27Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).Joseph Myers
2014-06-25Fix exp10 spurious underflows (bug 16560).Joseph Myers
2014-06-23Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near ...Joseph Myers
2014-06-23Set errno for y1 overflow (bug 17050).Joseph Myers
2014-06-23Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers
2014-06-20[BZ #6803] Set errno for scalbln, scalbnStefan Liebler
2014-05-14Fix erf underflow handling near 0 (bug 16516).Joseph Myers
2014-04-29[BZ #16823] Fix log1pl returning wrong infinity signStefan Liebler
2014-03-24Fix implicit __isinf declarations in exp.Joseph Myers
2014-03-24Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers
2014-03-21Fix log (1) in round-downward mode (bug 16731).Joseph Myers
2014-02-27Fix sign of input to bsloww1 (BZ #16623)Siddhesh Poyarekar
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-27Fix typo in csloww()Allan McRae
2013-12-20Consolidate code to compute sin and cos from lookup tablesSiddhesh Poyarekar
2013-12-20Remove more redundant computations in s_sin.cSiddhesh Poyarekar
2013-12-20Remove redundant arguments in reduce_and_computeSiddhesh Poyarekar
2013-12-20Remove some redundant computations in s_sin.cSiddhesh Poyarekar
2013-12-18Compile e_sqrt.c with -ffp-contract=off.Marcus Shawcroft
2013-12-17Fix dbl-64 hypot spurious underflows (bug 16314).Joseph Myers
2013-12-17Fix hypot handling of subnormals (bug 16316, bug 16330).Joseph Myers
2013-12-16Minor code cleanup in s_sin.cSiddhesh Poyarekar
2013-12-11Consolidate definition of constant t22Siddhesh Poyarekar
2013-12-11Use double constants instead of the struct numberSiddhesh Poyarekar
2013-12-06PowerPC: multiarch finite/finitef for PowerPC32Adhemerval Zanella
2013-12-03Fix exp missing underflows (bug 15268, bug 15425).Joseph Myers
2013-12-03Fix erfc errno setting on underflow (bug 6786).Joseph Myers
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers
2013-11-20Add systemtap probe markers for sin, cos, asin and acosSiddhesh Poyarekar
2013-10-28Consolidate conditionals in mp sin/cos functionsSiddhesh Poyarekar
2013-10-17Format floating routines.Ondřej Bílka
2013-10-11Add systemtap markers to math function slow pathsSiddhesh Poyarekar
2013-10-08Format e_pow.cSiddhesh Poyarekar
2013-10-08Format e_exp.cSiddhesh Poyarekar
2013-10-08Consolidate multiple precision sin/cos functionsSiddhesh Poyarekar
2013-09-19Consolidate common code into macrosSiddhesh Poyarekar
2013-09-19Consolidate sin/cos table lookup codeSiddhesh Poyarekar
2013-09-19Consolidate sin/cos computation for large inputsSiddhesh Poyarekar
2013-09-19Remove redundant goto linesSiddhesh Poyarekar
2013-09-18Format sincos32.cSiddhesh Poyarekar
2013-09-10Remove DO_NOT_USE_THIS conditionals.Ondřej Bílka
2013-06-15Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631).Joseph Myers
2013-06-06Fix leading whitespaces.Ondrej Bilka
2013-06-05Remove trailing whitespace.Joseph Myers
2013-05-19Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490).Joseph Myers
2013-05-17Fix remainder exceptions and directed-rounding results (bugs 15480, 15485).Joseph Myers
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold