| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Bessel function error handling (bug 6807, bug 15901). | Joseph Myers | 2013-12-04 | 4 | -10/+13 |
* | 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 | 5 | -10/+65 |
* | Remove unused ldbl-96 functions (bug 15004). | Joseph Myers | 2013-11-28 | 16 | -1046/+0 |
* | Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271). | Joseph Myers | 2013-11-28 | 1 | -4/+34 |
* | PowerPC: Set/restore rounding mode only when needed | Adhemerval Zanella | 2013-11-25 | 4 | -21/+16 |
* | Add systemtap probe markers for sin, cos, asin and acos | Siddhesh Poyarekar | 2013-11-20 | 1 | -0/+5 |
* | rename configure.in to configure.ac | Mike Frysinger | 2013-10-30 | 2 | -1/+1 |
* | 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 |
* | Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl. | Joseph Myers | 2013-10-10 | 2 | -0/+4 |
* | 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 |
* | PowerPC floating point little-endian [6 of 15] | Alan Modra | 2013-10-04 | 1 | -28/+23 |
* | PowerPC floating point little-endian [5 of 15] | Alan Modra | 2013-10-04 | 2 | -56/+0 |
* | PowerPC floating point little-endian [4 of 15] | Alan Modra | 2013-10-04 | 4 | -134/+152 |
* | PowerPC floating point little-endian [3 of 15] | Alan Modra | 2013-10-04 | 21 | -240/+284 |
* | PowerPC floating point little-endian [2 of 15] | Alan Modra | 2013-10-04 | 25 | -85/+138 |
* | PowerPC floating point little-endian [1 of 15] | Alan Modra | 2013-10-04 | 3 | -11/+15 |
* | Fix for [BZ #15680] IBM long double inaccuracy | Alan Modra | 2013-10-04 | 5 | -106/+156 |
* | IBM long double mechanical changes to support little-endian | Alan Modra | 2013-10-04 | 10 | -184/+145 |
* | 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 |
* | Remove --disable-versioning. | Joseph Myers | 2013-09-04 | 1 | -1/+1 |
* | Fix lgammaf spurious underflow (bug 15427). | Joseph Myers | 2013-09-03 | 1 | -2/+2 |
* | Fix spurious jnf underflows (bug 14155). | Joseph Myers | 2013-09-02 | 1 | -2/+2 |
* | Fix typos. | Ondřej Bílka | 2013-08-30 | 3 | -3/+3 |
* | [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases | Thomas Schwinge | 2013-08-29 | 5 | -20/+41 |
* | Fix cproj handling of (finite, NaN) arguments (bug 15531). | Joseph Myers | 2013-08-20 | 1 | -3/+1 |
* | Fix cbrtl for ldbl-96 | Andreas Schwab | 2013-08-13 | 1 | -1/+1 |
* | 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 | 19 | -48/+48 |
* | Remove trailing whitespace. | Joseph Myers | 2013-06-05 | 30 | -217/+217 |
* | Fix ldbl-96 hypotl of subnormals (bug 15529). | Joseph Myers | 2013-05-24 | 1 | -1/+1 |
* | Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490). | Joseph Myers | 2013-05-19 | 5 | -0/+13 |
* | 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 | 10 | -2/+10 |
* | Make _LIB_VERSION a weak symbol | Siddhesh Poyarekar | 2013-05-13 | 1 | -4/+5 |
* | Fix ldbl-128ibm cos range reduction near pi/2 (bug 15359). | Joseph Myers | 2013-05-09 | 1 | -5/+5 |
* | Fix ldbl-128 cos range reduction near pi/2 (bug 15429). | Joseph Myers | 2013-05-09 | 1 | -5/+5 |
* | Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426). | Joseph Myers | 2013-05-08 | 12 | -32/+1035 |
* | 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 |