Age | Commit message (Expand) | Author |
2014-05-14 | Fix erf underflow handling near 0 (bug 16516). | Joseph Myers |
2014-04-29 | [BZ #16823] Fix log1pl returning wrong infinity sign | Stefan Liebler |
2014-03-24 | Fix implicit __isinf declarations in exp. | Joseph Myers |
2014-03-24 | Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284). | Joseph Myers |
2014-03-21 | Fix log (1) in round-downward mode (bug 16731). | Joseph Myers |
2014-02-27 | Fix sign of input to bsloww1 (BZ #16623) | Siddhesh Poyarekar |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-12-27 | Fix typo in csloww() | Allan McRae |
2013-12-20 | Consolidate code to compute sin and cos from lookup tables | Siddhesh Poyarekar |
2013-12-20 | Remove more redundant computations in s_sin.c | Siddhesh Poyarekar |
2013-12-20 | Remove redundant arguments in reduce_and_compute | Siddhesh Poyarekar |
2013-12-20 | Remove some redundant computations in s_sin.c | Siddhesh Poyarekar |
2013-12-18 | Compile e_sqrt.c with -ffp-contract=off. | Marcus Shawcroft |
2013-12-17 | Fix dbl-64 hypot spurious underflows (bug 16314). | Joseph Myers |
2013-12-17 | Fix hypot handling of subnormals (bug 16316, bug 16330). | Joseph Myers |
2013-12-16 | Minor code cleanup in s_sin.c | Siddhesh Poyarekar |
2013-12-11 | Consolidate definition of constant t22 | Siddhesh Poyarekar |
2013-12-11 | Use double constants instead of the struct number | Siddhesh Poyarekar |
2013-12-06 | PowerPC: multiarch finite/finitef for PowerPC32 | Adhemerval Zanella |
2013-12-03 | Fix exp missing underflows (bug 15268, bug 15425). | Joseph Myers |
2013-12-03 | Fix erfc errno setting on underflow (bug 6786). | Joseph Myers |
2013-11-28 | Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271). | Joseph Myers |
2013-11-20 | Add systemtap probe markers for sin, cos, asin and acos | Siddhesh Poyarekar |
2013-10-28 | Consolidate conditionals in mp sin/cos functions | Siddhesh Poyarekar |
2013-10-17 | Format floating routines. | Ondřej Bílka |
2013-10-11 | Add systemtap markers to math function slow paths | Siddhesh Poyarekar |
2013-10-08 | Format e_pow.c | Siddhesh Poyarekar |
2013-10-08 | Format e_exp.c | Siddhesh Poyarekar |
2013-10-08 | Consolidate multiple precision sin/cos functions | Siddhesh Poyarekar |
2013-09-19 | Consolidate common code into macros | Siddhesh Poyarekar |
2013-09-19 | Consolidate sin/cos table lookup code | Siddhesh Poyarekar |
2013-09-19 | Consolidate sin/cos computation for large inputs | Siddhesh Poyarekar |
2013-09-19 | Remove redundant goto lines | Siddhesh Poyarekar |
2013-09-18 | Format sincos32.c | Siddhesh Poyarekar |
2013-09-10 | Remove DO_NOT_USE_THIS conditionals. | Ondřej Bílka |
2013-06-15 | Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631). | Joseph Myers |
2013-06-06 | Fix leading whitespaces. | Ondrej Bilka |
2013-06-05 | Remove trailing whitespace. | Joseph Myers |
2013-05-19 | Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490). | Joseph Myers |
2013-05-17 | Fix remainder exceptions and directed-rounding results (bugs 15480, 15485). | Joseph Myers |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold |
2013-05-08 | Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426). | Joseph Myers |
2013-04-30 | Format s_sin.c | Siddhesh Poyarekar |
2013-04-05 | [BZ #14686, #15336] Fix standard compliance. Don't use hard-coded qNaN values. | Thomas Schwinge |
2013-04-05 | [BZ #15335, #15342] Fix standard compliance. Don't use hard-coded qNaN values. | Thomas Schwinge |
2013-04-05 | Remove unreachable code. | Thomas Schwinge |
2013-04-05 | Remove unused hard-coded qNaN definition. | Thomas Schwinge |
2013-04-03 | Remove TWO | Siddhesh Poyarekar |
2013-04-02 | Use mantissa_t in mpexp | Siddhesh Poyarekar |