summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)Author
2013-05-16Convert TEST_extra tests from code to data.Joseph Myers
2013-05-16De-stringify constants in math/atest-exp2.c.Richard Henderson
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-15Remove const attribute on get_log2Peter Collingbourne
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
2013-05-13Convert TEST_if_f tests from code to data.Joseph Myers
2013-05-13Consistently use TEST_fl_f in tests of scalbln.Joseph Myers
2013-05-13Define decimal constant M_1_DIV_El in libm-test.incAdhemerval Zanella
2013-05-12Convert TEST_fff_f tests from code to data.Joseph Myers
2013-05-12Convert TEST_c_c tests from code to data.Joseph Myers
2013-05-12Convert TEST_ff_f tests from code to data.Joseph Myers
2013-05-11Make fma and nextafter tests use max_value instead of fltmax.Joseph Myers
2013-05-11Convert TEST_f_f tests from code to data.Joseph Myers
2013-05-10Start converting libm tests from code to data.Joseph Myers
2013-05-10Fix tgamma errno setting on domain error (bug 6809).Joseph Myers
2013-05-09Use M_SQRT1_2l instead of local M_SQRT_2_2 in libm-test.inc.Joseph Myers
2013-05-09Use M_PI_34l consistently in libm-test.inc.Joseph Myers
2013-05-09Use decimal constants in defining M_* in libm-test.inc.Joseph Myers
2013-05-08Factor out initializers for libm-test.inc constants.Joseph Myers
2013-05-08Use correct TEST_* macros for jn, ldexp and yn tests.Joseph Myers
2013-05-08Move some libm-test logic for running tests from gen-libm-test.pl to libm-tes...Joseph Myers
2013-05-08Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers
2013-05-06Initialize x in frexp, modf, remqou tests.Joseph Myers
2013-05-06Consistently use TEST_f_f1 in gamma tests.Joseph Myers
2013-05-06PowerPC: fix hypot/hypof FP exceptionsAdhemerval Zanella
2013-05-04Remove unused libm-test expected-failure mechanism.Joseph Myers
2013-05-04Use static initializers for constant variables in libm-test.inc.Joseph Myers
2013-05-03Consistently use TEST_f_f1 in lgamma tests.Joseph Myers
2013-05-03Don't use IGNORE_ZERO_INF_SIGN in hypot tests.Joseph Myers
2013-05-01Fix catan, catanh spurious underflows (bug 15423).Joseph Myers
2013-04-30Fix catan, catanh inaccuracy from atan2 denominators near 0 (bug 15416).Joseph Myers