summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)Author
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
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
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
2013-04-24Fix catan, catanh inaccuracy through use of log (bug 15394).Joseph Myers
2013-04-11libm-test.inc: Fix tests where cos(PI/2) != 0.Carlos O'Donell
2013-04-11Don't use run-via-rtld-prefix for anything other than testsSiddhesh Poyarekar
2013-04-06README.libm-test: Use testrun.sh to run libm test.Carlos O'Donell
2013-04-06New Makefile target `regen-ulps'.Carlos O'Donell
2013-04-05[BZ #14686, #15336] Fix standard compliance. Don't use hard-coded qNaN values.Thomas Schwinge
2013-04-03Fix missing underflow from cexp (bug 14478).Joseph Myers
2013-04-02Fix cacosh inaccuracy and spurious exceptions (bug 15327).Joseph Myers
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge
2013-03-30Fix casinh inaccuracy for imaginary part < 1.0, real part small (bug 10357).Joseph Myers
2013-03-27Fix casinh inaccuracy near i, imaginary part > 1 (bug 15307).Joseph Myers
2013-03-22BZ#13889: expl (709.75) wrongly overflows for ldbl-128ibmAdhemerval Zanella