Age | Commit message (Expand) | Author |
2014-04-16 | Correct IBM long double frexpl. | Alan Modra |
2014-04-02 | Fix catan, catanh, __ieee754_logf in round-downward mode (bug 16799, bug 16800). | Joseph Myers |
2014-04-02 | Fix clog / clog10 sign of zero result in round-downward mode (bug 16789). | Joseph Myers |
2014-04-02 | Correct IBM long double nextafterl. | Alan Modra |
2014-03-31 | Set errno for scalb errors (bug 6803, bug 6804). | Joseph Myers |
2014-03-29 | Fix scalb spurious "invalid" exceptions (bug 16770). | Joseph Myers |
2014-03-28 | Fix clog10 (-0 +/- 0i) (bug 16362). | Joseph Myers |
2014-03-25 | Relax gen-auto-libm-tests may-underflow rules, test log1p in all rounding modes. | Joseph Myers |
2014-03-24 | Fix dbl-64 exp overflow/underflow in non-default rounding modes (bug 16284). | Joseph Myers |
2014-03-21 | Fix log (1) in round-downward mode (bug 16731). | Joseph Myers |
2014-03-21 | Test most libm functions in all rounding modes. | Joseph Myers |
2014-03-20 | Make libm-test support ALL_RM_TEST with AUTO_TESTS_*. | Joseph Myers |
2014-03-19 | Use ALL_RM_TEST for more libm tests. | Joseph Myers |
2014-03-18 | Test scalbn and scalbln in all rounding modes, add more tests of negative arg... | Joseph Myers |
2014-03-17 | Test rint and nearbyint with same inputs, in all rounding modes. | Joseph Myers |
2014-03-17 | Add libm-test support for per-rounding-mode manually specified results. | Joseph Myers |
2014-03-14 | PowerPC: remove wrong roundl implementation for PowerPC64 | Adhemerval Zanella |
2014-03-14 | PowerPC: remove wrong nearbyintl implementation for PPC64 | Adhemerval Zanella |
2014-03-14 | PowerPC: remove wrong ceill implementation for PowerPC64 | Adhemerval Zanella |
2014-03-14 | Add truncl tests related to BZ#16414 | Adhemerval Zanella |
2014-03-11 | Fix nextafter overflow in non-default rounding modes (bug 16677). | Joseph Myers |
2014-03-08 | Add libm-test.inc macro for all-rounding-modes testing. | Joseph Myers |
2014-03-06 | Prepare libm-test.inc structures for multi-rounding-mode testing. | Joseph Myers |
2014-03-05 | Automatically check sanity of ulps from libm tests. | Joseph Myers |
2014-03-05 | Don't include individual test ulps in libm-test-ulps. | Joseph Myers |
2014-03-04 | Fix libm-test.inc:print_complex_max_error handling of some error cases. | Joseph Myers |
2014-02-19 | Move tests of clog10 from libm-test.inc to auto-libm-test-in. | Joseph Myers |
2014-02-18 | Move tests of fma from libm-test.inc to auto-libm-test-in. | Joseph Myers |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-12-21 | Fix x86 / x86_64 expl / expl10l wild results in directed rounding modes (bug ... | Joseph Myers |
2013-12-20 | Add more libm-test coverage of [a-c]* real functions. | Joseph Myers |
2013-12-20 | Move tests of cpow from libm-test.inc to auto-libm-test-in. | Joseph Myers |
2013-12-20 | Move various TEST_c_c tests from libm-test.inc to auto-libm-test-inc. | Joseph Myers |
2013-12-19 | Move tests of cabs and carg from libm-test.inc to auto-libm-test-in. | Joseph Myers |
2013-12-19 | Move tests of sincos from libm-test.inc to auto-libm-test-in. | Joseph Myers |
2013-12-19 | Fix x86/x86_64 expm1 inaccuracy near 0 in directed rounding modes (bug 16293). | Joseph Myers |
2013-12-18 | Move tests of jn and yn from libm-test.inc to auto-libm-test-in. | Joseph Myers |
2013-12-16 | Move tests of atan2, hypot and pow from libm-test.inc to auto-libm-test-in. | Joseph Myers |
2013-12-08 | Move tests of lgamma from libm-test.inc to auto-libm-test-in. | Joseph Myers |
2013-12-05 | Move TEST_f_f tests for [l-y]* functions from libm-test.inc to auto-libm-test... | Joseph Myers |
2013-12-04 | Fix Bessel function error handling (bug 6807, bug 15901). | Joseph Myers |
2013-12-03 | Move TEST_f_f tests for [e-j]* functions from libm-test.inc to auto-libm-test... | Joseph Myers |
2013-11-30 | Move TEST_f_f tests for [a-c]* functions from libm-test.inc to auto-libm-test... | Joseph Myers |
2013-11-29 | Fix exp10 errno setting on underflow (bug 6787). | Joseph Myers |
2013-11-29 | Test sqrt in all rounding modes. | Joseph Myers |
2013-11-29 | Start generating libm tests automatically with MPFR. | Joseph Myers |
2013-11-16 | Test signs of NaNs in libm-test.inc where appropriate. | Joseph Myers |
2013-11-16 | Add libm-test support for ignored return value, add more lrint / llrint / lro... | Joseph Myers |
2013-11-16 | Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag. | Joseph Myers |
2013-11-16 | Make libm-test.inc check for "inexact" exceptions for NaN argument. | Joseph Myers |