| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848). | Joseph Myers | 2016-03-24 | 1 | -4/+4 |
* | x86_64: Regenerate ulps [BZ #19168] | Florian Weimer | 2015-10-26 | 1 | -6/+6 |
* | Add more libm tests (ilogb, is*, j0, j1, jn, lgamma, log*). | Joseph Myers | 2015-10-23 | 1 | -0/+2 |
* | sysdeps/x86_64/fpu/libm-test-ulps: Regenerated on Haswell. | Paul Pluzhnikov | 2015-10-03 | 1 | -1/+1 |
* | Improve test coverage of real libm functions [a-e]*. | Joseph Myers | 2015-09-30 | 1 | -2/+2 |
* | Fix clog, clog10 inaccuracy (bug 19016). | Joseph Myers | 2015-09-28 | 1 | -40/+40 |
* | Fix powf inaccuracy (bug 18956). | Joseph Myers | 2015-09-26 | 1 | -8/+8 |
* | Add more random libm test inputs (mainly for ldbl-128). | Joseph Myers | 2015-09-12 | 1 | -2/+2 |
* | Add more randomly-generated libm tests. | Joseph Myers | 2015-09-11 | 1 | -33/+33 |
* | Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558). | Joseph Myers | 2015-09-10 | 1 | -48/+48 |
* | Regenerated sysdeps/x86_64/fpu/libm-test-ulps with AVX2. | Paul Pluzhnikov | 2015-08-14 | 1 | -1/+1 |
* | Add more random libm-test inputs. | Joseph Myers | 2015-08-13 | 1 | -62/+64 |
* | Add more tests of various libm functions. | Joseph Myers | 2015-08-11 | 1 | -12/+12 |
* | Improve tgamma accuracy (bug 18613). | Joseph Myers | 2015-06-29 | 1 | -4/+28 |
* | Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602). | Joseph Myers | 2015-06-25 | 1 | -0/+24 |
* | Fix cexp, ccos, ccosh, csin, csinh spurious underflows (bug 18594). | Joseph Myers | 2015-06-24 | 1 | -0/+52 |
* | Fix csin, csinh overflow in directed rounding modes (bug 18593). | Joseph Myers | 2015-06-24 | 1 | -4/+4 |
* | Vector sincosf for x86_64 and tests. | Andrew Senkevich | 2015-06-18 | 1 | -0/+8 |
* | Vector sincos for x86_64 and tests. | Andrew Senkevich | 2015-06-18 | 1 | -0/+12 |
* | Vector powf for x86_64 and tests. | Andrew Senkevich | 2015-06-18 | 1 | -0/+8 |
* | Vector pow for x86_64 and tests. | Andrew Senkevich | 2015-06-17 | 1 | -0/+12 |
* | Vector expf for x86_64 and tests. | Andrew Senkevich | 2015-06-17 | 1 | -0/+8 |
* | Vector exp for x86_64 and tests. | Andrew Senkevich | 2015-06-17 | 1 | -0/+12 |
* | Vector logf for x86_64 and tests. | Andrew Senkevich | 2015-06-17 | 1 | -0/+8 |
* | Vector log for x86_64 and tests. | Andrew Senkevich | 2015-06-17 | 1 | -0/+12 |
* | Vector sinf for x86_64 and tests. | Andrew Senkevich | 2015-06-15 | 1 | -0/+8 |
* | Vector sin for x86_64 and tests. | Andrew Senkevich | 2015-06-11 | 1 | -0/+12 |
* | This patch adds vector cosf tests. | Andrew Senkevich | 2015-06-09 | 1 | -0/+8 |
* | Addition of testing infrastructure for vector math functions. | Andrew Senkevich | 2015-06-09 | 1 | -0/+12 |
* | Add more tests of csqrt, lgamma, log10, sinh. | Joseph Myers | 2015-05-08 | 1 | -14/+14 |
* | Add more tests of acosh, atanh, cos, csqrt, erfc, sin, sincos. | Joseph Myers | 2015-05-06 | 1 | -18/+18 |
* | Add further tests of libm functions. | Joseph Myers | 2015-05-05 | 1 | -44/+52 |
* | Add more tests of libm functions. | Joseph Myers | 2015-05-02 | 1 | -38/+42 |
* | Add more tests of tgamma. | Joseph Myers | 2015-05-01 | 1 | -6/+6 |
* | Add more tests of tanh. | Joseph Myers | 2015-05-01 | 1 | -18/+26 |
* | Add more tests of tan. | Joseph Myers | 2015-05-01 | 1 | -4/+6 |
* | Add more tests of cos, sin, sincos. | Joseph Myers | 2015-05-01 | 1 | -4/+4 |
* | Add another test of pow. | Joseph Myers | 2015-05-01 | 1 | -8/+8 |
* | Add more tests of lgamma. | Joseph Myers | 2015-05-01 | 1 | -44/+44 |
* | Add more tests of log, log10, log1p, log2. | Joseph Myers | 2015-05-01 | 1 | -45/+49 |
* | Add more tests of exp, exp10, exp2, expm1. | Joseph Myers | 2015-05-01 | 1 | -21/+51 |
* | Add more tests of erf, erfc. | Joseph Myers | 2015-05-01 | 1 | -22/+32 |
* | Add more tests of csqrt. | Joseph Myers | 2015-04-30 | 1 | -36/+36 |
* | Add further tests of cosh and sinh. | Joseph Myers | 2015-04-30 | 1 | -11/+11 |
* | Add more tests of clog and clog10. | Joseph Myers | 2015-04-09 | 1 | -60/+60 |
* | Add more tests of atanh. | Joseph Myers | 2015-04-08 | 1 | -4/+4 |
* | Add more tests of atan. | Joseph Myers | 2015-04-08 | 1 | -2/+8 |
* | Add more tests of cbrt. | Joseph Myers | 2015-04-08 | 1 | -8/+10 |
* | Add more tests of cabs. | Joseph Myers | 2015-04-08 | 1 | -0/+24 |
* | Fix dbl-64 atan2 in non-default rounding modes (bug 18210, bug 18211). | Joseph Myers | 2015-04-08 | 1 | -34/+38 |