Age | Commit message (Expand) | Author | Files | Lines |
2014-01-08 | PowerPC: remove wrong truncl implementation for PowerPC64 | Adhemerval Zanella | 1 | -3/+0 |
2014-01-08 | Fix ldbl-128ibm expm1l on large arguments (bug 16408). | Joseph Myers | 1 | -0/+2 |
2014-01-07 | Fix ldbl-128ibm coshl spurious overflows (bug 16407). | Joseph Myers | 1 | -1/+1 |
2014-01-02 | Fix ldbl-128ibm logl inaccuracy (bug 16386). | Joseph Myers | 1 | -0/+8 |
2014-01-02 | Fix ldbl-128ibm asinhl inaccuracy (bug 16385). | Joseph Myers | 1 | -1/+1 |
2014-01-02 | Fix ldbl-128ibm acoshl inaccuracy (bug 16384). | Joseph Myers | 1 | -2/+2 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 35 | -35/+35 |
2013-12-06 | PowerPC: multiarch logb/logbf/logbl for PowerPC32 | Adhemerval Zanella | 1 | -1/+2 |
2013-12-04 | Fix Bessel function error handling (bug 6807, bug 15901). | Joseph Myers | 1 | -1/+1 |
2013-12-03 | Fix erfc errno setting on underflow (bug 6786). | Joseph Myers | 1 | -2/+11 |
2013-11-25 | PowerPC: Set/restore rounding mode only when needed | Adhemerval Zanella | 4 | -21/+16 |
2013-10-10 | Avoid ordered comparisons of NaNs in ldbl-128ibm acosl and asinl. | Joseph Myers | 2 | -0/+4 |
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 | 1 | -2/+2 |
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-08-30 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-08-29 | [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases | Thomas Schwinge | 2 | -5/+23 |
2013-08-20 | Fix cproj handling of (finite, NaN) arguments (bug 15531). | Joseph Myers | 1 | -3/+1 |
2013-06-06 | Fix leading whitespaces. | Ondrej Bilka | 5 | -23/+23 |
2013-06-05 | Remove trailing whitespace. | Joseph Myers | 5 | -11/+11 |
2013-05-19 | Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490). | Joseph Myers | 1 | -0/+5 |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 1 | -0/+1 |
2013-05-09 | Fix ldbl-128ibm cos range reduction near pi/2 (bug 15359). | Joseph Myers | 1 | -5/+5 |
2013-05-08 | Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426). | Joseph Myers | 2 | -5/+181 |
2013-04-02 | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 1 | -0/+45 |
2013-03-28 | Fix e_logl (128ibm) spurious underflow | Adhemerval Zanella | 1 | -2/+11 |
2013-03-22 | BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibm | Adhemerval Zanella | 2 | -6/+24 |
2013-03-08 | PowerPC: unify math_ldbl.h implementations | Adhemerval Zanella | 1 | -2/+8 |
2013-03-04 | BZ #15055: Use __ieee754_sqrl in acoshl for lbdl-128ibm | Adhemerval Zanella | 1 | -1/+1 |
2013-01-10 | Revert "sysdeps/ieee754/ldbl-128ibm/e_expl.c" | Andreas Schwab | 2 | -64/+16 |
2013-01-10 | sysdeps/ieee754/ldbl-128ibm/e_expl.c | Andreas Schwab | 2 | -16/+64 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 33 | -34/+33 |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 3 | -5/+3 |
2012-12-05 | Include stdlib.h in sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c. | Joseph Myers | 1 | -0/+1 |
2012-12-04 | Fix ldbl-128ibm "set but not used" warnings. | Joseph Myers | 5 | -5/+9 |
2012-12-04 | Fix powl inaccuracy for ldbl-128ibm (bug 14914). | Joseph Myers | 1 | -7/+7 |
2012-11-22 | Fix ldbl-128ibm atanl spurious underflows (bug 14871). | Joseph Myers | 1 | -0/+16 |
2012-11-22 | Fix sign of inexact zero results for ldbl-128ibm fmal. | Joseph Myers | 1 | -1/+7 |
2012-11-22 | Fix ldbl-128ibm powl spurious underflows. | Joseph Myers | 1 | -1/+5 |
2012-11-22 | Fix ldbl-128ibm hypotl internal underflows (bug 14869). | Joseph Myers | 1 | -1/+1 |
2012-11-22 | Fix ldbl-128ibm hypotl inaccuracy for arguments with large ratio (bug 14868). | Joseph Myers | 1 | -1/+1 |
2012-11-22 | Fix expm1l spurious underflows for ldbl-128ibm. | Joseph Myers | 1 | -1/+1 |
2012-10-31 | Fix ldbl-128ibm atan2l for x near 1. | Joseph Myers | 1 | -1/+2 |
2012-09-25 | Fix inaccuracy of clog, clog10 near |z| = 1 (bug 13629). | Joseph Myers | 1 | -0/+128 |
2012-07-25 | Set up errno properly for yn. | Marek Polacek | 1 | -0/+4 |