Age | Commit message (Expand) | Author | Files | Lines |
2013-12-03 | Fix exp missing underflows (bug 15268, bug 15425). | Joseph Myers | 1 | -3/+14 |
2013-12-03 | Fix erfc errno setting on underflow (bug 6786). | Joseph Myers | 5 | -10/+65 |
2013-11-28 | Remove unused ldbl-96 functions (bug 15004). | Joseph Myers | 16 | -1046/+0 |
2013-11-28 | Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271). | Joseph Myers | 1 | -4/+34 |
2013-11-25 | PowerPC: Set/restore rounding mode only when needed | Adhemerval Zanella | 4 | -21/+16 |
2013-11-20 | Add systemtap probe markers for sin, cos, asin and acos | Siddhesh Poyarekar | 1 | -0/+5 |
2013-10-30 | rename configure.in to configure.ac | Mike Frysinger | 2 | -1/+1 |
2013-10-28 | Consolidate conditionals in mp sin/cos functions | Siddhesh Poyarekar | 1 | -8/+6 |
2013-10-17 | Format floating routines. | Ondřej Bílka | 58 | -2175/+2769 |
2013-10-11 | Add systemtap markers to math function slow paths | Siddhesh Poyarekar | 6 | -5/+45 |
2013-10-10 | Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl. | Joseph Myers | 2 | -0/+4 |
2013-10-08 | Format e_pow.c | Siddhesh Poyarekar | 1 | -260/+313 |
2013-10-08 | Format e_exp.c | Siddhesh Poyarekar | 1 | -164/+242 |
2013-10-08 | Consolidate multiple precision sin/cos functions | Siddhesh Poyarekar | 2 | -125/+111 |
2013-10-04 | PowerPC floating point little-endian [6 of 15] | Alan Modra | 1 | -28/+23 |
2013-10-04 | PowerPC floating point little-endian [5 of 15] | Alan Modra | 2 | -56/+0 |
2013-10-04 | PowerPC floating point little-endian [4 of 15] | Alan Modra | 4 | -134/+152 |
2013-10-04 | PowerPC floating point little-endian [3 of 15] | Alan Modra | 21 | -240/+284 |
2013-10-04 | PowerPC floating point little-endian [2 of 15] | Alan Modra | 25 | -85/+138 |
2013-10-04 | PowerPC floating point little-endian [1 of 15] | Alan Modra | 3 | -11/+15 |
2013-10-04 | Fix for [BZ #15680] IBM long double inaccuracy | Alan Modra | 5 | -106/+156 |
2013-10-04 | IBM long double mechanical changes to support little-endian | Alan Modra | 10 | -184/+145 |
2013-09-19 | Consolidate common code into macros | Siddhesh Poyarekar | 1 | -74/+62 |
2013-09-19 | Consolidate sin/cos table lookup code | Siddhesh Poyarekar | 1 | -114/+35 |
2013-09-19 | Consolidate sin/cos computation for large inputs | Siddhesh Poyarekar | 1 | -47/+36 |
2013-09-19 | Remove redundant goto lines | Siddhesh Poyarekar | 1 | -40/+3 |
2013-09-18 | Format sincos32.c | Siddhesh Poyarekar | 1 | -236/+254 |
2013-09-10 | Remove DO_NOT_USE_THIS conditionals. | Ondřej Bílka | 5 | -97/+0 |
2013-09-04 | Remove --disable-versioning. | Joseph Myers | 1 | -1/+1 |
2013-09-03 | Fix lgammaf spurious underflow (bug 15427). | Joseph Myers | 1 | -2/+2 |
2013-09-02 | Fix spurious jnf underflows (bug 14155). | Joseph Myers | 1 | -2/+2 |
2013-08-30 | Fix typos. | Ondřej Bílka | 3 | -3/+3 |
2013-08-29 | [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases | Thomas Schwinge | 5 | -20/+41 |
2013-08-20 | Fix cproj handling of (finite, NaN) arguments (bug 15531). | Joseph Myers | 1 | -3/+1 |
2013-08-13 | Fix cbrtl for ldbl-96 | Andreas Schwab | 1 | -1/+1 |
2013-06-15 | Fix spurious "inexact" exceptions from dbl-64 sqrt (bug 15631). | Joseph Myers | 1 | -2/+15 |
2013-06-06 | Fix leading whitespaces. | Ondrej Bilka | 19 | -48/+48 |
2013-06-05 | Remove trailing whitespace. | Joseph Myers | 30 | -217/+217 |
2013-05-24 | Fix ldbl-96 hypotl of subnormals (bug 15529). | Joseph Myers | 1 | -1/+1 |
2013-05-19 | Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490). | Joseph Myers | 5 | -0/+13 |
2013-05-17 | Fix remainder exceptions and directed-rounding results (bugs 15480, 15485). | Joseph Myers | 1 | -0/+1 |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 10 | -2/+10 |
2013-05-13 | Make _LIB_VERSION a weak symbol | Siddhesh Poyarekar | 1 | -4/+5 |
2013-05-09 | Fix ldbl-128ibm cos range reduction near pi/2 (bug 15359). | Joseph Myers | 1 | -5/+5 |
2013-05-09 | Fix ldbl-128 cos range reduction near pi/2 (bug 15429). | Joseph Myers | 1 | -5/+5 |
2013-05-08 | Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426). | Joseph Myers | 12 | -32/+1035 |
2013-04-30 | Format s_sin.c | Siddhesh Poyarekar | 1 | -904/+1212 |
2013-04-05 | [BZ #14686, #15336] Fix standard compliance. Don't use hard-coded qNaN values. | Thomas Schwinge | 2 | -12/+10 |
2013-04-05 | [BZ #15335, #15342] Fix standard compliance. Don't use hard-coded qNaN values. | Thomas Schwinge | 2 | -9/+9 |
2013-04-05 | Remove unreachable code. | Thomas Schwinge | 1 | -2/+1 |