summaryrefslogtreecommitdiff
path: root/math/gen-libm-test.pl
AgeCommit message (Expand)Author
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
2013-03-15Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-09Make libm-test.inc test comparison macros.Joseph Myers
2012-10-08Improve libm test coverage of classification macros / functions.Joseph Myers
2012-05-24Don't include exceptions in libm-test-ulps test names.Joseph Myers
2012-05-24Test underflow exceptions in libm-test.inc.Joseph Myers
2012-03-20Test for overflow exceptions in libm-test.inc.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2006-08-13[BZ #2832, BZ #2987]Ulrich Drepper
2006-03-16[BZ #2466]Roland McGrath
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2001-07-06Update to LGPL v2.1.Andreas Jaeger
2000-08-30(parse_ulps): Remove extra \.Andreas Jaeger