about summary refs log tree commit diff
path: root/math/libm-test.inc
Commit message (Expand)AuthorAgeFilesLines
* Test most libm functions in all rounding modes.Joseph Myers2014-03-211-74/+26
* Make libm-test support ALL_RM_TEST with AUTO_TESTS_*.Joseph Myers2014-03-201-942/+63
* Use ALL_RM_TEST for more libm tests.Joseph Myers2014-03-191-32/+9
* Test scalbn and scalbln in all rounding modes, add more tests of negative arg...Joseph Myers2014-03-181-41/+71
* Test rint and nearbyint with same inputs, in all rounding modes.Joseph Myers2014-03-171-49/+150
* Add libm-test support for per-rounding-mode manually specified results.Joseph Myers2014-03-171-1220/+182
* PowerPC: remove wrong roundl implementation for PowerPC64Adhemerval Zanella2014-03-141-0/+9
* PowerPC: remove wrong nearbyintl implementation for PPC64Adhemerval Zanella2014-03-141-0/+10
* PowerPC: remove wrong ceill implementation for PowerPC64Adhemerval Zanella2014-03-141-0/+9
* Add truncl tests related to BZ#16414Adhemerval Zanella2014-03-141-0/+9
* Fix nextafter overflow in non-default rounding modes (bug 16677).Joseph Myers2014-03-111-4/+1
* Add libm-test.inc macro for all-rounding-modes testing.Joseph Myers2014-03-081-325/+73
* Prepare libm-test.inc structures for multi-rounding-mode testing.Joseph Myers2014-03-061-80/+165
* Automatically check sanity of ulps from libm tests.Joseph Myers2014-03-051-191/+212
* Don't include individual test ulps in libm-test-ulps.Joseph Myers2014-03-051-72/+30
* Fix libm-test.inc:print_complex_max_error handling of some error cases.Joseph Myers2014-03-041-8/+15
* Move tests of clog10 from libm-test.inc to auto-libm-test-in.Joseph Myers2014-02-191-156/+1
* Move tests of fma from libm-test.inc to auto-libm-test-in.Joseph Myers2014-02-181-856/+4
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Fix x86 / x86_64 expl / expl10l wild results in directed rounding modes (bug ...Joseph Myers2013-12-211-0/+60
* Add more libm-test coverage of [a-c]* real functions.Joseph Myers2013-12-201-0/+30
* Move tests of cpow from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-201-12/+1
* Move various TEST_c_c tests from libm-test.inc to auto-libm-test-inc.Joseph Myers2013-12-201-508/+27
* Move tests of cabs and carg from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-191-48/+3
* Move tests of sincos from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-191-54/+1
* Fix x86/x86_64 expm1 inaccuracy near 0 in directed rounding modes (bug 16293).Joseph Myers2013-12-191-12/+60
* Move tests of jn and yn from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-181-97/+2
* Move tests of atan2, hypot and pow from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-161-510/+4
* Move tests of lgamma from libm-test.inc to auto-libm-test-in.Joseph Myers2013-12-081-67/+2
* Move TEST_f_f tests for [l-y]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-12-051-809/+35
* Fix Bessel function error handling (bug 6807, bug 15901).Joseph Myers2013-12-041-11/+55
* Move TEST_f_f tests for [e-j]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-12-031-202/+13
* Move TEST_f_f tests for [a-c]* functions from libm-test.inc to auto-libm-test...Joseph Myers2013-11-301-252/+25
* Fix exp10 errno setting on underflow (bug 6787).Joseph Myers2013-11-291-2/+4
* Test sqrt in all rounding modes.Joseph Myers2013-11-291-0/+88
* Start generating libm tests automatically with MPFR.Joseph Myers2013-11-291-14/+49
* Test signs of NaNs in libm-test.inc where appropriate.Joseph Myers2013-11-161-15/+42
* Add libm-test support for ignored return value, add more lrint / llrint / lro...Joseph Myers2013-11-161-6/+55
* Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag.Joseph Myers2013-11-161-257/+279
* Make libm-test.inc check for "inexact" exceptions for NaN argument.Joseph Myers2013-11-161-69/+69
* PowerPC floating point little-endian [4 of 15]Alan Modra2013-10-041-0/+19
* New test cases for sin and cos for multiple precision fallbackSiddhesh Poyarekar2013-09-191-0/+18
* Fix lgammaf spurious underflow (bug 15427).Joseph Myers2013-09-031-0/+55
* Fix spurious jnf underflows (bug 14155).Joseph Myers2013-09-021-2/+17
* Fix cexp (NaN + i0) (bug 15532).Joseph Myers2013-08-231-1/+2
* Fix fdim handling of infinities (bug 15797).Joseph Myers2013-08-211-27/+31
* Fix cproj handling of (finite, NaN) arguments (bug 15531).Joseph Myers2013-08-201-0/+40
* Fix cbrtl for ldbl-96Andreas Schwab2013-08-131-0/+5
* Annotate more cases of math bug 15319.David S. Miller2013-07-131-16/+20
* Add another fma test.Joseph Myers2013-06-151-0/+1