aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)Author
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
This patch replaces the 1.0 / M_El by the decimal constant M_1_DIV_El.
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 ↵Joseph Myers
libm-test.inc.
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
This patch fixes hypot/hypotf spurious floating-point exceptions generate by internal operations.
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
2013-04-29Integrate errno testing better in libm-test.inc.Joseph Myers
2013-04-29Add missing semicolons to libm-test.inc tests.Joseph Myers
2013-04-27Fix catan, catanh spurious overflows (bug 15409).Joseph Myers
2013-04-26Fix catan, catanh missing underflows (bug 15406).Joseph Myers
2013-04-26Fix csin, csinh, ccos, ccosh missing underflows (bug 15405).Joseph Myers
2013-04-24math: Use accurate answers for cos and sincos.Carlos O'Donell
Use the most accurate hex literals possible for the answers to the cos and sincos tests that vary according to the error in the rounding of PI/2. --- 2013-04-24 Carlos O'Donell <carlos@redhat.com> * math/libm-test.inc (cos_test): Use accurate hex constants. (sincost_test): Likewise.
2013-04-24Add catan, catanh tests at +/- 1 and +/- i.Joseph Myers
2013-04-24Use suffixed floating-point constants in float and long double catan/catanh.Joseph Myers