Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Format e_log.c | Siddhesh Poyarekar | 2013-03-29 | 1 | -95/+133 |
* | Format and clean up s_atan2.c | Siddhesh Poyarekar | 2013-03-28 | 1 | -310/+494 |
* | Use integral constants | Siddhesh Poyarekar | 2013-03-26 | 1 | -76/+76 |
* | Removed commented code | Siddhesh Poyarekar | 2013-03-26 | 11 | -85/+0 |
* | Make mantissa type of mp_no configurable | Siddhesh Poyarekar | 2013-03-26 | 3 | -69/+101 |
* | Replace 8388608.0 with HALFRAD in mp code | Siddhesh Poyarekar | 2013-03-21 | 2 | -3/+3 |
* | Revert configurable mantissa patch | Siddhesh Poyarekar | 2013-03-15 | 3 | -92/+60 |
* | Make mantissa type configurable | Siddhesh Poyarekar | 2013-03-15 | 3 | -60/+92 |
* | Fix spurious underflow exceptions for Bessel functions for double (bug 14155). | Joseph Myers | 2013-03-14 | 2 | -4/+8 |
* | Merge powerpc slowexp.c into generic code | Siddhesh Poyarekar | 2013-03-07 | 1 | -3/+9 |
* | Merge powerpc slowpow.c into generic code | Siddhesh Poyarekar | 2013-03-07 | 1 | -0/+17 |
* | Use generic mpa.c code for everything except __mul and __sqr | Siddhesh Poyarekar | 2013-03-07 | 1 | -0/+4 |
* | Format mpsqrt.c | Siddhesh Poyarekar | 2013-02-27 | 1 | -34/+44 |
* | Format mpatan2.c | Siddhesh Poyarekar | 2013-02-27 | 1 | -23/+22 |
* | Format mpatan.c | Siddhesh Poyarekar | 2013-02-27 | 1 | -46/+61 |
* | Format mptan.c | Siddhesh Poyarekar | 2013-02-27 | 1 | -13/+15 |
* | Format mplog.c | Siddhesh Poyarekar | 2013-02-27 | 1 | -21/+23 |
* | Another tweak to the multiplication algorithm | Siddhesh Poyarekar | 2013-02-26 | 1 | -6/+50 |
* | Don't duplicate mpone and mptwo | Siddhesh Poyarekar | 2013-02-26 | 1 | -5/+3 |
* | Remove commented declarations | Siddhesh Poyarekar | 2013-02-25 | 1 | -14/+0 |
* | Use long wherever possible in mpa.c | Siddhesh Poyarekar | 2013-02-25 | 1 | -31/+39 |
* | Format slowexp.c | Siddhesh Poyarekar | 2013-02-25 | 1 | -22/+26 |
* | Reformat slowpow.c | Siddhesh Poyarekar | 2013-02-25 | 1 | -31/+48 |
* | Remove commented code | Siddhesh Poyarekar | 2013-02-25 | 1 | -6/+0 |
* | Fix whitespace differences between generic and powerpc mpa.c | Siddhesh Poyarekar | 2013-02-21 | 1 | -2/+2 |