Move TEST_f_f tests for [e-j]* functions from libm-test.inc to auto-libm-test-in.
[jlayton/glibc.git] / math / libm-test.inc
2013-12-03 Joseph MyersMove TEST_f_f tests for [e-j]* functions from libm...
2013-11-30 Joseph MyersMove TEST_f_f tests for [a-c]* functions from libm...
2013-11-29 Joseph MyersFix exp10 errno setting on underflow (bug 6787).
2013-11-29 Joseph MyersTest sqrt in all rounding modes.
2013-11-29 Joseph MyersStart generating libm tests automatically with MPFR.
2013-11-16 Joseph MyersTest signs of NaNs in libm-test.inc where appropriate.
2013-11-16 Joseph MyersAdd libm-test support for ignored return value, add...
2013-11-16 Joseph MyersReplace libm-test.inc TEST_INLINE conditionals with...
2013-11-16 Joseph MyersMake libm-test.inc check for "inexact" exceptions for...
2013-10-04 Alan ModraPowerPC floating point little-endian [4 of 15]
2013-09-19 Siddhesh PoyarekarNew test cases for sin and cos for multiple precision...
2013-09-03 Joseph MyersFix lgammaf spurious underflow (bug 15427).
2013-09-02 Joseph MyersFix spurious jnf underflows (bug 14155).
2013-08-23 Joseph MyersFix cexp (NaN + i0) (bug 15532).
2013-08-21 Joseph MyersFix fdim handling of infinities (bug 15797).
2013-08-20 Joseph MyersFix cproj handling of (finite, NaN) arguments (bug...
2013-08-13 Andreas SchwabFix cbrtl for ldbl-96
2013-07-13 David S. MillerAnnotate more cases of math bug 15319.
2013-06-15 Joseph MyersAdd another fma test.
2013-06-11 Joseph MyersAdd exception information to math-tests.h and use it...
2013-06-10 Joseph MyersAdd rounding mode information to math-tests.h and use...
2013-06-03 Carlos O'DonellBZ #15536: Fix ulp for 128-bit IBM long double.
2013-05-24 Joseph MyersFix ldbl-96 hypotl of subnormals (bug 15529).
2013-05-24 Joseph MyersTest drem and pow10 in libm-test.inc.
2013-05-24 Joseph MyersUse same tests for isfinite/finite, lgamma/gamma.
2013-05-24 Carlos O'DonellCorrectly compute ulp near zero.
2013-05-24 Joseph MyersRemove libm-test START_DATA and END_DATA.
2013-05-24 Joseph MyersMake libm-test START and END into ordinary macros.
2013-05-22 Joseph MyersDon't include function names in test data in generated...
2013-05-19 Joseph MyersHandle sincos with generic libm-test logic.
2013-05-18 Joseph MyersMake libm-test look up ulps by name at runtime.
2013-05-17 Joseph MyersFix remainder exceptions and directed-rounding results...
2013-05-17 Joseph MyersSimplify libm-test extra-output initialization.
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...
next