]> git.ipfire.org Git - thirdparty/glibc.git/history - math/libm-test.inc
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / math / libm-test.inc
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-30  Chris MetcalfFix some warnings in the absence of FP round/exception...
2014-06-27  Joseph MyersFix yn overflow handling in non-default rounding modes...
2014-06-23  Joseph MyersTest cpow in all rounding modes.
2014-06-23  Joseph MyersFix pow overflow in non-default rounding modes (bug...
2014-06-20  Stefan Liebler[BZ #6803] Set errno for scalbln, scalbn
2014-06-17  Rajalakshmi Sriniv... PowerPC: Fix nearbyintl failure for few inputs
2014-06-10  Joseph MyersFix log2 (1) in round-downward mode (bug 17042).
2014-05-23  Joseph MyersFix log10 (1) in round-downward mode (bug 16977).
2014-05-14  Joseph MyersFix cacos (+Inf + finite*i) in round-downward mode...
2014-05-14  Joseph MyersFix acosh (1) in round-downward mode (bug 16927).
2014-04-16  Alan ModraCorrect IBM long double frexpl.
2014-04-02  Joseph MyersFix catan, catanh, __ieee754_logf in round-downward...
2014-04-02  Joseph MyersFix clog / clog10 sign of zero result in round-downward...
2014-04-02  Alan ModraCorrect IBM long double nextafterl.
2014-03-31  Joseph MyersSet errno for scalb errors (bug 6803, bug 6804).
2014-03-29  Joseph MyersFix scalb spurious "invalid" exceptions (bug 16770).
2014-03-28  Joseph MyersFix clog10 (-0 +/- 0i) (bug 16362).
2014-03-25  Joseph MyersRelax gen-auto-libm-tests may-underflow rules, test...
2014-03-24  Joseph MyersFix dbl-64 exp overflow/underflow in non-default roundi...
2014-03-21  Joseph MyersFix log (1) in round-downward mode (bug 16731).
2014-03-21  Joseph MyersTest most libm functions in all rounding modes.
2014-03-20  Joseph MyersMake libm-test support ALL_RM_TEST with AUTO_TESTS_*.
2014-03-19  Joseph MyersUse ALL_RM_TEST for more libm tests.
2014-03-18  Joseph MyersTest scalbn and scalbln in all rounding modes, add...
2014-03-17  Joseph MyersTest rint and nearbyint with same inputs, in all roundi...
2014-03-17  Joseph MyersAdd libm-test support for per-rounding-mode manually...
2014-03-14  Adhemerval ZanellaPowerPC: remove wrong roundl implementation for PowerPC64
2014-03-14  Adhemerval ZanellaPowerPC: remove wrong nearbyintl implementation for...
2014-03-14  Adhemerval ZanellaPowerPC: remove wrong ceill implementation for PowerPC64
2014-03-14  Adhemerval ZanellaAdd truncl tests related to BZ#16414
2014-03-11  Joseph MyersFix nextafter overflow in non-default rounding modes...
2014-03-08  Joseph MyersAdd libm-test.inc macro for all-rounding-modes testing.
2014-03-06  Joseph MyersPrepare libm-test.inc structures for multi-rounding...
2014-03-05  Joseph MyersAutomatically check sanity of ulps from libm tests.
2014-03-05  Joseph MyersDon't include individual test ulps in libm-test-ulps.
2014-03-04  Joseph MyersFix libm-test.inc:print_complex_max_error handling...
2014-02-19  Joseph MyersMove tests of clog10 from libm-test.inc to auto-libm...
2014-02-18  Joseph MyersMove tests of fma from libm-test.inc to auto-libm-test-in.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-21  Joseph MyersFix x86 / x86_64 expl / expl10l wild results in directe...
2013-12-20  Joseph MyersAdd more libm-test coverage of [a-c]* real functions.
2013-12-20  Joseph MyersMove tests of cpow from libm-test.inc to auto-libm...
2013-12-20  Joseph MyersMove various TEST_c_c tests from libm-test.inc to auto...
2013-12-19  Joseph MyersMove tests of cabs and carg from libm-test.inc to auto...
2013-12-19  Joseph MyersMove tests of sincos from libm-test.inc to auto-libm...
2013-12-19  Joseph MyersFix x86/x86_64 expm1 inaccuracy near 0 in directed...
2013-12-18  Joseph MyersMove tests of jn and yn from libm-test.inc to auto...
2013-12-16  Joseph MyersMove tests of atan2, hypot and pow from libm-test.inc...
2013-12-08  Joseph MyersMove tests of lgamma from libm-test.inc to auto-libm...
2013-12-05  Joseph MyersMove TEST_f_f tests for [l-y]* functions from libm...
2013-12-04  Joseph MyersFix Bessel function error handling (bug 6807, bug 15901).
2013-12-03  Joseph MyersMove TEST_f_f tests for [e-j]* functions from libm...
2013-11-30  Joseph MyersMove TEST_f_f tests for [a-c]* functions from libm...
2013-11-29  Joseph MyersFix exp10 errno setting on underflow (bug 6787).
2013-11-29  Joseph MyersTest sqrt in all rounding modes.
2013-11-29  Joseph MyersStart generating libm tests automatically with MPFR.
2013-11-16  Joseph MyersTest signs of NaNs in libm-test.inc where appropriate.
2013-11-16  Joseph MyersAdd libm-test support for ignored return value, add...
2013-11-16  Joseph MyersReplace libm-test.inc TEST_INLINE conditionals with...
2013-11-16  Joseph MyersMake libm-test.inc check for "inexact" exceptions for...
2013-10-04  Alan ModraPowerPC floating point little-endian [4 of 15]
2013-09-19  Siddhesh PoyarekarNew test cases for sin and cos for multiple precision...
2013-09-03  Joseph MyersFix lgammaf spurious underflow (bug 15427).
2013-09-02  Joseph MyersFix spurious jnf underflows (bug 14155).
2013-08-23  Joseph MyersFix cexp (NaN + i0) (bug 15532).
2013-08-21  Joseph MyersFix fdim handling of infinities (bug 15797).
2013-08-20  Joseph MyersFix cproj handling of (finite, NaN) arguments (bug...
2013-08-13  Andreas SchwabFix cbrtl for ldbl-96
2013-07-13  David S. MillerAnnotate more cases of math bug 15319.
2013-06-15  Joseph MyersAdd another fma test.
2013-06-11  Joseph MyersAdd exception information to math-tests.h and use it...
2013-06-10  Joseph MyersAdd rounding mode information to math-tests.h and use...
2013-06-03  Carlos O'DonellBZ #15536: Fix ulp for 128-bit IBM long double.
2013-05-24  Joseph MyersFix ldbl-96 hypotl of subnormals (bug 15529).
2013-05-24  Joseph MyersTest drem and pow10 in libm-test.inc.
2013-05-24  Joseph MyersUse same tests for isfinite/finite, lgamma/gamma.
2013-05-24  Carlos O'DonellCorrectly compute ulp near zero.
2013-05-24  Joseph MyersRemove libm-test START_DATA and END_DATA.
2013-05-24  Joseph MyersMake libm-test START and END into ordinary macros.
2013-05-22  Joseph MyersDon't include function names in test data in generated...
2013-05-19  Joseph MyersHandle sincos with generic libm-test logic.
2013-05-18  Joseph MyersMake libm-test look up ulps by name at runtime.
2013-05-17  Joseph MyersFix remainder exceptions and directed-rounding results...
2013-05-17  Joseph MyersSimplify libm-test extra-output initialization.
2013-05-17  Joseph MyersDon't handle ulps for integer tests in libm-test.inc.
2013-05-17  Joseph MyersTest more cases of "inexact" exceptions in libm-test...
2013-05-16  Joseph MyersTest for errno setting in more pole error cases.
2013-05-16  Joseph MyersRemove ENOSYS tests in libm-test.inc.
2013-05-16  Joseph MyersRemove libm-test support for TEST_* inside functions.
2013-05-16  Joseph MyersConvert TEST_extra tests from code to data.
2013-05-16  Joseph MyersSupport testing "inexact" exceptions in libm-test.inc.
2013-05-16  Joseph MyersTest for errno setting in more overflow error cases.
2013-05-16  Joseph MyersConvert TEST_cc_c tests from code to data.
2013-05-16  Joseph MyersConvert TEST_f_L tests from code to data.
2013-05-15  Joseph MyersConvert TEST_f_l tests from code to data.
2013-05-15  Joseph MyersConsistently use TEST_f_L in tests of llrint and llround.
2013-05-15  Joseph MyersConvert TEST_f_b tests from code to data.
2013-05-15  Joseph MyersTest for errno setting in more domain error cases.
2013-05-15  Joseph MyersDisable libm-test errno testing for TEST_INLINE.
next