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