aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)AuthorFilesLines
2013-05-16Convert TEST_extra tests from code to data.Joseph Myers1-48/+75
2013-05-16De-stringify constants in math/atest-exp2.c.Richard Henderson1-42/+32
2013-05-16Support testing "inexact" exceptions in libm-test.inc.Joseph Myers1-392/+399
2013-05-16Test for errno setting in more overflow error cases.Joseph Myers1-81/+79
2013-05-16Convert TEST_cc_c tests from code to data.Joseph Myers1-14/+36
2013-05-16Convert TEST_f_L tests from code to data.Joseph Myers1-769/+780
2013-05-15Remove const attribute on get_log2Peter Collingbourne1-1/+0
2013-05-15Convert TEST_f_l tests from code to data.Joseph Myers1-167/+179
2013-05-15Consistently use TEST_f_L in tests of llrint and llround.Joseph Myers1-6/+6
2013-05-15Convert TEST_f_b tests from code to data.Joseph Myers1-67/+117
2013-05-15Test for errno setting in more domain error cases.Joseph Myers1-53/+53
2013-05-15Disable libm-test errno testing for TEST_INLINE.Joseph Myers1-0/+2
2013-05-15Convert TEST_ff_i tests from code to data.Joseph Myers1-108/+154
2013-05-14Fix whitespace in RUN_TEST_LOOP_2_f.Joseph Myers1-1/+1
2013-05-14Correct types of fields in libm-test.inc structures.Joseph Myers1-2/+2
2013-05-14Convert TEST_ffI_f1 tests from code to data.Joseph Myers1-15/+46
2013-05-14Convert TEST_f_i tests from code to data.Joseph Myers1-24/+56
2013-05-14Fix function name in scalbln_test call to END.Joseph Myers1-1/+1
2013-05-14Convert TEST_fI_f1 tests from code to data.Joseph Myers1-11/+27
2013-05-14Convert TEST_fF_f1 tests from code to data.Joseph Myers1-12/+40
2013-05-14Convert TEST_f_f1 tests from code to data.Joseph Myers1-34/+67
2013-05-13Convert TEST_fl_f tests from code to data.Joseph Myers1-38/+53
2013-05-13Convert TEST_fi_f tests from code to data.Joseph Myers1-36/+56
2013-05-13Convert TEST_c_f tests from code to data.Joseph Myers1-92/+129
2013-05-13Convert TEST_if_f tests from code to data.Joseph Myers1-124/+144
2013-05-13Consistently use TEST_fl_f in tests of scalbln.Joseph Myers1-25/+25
2013-05-13Define decimal constant M_1_DIV_El in libm-test.incAdhemerval Zanella1-1/+2
2013-05-12Convert TEST_fff_f tests from code to data.Joseph Myers1-888/+900
2013-05-12Convert TEST_c_c tests from code to data.Joseph Myers2-4599/+4680
2013-05-12Convert TEST_ff_f tests from code to data.Joseph Myers1-937/+1011
2013-05-11Make fma and nextafter tests use max_value instead of fltmax.Joseph Myers1-10/+6
2013-05-11Convert TEST_f_f tests from code to data.Joseph Myers1-2501/+2576
2013-05-10Start converting libm tests from code to data.Joseph Myers2-72/+171
2013-05-10Fix tgamma errno setting on domain error (bug 6809).Joseph Myers4-6/+9
2013-05-09Use M_SQRT1_2l instead of local M_SQRT_2_2 in libm-test.inc.Joseph Myers1-2/+1
2013-05-09Use M_PI_34l consistently in libm-test.inc.Joseph Myers1-2/+2
2013-05-09Use decimal constants in defining M_* in libm-test.inc.Joseph Myers1-5/+5
2013-05-08Factor out initializers for libm-test.inc constants.Joseph Myers1-19/+28
2013-05-08Use correct TEST_* macros for jn, ldexp and yn tests.Joseph Myers1-100/+101
2013-05-08Move some libm-test logic for running tests from gen-libm-test.pl to libm-tes...Joseph Myers2-75/+213
2013-05-08Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers2-1/+502
2013-05-06Initialize x in frexp, modf, remqou tests.Joseph Myers1-0/+3
2013-05-06Consistently use TEST_f_f1 in gamma tests.Joseph Myers1-5/+5
2013-05-06PowerPC: fix hypot/hypof FP exceptionsAdhemerval Zanella1-0/+2
2013-05-04Remove unused libm-test expected-failure mechanism.Joseph Myers3-125/+44
2013-05-04Use static initializers for constant variables in libm-test.inc.Joseph Myers1-30/+19
2013-05-03Consistently use TEST_f_f1 in lgamma tests.Joseph Myers1-10/+8
2013-05-03Don't use IGNORE_ZERO_INF_SIGN in hypot tests.Joseph Myers1-2/+2
2013-05-01Fix catan, catanh spurious underflows (bug 15423).Joseph Myers7-97/+528
2013-04-30Fix catan, catanh inaccuracy from atan2 denominators near 0 (bug 15416).Joseph Myers7-12/+370