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