about summary refs log tree commit diff
path: root/math/libm-test.inc
Commit message (Expand)AuthorAgeFilesLines
* Fix yn overflow handling in non-default rounding modes (bug 16561, bug 16562).Joseph Myers2014-06-271-3/+1
* Test cpow in all rounding modes.Joseph Myers2014-06-231-3/+1
* Fix pow overflow in non-default rounding modes (bug 16315).Joseph Myers2014-06-231-67/+1
* [BZ #6803] Set errno for scalbln, scalbnStefan Liebler2014-06-201-64/+64
* PowerPC: Fix nearbyintl failure for few inputsRajalakshmi Srinivasaraghavan2014-06-171-0/+8
* Fix log2 (1) in round-downward mode (bug 17042).Joseph Myers2014-06-101-3/+1
* Fix log10 (1) in round-downward mode (bug 16977).Joseph Myers2014-05-231-3/+1
* Fix cacos (+Inf + finite*i) in round-downward mode (bug 16928).Joseph Myers2014-05-141-3/+1
* Fix acosh (1) in round-downward mode (bug 16927).Joseph Myers2014-05-141-3/+1
* Correct IBM long double frexpl.Alan Modra2014-04-161-0/+9
* Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800).Joseph Myers2014-04-021-6/+2
* Fix clog / clog10 sign of zero result in round-downward mode (bug 16789).Joseph Myers2014-04-021-6/+2
* Correct IBM long double nextafterl.Alan Modra2014-04-021-0/+8
* Set errno for scalb errors (bug 6803, bug 6804).Joseph Myers2014-03-311-66/+68
* Fix scalb spurious "invalid" exceptions (bug 16770).Joseph Myers2014-03-291-0/+17
* Fix clog10 (-0 +/- 0i) (bug 16362).Joseph Myers2014-03-281-2/+2
* Relax gen-auto-libm-tests may-underflow rules, test log1p in all rounding modes.Joseph Myers2014-03-251-3/+1
* Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284).Joseph Myers2014-03-241-18/+10
* Fix log (1) in round-downward mode (bug 16731).Joseph Myers2014-03-211-3/+1
* 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