Don't handle ulps for integer tests in libm-test.inc.
[platform/upstream/glibc.git] / math / libm-test.inc
2013-05-17 Joseph MyersDon't handle ulps for integer tests in libm-test.inc.
2013-05-17 Joseph MyersTest more cases of "inexact" exceptions in libm-test...
2013-05-16 Joseph MyersTest for errno setting in more pole error cases.
2013-05-16 Joseph MyersRemove ENOSYS tests in libm-test.inc.
2013-05-16 Joseph MyersRemove libm-test support for TEST_* inside functions.
2013-05-16 Joseph MyersConvert TEST_extra tests from code to data.
2013-05-16 Joseph MyersSupport testing "inexact" exceptions in libm-test.inc.
2013-05-16 Joseph MyersTest for errno setting in more overflow error cases.
2013-05-16 Joseph MyersConvert TEST_cc_c tests from code to data.
2013-05-16 Joseph MyersConvert TEST_f_L tests from code to data.
2013-05-15 Joseph MyersConvert TEST_f_l tests from code to data.
2013-05-15 Joseph MyersConsistently use TEST_f_L in tests of llrint and llround.
2013-05-15 Joseph MyersConvert TEST_f_b tests from code to data.
2013-05-15 Joseph MyersTest for errno setting in more domain error cases.
2013-05-15 Joseph MyersDisable libm-test errno testing for TEST_INLINE.
2013-05-15 Joseph MyersConvert TEST_ff_i tests from code to data.
2013-05-14 Joseph MyersFix whitespace in RUN_TEST_LOOP_2_f.
2013-05-14 Joseph MyersCorrect types of fields in libm-test.inc structures.
2013-05-14 Joseph MyersConvert TEST_ffI_f1 tests from code to data.
2013-05-14 Joseph MyersConvert TEST_f_i tests from code to data.
2013-05-14 Joseph MyersFix function name in scalbln_test call to END.
2013-05-14 Joseph MyersConvert TEST_fI_f1 tests from code to data.
2013-05-14 Joseph MyersConvert TEST_fF_f1 tests from code to data.
2013-05-14 Joseph MyersConvert TEST_f_f1 tests from code to data.
2013-05-13 Joseph MyersConvert TEST_fl_f tests from code to data.
2013-05-13 Joseph MyersConvert TEST_fi_f tests from code to data.
2013-05-13 Joseph MyersConvert TEST_c_f tests from code to data.
2013-05-13 Joseph MyersConvert TEST_if_f tests from code to data.
2013-05-13 Joseph MyersConsistently use TEST_fl_f in tests of scalbln.
2013-05-13 Adhemerval ZanellaDefine decimal constant M_1_DIV_El in libm-test.inc
2013-05-12 Joseph MyersConvert TEST_fff_f tests from code to data.
2013-05-12 Joseph MyersConvert TEST_c_c tests from code to data.
2013-05-12 Joseph MyersConvert TEST_ff_f tests from code to data.
2013-05-11 Joseph MyersMake fma and nextafter tests use max_value instead...
2013-05-11 Joseph MyersConvert TEST_f_f tests from code to data.
2013-05-10 Joseph MyersStart converting libm tests from code to data.
2013-05-10 Joseph MyersFix tgamma errno setting on domain error (bug 6809).
2013-05-09 Joseph MyersUse M_SQRT1_2l instead of local M_SQRT_2_2 in libm...
2013-05-09 Joseph MyersUse M_PI_34l consistently in libm-test.inc.
2013-05-09 Joseph MyersUse decimal constants in defining M_* in libm-test...
2013-05-08 Joseph MyersFactor out initializers for libm-test.inc constants.
2013-05-08 Joseph MyersUse correct TEST_* macros for jn, ldexp and yn tests.
2013-05-08 Joseph MyersMove some libm-test logic for running tests from gen...
2013-05-08 Joseph MyersImprove tgamma accuracy (bugs 2546, 2560, 5159, 15426).
2013-05-06 Joseph MyersConsistently use TEST_f_f1 in gamma tests.
2013-05-06 Adhemerval ZanellaPowerPC: fix hypot/hypof FP exceptions
2013-05-04 Joseph MyersRemove unused libm-test expected-failure mechanism.
2013-05-04 Joseph MyersUse static initializers for constant variables in libm...
2013-05-03 Joseph MyersConsistently use TEST_f_f1 in lgamma tests.
2013-05-03 Joseph MyersDon't use IGNORE_ZERO_INF_SIGN in hypot tests.
2013-05-01 Joseph MyersFix catan, catanh spurious underflows (bug 15423).
2013-04-30 Joseph MyersFix catan, catanh inaccuracy from atan2 denominators...
2013-04-29 Joseph MyersIntegrate errno testing better in libm-test.inc.
2013-04-29 Joseph MyersAdd missing semicolons to libm-test.inc tests.
2013-04-27 Joseph MyersFix catan, catanh spurious overflows (bug 15409).
2013-04-26 Joseph MyersFix catan, catanh missing underflows (bug 15406).
2013-04-26 Joseph MyersFix csin, csinh, ccos, ccosh missing underflows (bug...
2013-04-24 Carlos O'Donellmath: Use accurate answers for cos and sincos.
2013-04-24 Joseph MyersAdd catan, catanh tests at +/- 1 and +/- i.
2013-04-24 Joseph MyersFix catan, catanh inaccuracy through use of log (bug...
2013-04-11 Carlos O'Donelllibm-test.inc: Fix tests where cos(PI/2) != 0.
2013-04-06 Carlos O'DonellNew Makefile target `regen-ulps'.
2013-04-05 Thomas Schwinge[BZ #14686, #15336] Fix standard compliance. Don't...
2013-04-03 Joseph MyersFix missing underflow from cexp (bug 14478).
2013-04-02 Joseph MyersFix cacosh inaccuracy and spurious exceptions (bug...
2013-04-02 Thomas SchwingeNew <math.h> macro named issignaling to check for a...
2013-03-30 Joseph MyersFix casinh inaccuracy for imaginary part < 1.0, real...
2013-03-27 Joseph MyersFix casinh inaccuracy near i, imaginary part > 1 (bug...
2013-03-22 Adhemerval ZanellaBZ#13889: expl (709.75) wrongly overflows for ldbl...
2013-03-21 Joseph MyersFix Bessel function spurious overflows for ldbl-128...
2013-03-21 Joseph MyersFix casinh inaccuracy for argument with imaginary part...
2013-03-16 Joseph MyersFix y1l spurious overflows for ldbl-96 (bug 15283).
2013-03-16 Joseph MyersFix spurious underflow exceptions for Bessel functions...
2013-03-15 Thomas Schwinge * math/libm-test.inc (ldexp_test): Add missing START...
2013-03-15 Thomas SchwingeUse GCC's builtins for generating NaNs.
2013-03-15 Thomas SchwingeAdd one test, removed a duplicated one, add a few comme...
2013-03-15 Thomas SchwingeBetter distinguish between NaN/qNaN/sNaN.
2013-03-15 Thomas SchwingeEnable tests for x86_64, too, which currently are enabl...
2013-03-14 Joseph MyersFix spurious underflow exceptions for Bessel functions...
2013-01-31 Joseph MyersFix casinh spurious underflows away from [-i,i] (bug...
2013-01-17 Joseph MyersFix cacos real-part inaccuracy for result real part...
2013-01-07 Joseph MyersFix casinh, casin overflow (bug 14996).
2013-01-04 Joseph MyersFix casinh, casin inaccuracy from cancellation (bug...
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-11-28 Joseph MyersFix powl inaccuracy for x86_64 and x86 (bug 13881).
2012-11-22 Joseph MyersDisable some fma tests for ldbl-128ibm.
2012-11-22 Joseph MyersFix ldbl-128ibm atanl spurious underflows (bug 14871).
2012-11-22 Joseph MyersFix ldbl-128ibm hypotl internal underflows (bug 14869).
2012-11-22 Joseph MyersFix ldbl-128ibm hypotl inaccuracy for arguments with...
2012-11-22 Joseph MyersMark some clog / clog10 underflows as expected for...
2012-11-19 David S. MillerFix spurious underflows in ldbl-128 atan implementation.
2012-11-18 David S. MillerCorrect tinyness handling in long-double and float...
2012-11-15 Marcus ShawcroftFix buffer overflow in libm-test.inc check_complex()
2012-11-07 Joseph MyersFix spurious underflows from pow with results close...
2012-11-06 Joseph MyersFix fma underflows with small x * y (bug 14793).
2012-11-04 Joseph MyersFix fma overflow results outside round-to-nearest mode...
2012-11-03 Joseph MyersMake fma use of Dekker and Knuth algorithms use round...
2012-11-01 Joseph MyersFix fma (a, b, c) for small a * b (bugs 14784, 14785).
2012-10-31 Joseph MyersFix ldbl-128ibm atan2l for x near 1.
2012-10-31 Joseph MyersFix fma underflow exceptions in after-rounding edge...
next