| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix nextafter overflow in non-default rounding modes (bug 16677). | Joseph Myers | 2014-03-11 | 1 | -4/+1 |
* | Add libm-test.inc macro for all-rounding-modes testing. | Joseph Myers | 2014-03-08 | 1 | -325/+73 |
* | Prepare libm-test.inc structures for multi-rounding-mode testing. | Joseph Myers | 2014-03-06 | 1 | -80/+165 |
* | Automatically check sanity of ulps from libm tests. | Joseph Myers | 2014-03-05 | 1 | -191/+212 |
* | Don't include individual test ulps in libm-test-ulps. | Joseph Myers | 2014-03-05 | 1 | -72/+30 |
* | Fix libm-test.inc:print_complex_max_error handling of some error cases. | Joseph Myers | 2014-03-04 | 1 | -8/+15 |
* | Move tests of clog10 from libm-test.inc to auto-libm-test-in. | Joseph Myers | 2014-02-19 | 1 | -156/+1 |
* | Move tests of fma from libm-test.inc to auto-libm-test-in. | Joseph Myers | 2014-02-18 | 1 | -856/+4 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Fix x86 / x86_64 expl / expl10l wild results in directed rounding modes (bug ... | Joseph Myers | 2013-12-21 | 1 | -0/+60 |
* | Add more libm-test coverage of [a-c]* real functions. | Joseph Myers | 2013-12-20 | 1 | -0/+30 |
* | Move tests of cpow from libm-test.inc to auto-libm-test-in. | Joseph Myers | 2013-12-20 | 1 | -12/+1 |
* | Move various TEST_c_c tests from libm-test.inc to auto-libm-test-inc. | Joseph Myers | 2013-12-20 | 1 | -508/+27 |
* | Move tests of cabs and carg from libm-test.inc to auto-libm-test-in. | Joseph Myers | 2013-12-19 | 1 | -48/+3 |
* | Move tests of sincos from libm-test.inc to auto-libm-test-in. | Joseph Myers | 2013-12-19 | 1 | -54/+1 |
* | Fix x86/x86_64 expm1 inaccuracy near 0 in directed rounding modes (bug 16293). | Joseph Myers | 2013-12-19 | 1 | -12/+60 |
* | Move tests of jn and yn from libm-test.inc to auto-libm-test-in. | Joseph Myers | 2013-12-18 | 1 | -97/+2 |
* | Move tests of atan2, hypot and pow from libm-test.inc to auto-libm-test-in. | Joseph Myers | 2013-12-16 | 1 | -510/+4 |
* | Move tests of lgamma from libm-test.inc to auto-libm-test-in. | Joseph Myers | 2013-12-08 | 1 | -67/+2 |
* | Move TEST_f_f tests for [l-y]* functions from libm-test.inc to auto-libm-test... | Joseph Myers | 2013-12-05 | 1 | -809/+35 |
* | Fix Bessel function error handling (bug 6807, bug 15901). | Joseph Myers | 2013-12-04 | 1 | -11/+55 |
* | Move TEST_f_f tests for [e-j]* functions from libm-test.inc to auto-libm-test... | Joseph Myers | 2013-12-03 | 1 | -202/+13 |
* | Move TEST_f_f tests for [a-c]* functions from libm-test.inc to auto-libm-test... | Joseph Myers | 2013-11-30 | 1 | -252/+25 |
* | Fix exp10 errno setting on underflow (bug 6787). | Joseph Myers | 2013-11-29 | 1 | -2/+4 |
* | Test sqrt in all rounding modes. | Joseph Myers | 2013-11-29 | 1 | -0/+88 |
* | Start generating libm tests automatically with MPFR. | Joseph Myers | 2013-11-29 | 1 | -14/+49 |
* | Test signs of NaNs in libm-test.inc where appropriate. | Joseph Myers | 2013-11-16 | 1 | -15/+42 |
* | Add libm-test support for ignored return value, add more lrint / llrint / lro... | Joseph Myers | 2013-11-16 | 1 | -6/+55 |
* | Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag. | Joseph Myers | 2013-11-16 | 1 | -257/+279 |
* | Make libm-test.inc check for "inexact" exceptions for NaN argument. | Joseph Myers | 2013-11-16 | 1 | -69/+69 |
* | PowerPC floating point little-endian [4 of 15] | Alan Modra | 2013-10-04 | 1 | -0/+19 |
* | New test cases for sin and cos for multiple precision fallback | Siddhesh Poyarekar | 2013-09-19 | 1 | -0/+18 |
* | Fix lgammaf spurious underflow (bug 15427). | Joseph Myers | 2013-09-03 | 1 | -0/+55 |
* | Fix spurious jnf underflows (bug 14155). | Joseph Myers | 2013-09-02 | 1 | -2/+17 |
* | Fix cexp (NaN + i0) (bug 15532). | Joseph Myers | 2013-08-23 | 1 | -1/+2 |
* | Fix fdim handling of infinities (bug 15797). | Joseph Myers | 2013-08-21 | 1 | -27/+31 |
* | Fix cproj handling of (finite, NaN) arguments (bug 15531). | Joseph Myers | 2013-08-20 | 1 | -0/+40 |
* | Fix cbrtl for ldbl-96 | Andreas Schwab | 2013-08-13 | 1 | -0/+5 |
* | Annotate more cases of math bug 15319. | David S. Miller | 2013-07-13 | 1 | -16/+20 |
* | Add another fma test. | Joseph Myers | 2013-06-15 | 1 | -0/+1 |
* | Add exception information to math-tests.h and use it in libm-test.inc. | Joseph Myers | 2013-06-11 | 1 | -17/+21 |
* | Add rounding mode information to math-tests.h and use it in libm-test.inc. | Joseph Myers | 2013-06-10 | 1 | -4/+9 |
* | BZ #15536: Fix ulp for 128-bit IBM long double. | Carlos O'Donell | 2013-06-03 | 1 | -11/+26 |
* | Fix ldbl-96 hypotl of subnormals (bug 15529). | Joseph Myers | 2013-05-24 | 1 | -0/+13 |
* | Test drem and pow10 in libm-test.inc. | Joseph Myers | 2013-05-24 | 1 | -5/+63 |
* | Use same tests for isfinite/finite, lgamma/gamma. | Joseph Myers | 2013-05-24 | 1 | -44/+18 |
* | Correctly compute ulp near zero. | Carlos O'Donell | 2013-05-24 | 1 | -48/+93 |
* | Remove libm-test START_DATA and END_DATA. | Joseph Myers | 2013-05-24 | 1 | -339/+0 |
* | Make libm-test START and END into ordinary macros. | Joseph Myers | 2013-05-24 | 1 | -169/+176 |
* | Don't include function names in test data in generated libm-test.c. | Joseph Myers | 2013-05-22 | 1 | -117/+229 |