summaryrefslogtreecommitdiff
path: root/math/libm-test.inc
AgeCommit message (Expand)Author
2013-09-19New test cases for sin and cos for multiple precision fallbackSiddhesh Poyarekar
2013-09-03Fix lgammaf spurious underflow (bug 15427).Joseph Myers
2013-09-02Fix spurious jnf underflows (bug 14155).Joseph Myers
2013-08-23Fix cexp (NaN + i0) (bug 15532).Joseph Myers
2013-08-21Fix fdim handling of infinities (bug 15797).Joseph Myers
2013-08-20Fix cproj handling of (finite, NaN) arguments (bug 15531).Joseph Myers
2013-08-13Fix cbrtl for ldbl-96Andreas Schwab
2013-07-13Annotate more cases of math bug 15319.David S. Miller
2013-06-15Add another fma test.Joseph Myers
2013-06-11Add exception information to math-tests.h and use it in libm-test.inc.Joseph Myers
2013-06-10Add rounding mode information to math-tests.h and use it in libm-test.inc.Joseph Myers
2013-06-03BZ #15536: Fix ulp for 128-bit IBM long double.Carlos O'Donell
2013-05-24Fix ldbl-96 hypotl of subnormals (bug 15529).Joseph Myers
2013-05-24Test drem and pow10 in libm-test.inc.Joseph Myers
2013-05-24Use same tests for isfinite/finite, lgamma/gamma.Joseph Myers
2013-05-24Correctly compute ulp near zero.Carlos O'Donell
2013-05-24Remove libm-test START_DATA and END_DATA.Joseph Myers
2013-05-24Make libm-test START and END into ordinary macros.Joseph Myers
2013-05-22Don't include function names in test data in generated libm-test.c.Joseph Myers
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers
2013-05-18Make libm-test look up ulps by name at runtime.Joseph Myers
2013-05-17Fix remainder exceptions and directed-rounding results (bugs 15480, 15485).Joseph Myers
2013-05-17Simplify libm-test extra-output initialization.Joseph Myers
2013-05-17Don't handle ulps for integer tests in libm-test.inc.Joseph Myers
2013-05-17Test more cases of "inexact" exceptions in libm-test.inc.Joseph Myers
2013-05-16Test for errno setting in more pole error cases.Joseph Myers
2013-05-16Remove ENOSYS tests in libm-test.inc.Joseph Myers
2013-05-16Remove libm-test support for TEST_* inside functions.Joseph Myers
2013-05-16Convert TEST_extra tests from code to data.Joseph Myers
2013-05-16Support testing "inexact" exceptions in libm-test.inc.Joseph Myers
2013-05-16Test for errno setting in more overflow error cases.Joseph Myers
2013-05-16Convert TEST_cc_c tests from code to data.Joseph Myers
2013-05-16Convert TEST_f_L tests from code to data.Joseph Myers
2013-05-15Convert TEST_f_l tests from code to data.Joseph Myers
2013-05-15Consistently use TEST_f_L in tests of llrint and llround.Joseph Myers
2013-05-15Convert TEST_f_b tests from code to data.Joseph Myers
2013-05-15Test for errno setting in more domain error cases.Joseph Myers
2013-05-15Disable libm-test errno testing for TEST_INLINE.Joseph Myers
2013-05-15Convert TEST_ff_i tests from code to data.Joseph Myers
2013-05-14Fix whitespace in RUN_TEST_LOOP_2_f.Joseph Myers
2013-05-14Correct types of fields in libm-test.inc structures.Joseph Myers
2013-05-14Convert TEST_ffI_f1 tests from code to data.Joseph Myers
2013-05-14Convert TEST_f_i tests from code to data.Joseph Myers
2013-05-14Fix function name in scalbln_test call to END.Joseph Myers
2013-05-14Convert TEST_fI_f1 tests from code to data.Joseph Myers
2013-05-14Convert TEST_fF_f1 tests from code to data.Joseph Myers
2013-05-14Convert TEST_f_f1 tests from code to data.Joseph Myers
2013-05-13Convert TEST_fl_f tests from code to data.Joseph Myers
2013-05-13Convert TEST_fi_f tests from code to data.Joseph Myers
2013-05-13Convert TEST_c_f tests from code to data.Joseph Myers