| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix sign of input to bsloww1 (BZ #16623) | Siddhesh Poyarekar | 2014-02-27 | 1 | -6/+10 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 25 | -74/+74 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 88 | -88/+88 |
* | Fix typo in csloww() | Allan McRae | 2013-12-27 | 1 | -1/+1 |
* | Consolidate code to compute sin and cos from lookup tables | Siddhesh Poyarekar | 2013-12-20 | 1 | -232/+129 |
* | Remove more redundant computations in s_sin.c | Siddhesh Poyarekar | 2013-12-20 | 1 | -42/+33 |
* | Remove redundant arguments in reduce_and_compute | Siddhesh Poyarekar | 2013-12-20 | 1 | -4/+4 |
* | Remove some redundant computations in s_sin.c | Siddhesh Poyarekar | 2013-12-20 | 1 | -24/+15 |
* | Compile e_sqrt.c with -ffp-contract=off. | Marcus Shawcroft | 2013-12-18 | 1 | -0/+1 |
* | Fix dbl-64 hypot spurious underflows (bug 16314). | Joseph Myers | 2013-12-17 | 1 | -1/+1 |
* | Fix hypot handling of subnormals (bug 16316, bug 16330). | Joseph Myers | 2013-12-17 | 1 | -0/+11 |
* | Minor code cleanup in s_sin.c | Siddhesh Poyarekar | 2013-12-16 | 1 | -20/+13 |
* | Consolidate definition of constant t22 | Siddhesh Poyarekar | 2013-12-11 | 1 | -9/+3 |
* | Use double constants instead of the struct number | Siddhesh Poyarekar | 2013-12-11 | 2 | -136/+106 |
* | PowerPC: multiarch finite/finitef for PowerPC32 | Adhemerval Zanella | 2013-12-06 | 1 | -2/+6 |
* | Fix exp missing underflows (bug 15268, bug 15425). | Joseph Myers | 2013-12-03 | 1 | -3/+14 |
* | Fix erfc errno setting on underflow (bug 6786). | Joseph Myers | 2013-12-03 | 1 | -2/+15 |
* | Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271). | Joseph Myers | 2013-11-28 | 1 | -4/+34 |
* | Add systemtap probe markers for sin, cos, asin and acos | Siddhesh Poyarekar | 2013-11-20 | 1 | -0/+5 |
* | Consolidate conditionals in mp sin/cos functions | Siddhesh Poyarekar | 2013-10-28 | 1 | -8/+6 |
* | Format floating routines. | Ondřej Bílka | 2013-10-17 | 58 | -2175/+2769 |
* | Add systemtap markers to math function slow paths | Siddhesh Poyarekar | 2013-10-11 | 6 | -5/+45 |
* | Format e_pow.c | Siddhesh Poyarekar | 2013-10-08 | 1 | -260/+313 |
* | Format e_exp.c | Siddhesh Poyarekar | 2013-10-08 | 1 | -164/+242 |
* | Consolidate multiple precision sin/cos functions | Siddhesh Poyarekar | 2013-10-08 | 2 | -125/+111 |
* | Consolidate common code into macros | Siddhesh Poyarekar | 2013-09-19 | 1 | -74/+62 |
* | Consolidate sin/cos table lookup code | Siddhesh Poyarekar | 2013-09-19 | 1 | -114/+35 |
* | Consolidate sin/cos computation for large inputs | Siddhesh Poyarekar | 2013-09-19 | 1 | -47/+36 |
* | Remove redundant goto lines | Siddhesh Poyarekar | 2013-09-19 | 1 | -40/+3 |
* | Format sincos32.c | Siddhesh Poyarekar | 2013-09-18 | 1 | -236/+254 |
* | Remove DO_NOT_USE_THIS conditionals. | Ondřej Bílka | 2013-09-10 | 5 | -97/+0 |
* | Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631). | Joseph Myers | 2013-06-15 | 1 | -2/+15 |
* | Fix leading whitespaces. | Ondrej Bilka | 2013-06-06 | 1 | -3/+3 |
* | Remove trailing whitespace. | Joseph Myers | 2013-06-05 | 1 | -6/+6 |
* | Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490). | Joseph Myers | 2013-05-19 | 1 | -0/+2 |
* | Fix remainder exceptions and directed-rounding results (bugs 15480, 15485). | Joseph Myers | 2013-05-17 | 1 | -0/+1 |
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 9 | -2/+9 |
* | Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426). | Joseph Myers | 2013-05-08 | 3 | -5/+256 |
* | Format s_sin.c | Siddhesh Poyarekar | 2013-04-30 | 1 | -904/+1212 |
* | [BZ #14686, #15336] Fix standard compliance. Don't use hard-coded qNaN values. | Thomas Schwinge | 2013-04-05 | 2 | -12/+10 |
* | [BZ #15335, #15342] Fix standard compliance. Don't use hard-coded qNaN values. | Thomas Schwinge | 2013-04-05 | 2 | -9/+9 |
* | Remove unreachable code. | Thomas Schwinge | 2013-04-05 | 1 | -2/+1 |
* | Remove unused hard-coded qNaN definition. | Thomas Schwinge | 2013-04-05 | 1 | -2/+0 |
* | Remove TWO | Siddhesh Poyarekar | 2013-04-03 | 2 | -3/+1 |
* | Use mantissa_t in mpexp | Siddhesh Poyarekar | 2013-04-02 | 2 | -3/+4 |
* | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 2013-04-02 | 2 | -0/+89 |
* | Remove ONE and MONE | Siddhesh Poyarekar | 2013-03-29 | 7 | -22/+20 |
* | Format s_tan.c | Siddhesh Poyarekar | 2013-03-29 | 1 | -405/+728 |
* | Remove ZERO and MZERO macros | Siddhesh Poyarekar | 2013-03-29 | 6 | -53/+51 |
* | Format s_atan.c | Siddhesh Poyarekar | 2013-03-29 | 1 | -151/+246 |