Age | Commit message (Expand) | Author | Files | Lines |
2017-06-12 | float128: Add test-{float128,ifloat128,float128-finite} | Paul E. Murphy | 1 | -2/+3 |
2017-02-06 | Rework gen-libm-test.pl input/output handling. | Joseph Myers | 1 | -18/+21 |
2017-01-10 | XFAIL libm-test.inc tests as needed for ibm128. | Joseph Myers | 1 | -1/+5 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-12-31 | Add fromfp functions. | Joseph Myers | 1 | -5/+5 |
2016-10-19 | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers | 1 | -2/+6 |
2016-10-12 | Add totalorder, totalorderf, totalorderl. | Joseph Myers | 1 | -0/+1 |
2016-08-05 | Improve gen-libm-test.pl LIT() application | Paul E. Murphy | 1 | -1/+16 |
2016-06-23 | Add more sNaN tests (most remaining real functions). | Joseph Myers | 1 | -0/+1 |
2016-06-08 | Remove CHOOSE() macro from libm-tests.inc | Paul E. Murphy | 1 | -11/+38 |
2016-06-08 | Apply LIT(x) to floating point literals in libm-test.c | Paul E. Murphy | 1 | -5/+36 |
2016-05-26 | Support sNaN testing in libm-test.inc. | Joseph Myers | 1 | -5/+9 |
2016-01-19 | Fix ulps regeneration for *-finite tests. | Joseph Myers | 1 | -2/+5 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-11-05 | Run libm-test tests for finite-math-only functions. | Joseph Myers | 1 | -3/+9 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-06-23 | Test cpow in all rounding modes. | Joseph Myers | 1 | -0/+4 |
2014-03-31 | Set errno for scalb errors (bug 6803, bug 6804). | Joseph Myers | 1 | -0/+10 |
2014-03-20 | Make libm-test support ALL_RM_TEST with AUTO_TESTS_*. | Joseph Myers | 1 | -93/+115 |
2014-03-18 | Test scalbn and scalbln in all rounding modes, add more tests of negative arg... | Joseph Myers | 1 | -6/+15 |
2014-03-17 | Add libm-test support for per-rounding-mode manually specified results. | Joseph Myers | 1 | -64/+76 |
2014-03-06 | Prepare libm-test.inc structures for multi-rounding-mode testing. | Joseph Myers | 1 | -8/+11 |
2014-03-06 | Adjust how gen-auto-libm-tests handles before-rounding/after-rounding cases. | Joseph Myers | 1 | -22/+25 |
2014-03-05 | Don't include individual test ulps in libm-test-ulps. | Joseph Myers | 1 | -73/+6 |
2014-01-27 | Let gen-libm-test.pl find itself when run outside source directory | Andreas Schwab | 1 | -2/+3 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-12-19 | Disable libm-test test name beautification for M_* constants. | Joseph Myers | 1 | -17/+0 |
2013-11-29 | Start generating libm tests automatically with MPFR. | Joseph Myers | 1 | -4/+181 |
2013-11-16 | Test signs of NaNs in libm-test.inc where appropriate. | Joseph Myers | 1 | -1/+1 |
2013-11-16 | Add libm-test support for ignored return value, add more lrint / llrint / lro... | Joseph Myers | 1 | -6/+35 |
2013-11-16 | Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag. | Joseph Myers | 1 | -1/+1 |
2013-05-24 | Remove libm-test START_DATA and END_DATA. | Joseph Myers | 1 | -8/+0 |
2013-05-24 | Make libm-test START and END into ordinary macros. | Joseph Myers | 1 | -28/+0 |
2013-05-22 | Don't include function names in test data in generated libm-test.c. | Joseph Myers | 1 | -15/+12 |
2013-05-22 | Don't include expected results in libm-test test names. | Joseph Myers | 1 | -4/+1 |
2013-05-19 | Handle sincos with generic libm-test logic. | Joseph Myers | 1 | -34/+2 |
2013-05-19 | Simplify gen-libm-test.pl handling of tests with extra outputs. | Joseph Myers | 1 | -65/+17 |
2013-05-18 | Make libm-test look up ulps by name at runtime. | Joseph Myers | 1 | -90/+71 |
2013-05-17 | Simplify libm-test extra-output initialization. | Joseph Myers | 1 | -4/+4 |
2013-05-16 | Remove libm-test support for TEST_* inside functions. | Joseph Myers | 1 | -72/+19 |
2013-05-12 | Convert TEST_c_c tests from code to data. | Joseph Myers | 1 | -2/+2 |
2013-05-10 | Start converting libm tests from code to data. | Joseph Myers | 1 | -23/+78 |
2013-05-08 | Move some libm-test logic for running tests from gen-libm-test.pl to libm-tes... | Joseph Myers | 1 | -75/+80 |
2013-05-06 | Initialize x in frexp, modf, remqou tests. | Joseph Myers | 1 | -0/+3 |
2013-05-04 | Remove unused libm-test expected-failure mechanism. | Joseph Myers | 1 | -61/+5 |
2013-04-29 | Integrate errno testing better in libm-test.inc. | Joseph Myers | 1 | -1/+1 |
2013-04-02 | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 1 | -1/+1 |
2013-03-21 | libm-test: Properly wrap blocks consisting of several statements. | Thomas Schwinge | 1 | -8/+14 |
2013-03-15 | Better distinguish between NaN/qNaN/sNaN. | Thomas Schwinge | 1 | -1/+1 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |