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