aboutsummaryrefslogtreecommitdiff
path: root/math/libm-test.inc
AgeCommit message (Expand)AuthorFilesLines
2014-04-16Correct IBM long double frexpl.Alan Modra1-0/+9
2014-04-02Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800).Joseph Myers1-6/+2
2014-04-02Fix clog / clog10 sign of zero result in round-downward mode (bug 16789).Joseph Myers1-6/+2
2014-04-02Correct IBM long double nextafterl.Alan Modra1-0/+8
2014-03-31Set errno for scalb errors (bug 6803, bug 6804).Joseph Myers1-66/+68
2014-03-29Fix scalb spurious "invalid" exceptions (bug 16770).Joseph Myers1-0/+17
2014-03-28Fix clog10 (-0 +/- 0i) (bug 16362).Joseph Myers1-2/+2
2014-03-25Relax gen-auto-libm-tests may-underflow rules, test log1p in all rounding modes.Joseph Myers1-3/+1
2014-03-24Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers1-18/+10
2014-03-21Fix log (1) in round-downward mode (bug 16731).Joseph Myers1-3/+1
2014-03-21Test most libm functions in all rounding modes.Joseph Myers1-74/+26
2014-03-20Make libm-test support ALL_RM_TEST with AUTO_TESTS_*.Joseph Myers1-942/+63
2014-03-19Use ALL_RM_TEST for more libm tests.Joseph Myers1-32/+9
2014-03-18Test scalbn and scalbln in all rounding modes, add more tests of negative arg...Joseph Myers1-41/+71
2014-03-17Test rint and nearbyint with same inputs, in all rounding modes.Joseph Myers1-49/+150
2014-03-17Add libm-test support for per-rounding-mode manually specified results.Joseph Myers1-1220/+182
2014-03-14PowerPC: remove wrong roundl implementation for PowerPC64Adhemerval Zanella1-0/+9
2014-03-14PowerPC: remove wrong nearbyintl implementation for PPC64Adhemerval Zanella1-0/+10
2014-03-14PowerPC: remove wrong ceill implementation for PowerPC64Adhemerval Zanella1-0/+9
2014-03-14Add truncl tests related to BZ#16414Adhemerval Zanella1-0/+9
2014-03-11Fix nextafter overflow in non-default rounding modes (bug 16677).Joseph Myers1-4/+1
2014-03-08Add libm-test.inc macro for all-rounding-modes testing.Joseph Myers1-325/+73
2014-03-06Prepare libm-test.inc structures for multi-rounding-mode testing.Joseph Myers1-80/+165
2014-03-05Automatically check sanity of ulps from libm tests.Joseph Myers1-191/+212
2014-03-05Don't include individual test ulps in libm-test-ulps.Joseph Myers1-72/+30
2014-03-04Fix libm-test.inc:print_complex_max_error handling of some error cases.Joseph Myers1-8/+15
2014-02-19Move tests of clog10 from libm-test.inc to auto-libm-test-in.Joseph Myers1-156/+1
2014-02-18Move tests of fma from libm-test.inc to auto-libm-test-in.Joseph Myers1-856/+4
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-12-21Fix x86 / x86_64 expl / expl10l wild results in directed rounding modes (bug ...Joseph Myers1-0/+60
2013-12-20Add more libm-test coverage of [a-c]* real functions.Joseph Myers1-0/+30
2013-12-20Move tests of cpow from libm-test.inc to auto-libm-test-in.Joseph Myers1-12/+1
2013-12-20Move various TEST_c_c tests from libm-test.inc to auto-libm-test-inc.Joseph Myers1-508/+27
2013-12-19Move tests of cabs and carg from libm-test.inc to auto-libm-test-in.Joseph Myers1-48/+3
2013-12-19Move tests of sincos from libm-test.inc to auto-libm-test-in.Joseph Myers1-54/+1
2013-12-19Fix x86/x86_64 expm1 inaccuracy near 0 in directed rounding modes (bug 16293).Joseph Myers1-12/+60
2013-12-18Move tests of jn and yn from libm-test.inc to auto-libm-test-in.Joseph Myers1-97/+2
2013-12-16Move tests of atan2, hypot and pow from libm-test.inc to auto-libm-test-in.Joseph Myers1-510/+4
2013-12-08Move tests of lgamma from libm-test.inc to auto-libm-test-in.Joseph Myers1-67/+2
2013-12-05Move TEST_f_f tests for [l-y]* functions from libm-test.inc to auto-libm-test...Joseph Myers1-809/+35
2013-12-04Fix Bessel function error handling (bug 6807, bug 15901).Joseph Myers1-11/+55
2013-12-03Move TEST_f_f tests for [e-j]* functions from libm-test.inc to auto-libm-test...Joseph Myers1-202/+13
2013-11-30Move TEST_f_f tests for [a-c]* functions from libm-test.inc to auto-libm-test...Joseph Myers1-252/+25
2013-11-29Fix exp10 errno setting on underflow (bug 6787).Joseph Myers1-2/+4
2013-11-29Test sqrt in all rounding modes.Joseph Myers1-0/+88
2013-11-29Start generating libm tests automatically with MPFR.Joseph Myers1-14/+49
2013-11-16Test signs of NaNs in libm-test.inc where appropriate.Joseph Myers1-15/+42
2013-11-16Add libm-test support for ignored return value, add more lrint / llrint / lro...Joseph Myers1-6/+55
2013-11-16Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag.Joseph Myers1-257/+279
2013-11-16Make libm-test.inc check for "inexact" exceptions for NaN argument.Joseph Myers1-69/+69