| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use 40 digits in tests | Andreas Jaeger | 2012-03-15 | 1 | -8/+9 |
* | * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the | Andreas Jaeger | 2012-03-15 | 1 | -3/+10 |
* | [BZ #13852] | Andreas Jaeger | 2012-03-15 | 1 | -6/+18 |
* | [BZ #13658] | Andreas Jaeger | 2012-03-15 | 1 | -0/+6 |
* | [BZ #13837] | Andreas Jaeger | 2012-03-15 | 1 | -0/+3 |
* | Cleanup formatting. | Andreas Jaeger | 2012-03-15 | 1 | -1/+0 |
* | Merge branch 'master' into bug13658-branch | Andreas Jaeger | 2012-03-14 | 1 | -0/+135 |
|\ |
|
| * | Fix csqrt overflow/underflow (bug 13841). | Joseph Myers | 2012-03-14 | 1 | -0/+18 |
| * | Add tests for hypot overflow/underflow. | Joseph Myers | 2012-03-14 | 1 | -0/+13 |
| * | Fix signs of zeros from casinh, cacosh etc. (bug 10716). | Joseph Myers | 2012-03-07 | 1 | -0/+104 |
* | | Add further tests | Andreas Jaeger | 2012-03-08 | 1 | -0/+2 |
* | | [BZ #13658] | Andreas Jaeger | 2012-03-07 | 1 | -0/+2 |
|/ |
|
* | Fix pow in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-05 | 1 | -0/+109 |
* | Test cosh, sinh in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-05 | 1 | -0/+225 |
* | Fix sin, cos, tan in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-02 | 1 | -0/+421 |
* | Fix scalbn, scalbln integer overflow. | Joseph Myers | 2012-03-02 | 1 | -0/+38 |
* | Fix exp in non-default rounding modes (bug 3976). | Joseph Myers | 2012-03-02 | 1 | -0/+112 |
* | Improve erfc accuracy. | Joseph Myers | 2012-03-01 | 1 | -0/+6 |
* | Add test for bug 5794 (incorrect expm1 overflow). | Joseph Myers | 2012-02-29 | 1 | -0/+4 |
* | Move misplaced llround test and add lround test from bug 2561. | Joseph Myers | 2012-02-29 | 1 | -1/+2 |
* | Fix nearbyintf rounding. | Joseph Myers | 2012-02-22 | 1 | -0/+23 |
* | Fix rintf rounding. | Joseph Myers | 2012-02-22 | 1 | -0/+80 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Fix loss of precision in jn tests | Andreas Schwab | 2012-02-07 | 1 | -9/+9 |
* | Optimized nearbyint for PPC | Adhemerval Zanella | 2011-12-17 | 1 | -0/+4 |
* | Fix accuracy problem in generic sin | Ulrich Drepper | 2011-10-29 | 1 | -0/+1 |
* | Fix remainder (NaN, 0) | Andreas Jaeger | 2011-10-07 | 1 | -1/+17 |
* | Fix jn precision | Petr Baudis | 2011-09-09 | 1 | -1/+11 |
* | Fix lround() loses precision | Paul Pluzhnikov | 2011-09-08 | 1 | -0/+1 |
* | IEEE quad fmal fixes | Jakub Jelinek | 2010-10-18 | 1 | -0/+15 |
* | Implement fmal, some fma bugfixes | Jakub Jelinek | 2010-10-15 | 1 | -0/+25 |
* | Fix some more dbl-64/s_fma.c issue | Jakub Jelinek | 2010-10-15 | 1 | -0/+10 |
* | Implement accurate fma. | Jakub Jelinek | 2010-10-13 | 1 | -1/+17 |
* | Correct implementation of fmaf. | Jakub Jelinek | 2010-10-11 | 1 | -0/+4 |
* | Fix cproj implmentation. | Ulrich Drepper | 2010-04-08 | 1 | -2/+2 |
* | Add test for range error in expm1. | Ulrich Drepper | 2009-05-15 | 1 | -0/+4 |
* | * sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf. | Ulrich Drepper | 2009-04-26 | 1 | -0/+6 |
* | * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct | Ulrich Drepper | 2009-04-26 | 1 | -3/+17 |
* | * math/w_fmod.c: Also handle x=±Inf as error. | Ulrich Drepper | 2009-04-26 | 1 | -0/+6 |
* | * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf. | Ulrich Drepper | 2009-04-26 | 1 | -1/+13 |
* | * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors | Ulrich Drepper | 2009-04-25 | 1 | -0/+2 |
* | Work around braindead IBM128 long double format. | Ulrich Drepper | 2008-05-22 | 1 | -2/+2 |
* | [BZ #3406] | Ulrich Drepper | 2008-05-11 | 1 | -0/+1 |
* | [BZ4997] | Ulrich Drepper | 2008-04-11 | 1 | -0/+43 |
* | [BZ #5857] | Ulrich Drepper | 2008-03-24 | 1 | -0/+9 |
* | [BZ #2549] | Ulrich Drepper | 2007-10-28 | 1 | -5/+18 |
* | [BZ #4407] | Ulrich Drepper | 2007-10-06 | 1 | -1/+4 |
* | [BZ #3919] | Ulrich Drepper | 2007-03-15 | 1 | -0/+5 |
* | [BZ #4096] | Ulrich Drepper | 2007-03-05 | 1 | -0/+11 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -16/+0 |