Add iseqsig.
[platform/upstream/glibc.git] / math / libm-test.inc
2016-10-06 Joseph MyersAdd iseqsig.
2016-09-30 Joseph MyersAdd iscanonical.
2016-09-23 Joseph MyersAdd iszero.
2016-09-21 Joseph MyersAdd issubnormal.
2016-08-05 Paul E. MurphyImprove gen-libm-test.pl LIT() application
2016-08-02 Andrew Senkevichx86_64: Call finite scalar versions in vectorized log...
2016-06-27 Joseph MyersAvoid "inexact" exceptions in i386/x86_64 trunc functio...
2016-06-27 Joseph MyersAvoid "inexact" exceptions in i386/x86_64 floor functio...
2016-06-27 Joseph MyersAvoid "inexact" exceptions in i386/x86_64 ceil function...
2016-06-23 Joseph MyersFix i386/x86_64 scalbl with sNaN input (bug 20296).
2016-06-23 Joseph MyersAdd more sNaN tests (most remaining real functions).
2016-06-16 Rajalakshmi Sriniv... Add nextup and nextdown math functions
2016-06-14 Joseph MyersFix i386 fdim double rounding (bug 20255).
2016-06-14 Joseph MyersUse generic fdim on more architectures (bug 6796, bug...
2016-06-13 Joseph MyersFix dbl-64 atan2 (sNaN, qNaN) (bug 20252).
2016-06-13 Joseph MyersAdd more sNaN tests (cimag, conj, copysign, creal,...
2016-06-13 Joseph MyersFix frexp (NaN) (bug 20250).
2016-06-10 Joseph MyersFix modf (sNaN) (bug 20240).
2016-06-09 Joseph MyersFix i386/x86_64 log2l (sNaN) (bug 20235).
2016-06-08 Joseph MyersFix i386/x86_64 log1pl (sNaN) (bug 20229).
2016-06-08 Joseph MyersFix i386/x86_64 log10l (sNaN) (bug 20228).
2016-06-08 Joseph MyersFix i386/x86_64 logl (sNaN) (bug 20227).
2016-06-08 Joseph MyersFix i386/x86_64 expl, exp10l, expm1l for sNaN input...
2016-06-08 Joseph MyersFix ldexp, scalbn, scalbln for sNaN input (bug 20225).
2016-06-08 Joseph MyersFix i386 cbrtl (sNaN) (bug 20224).
2016-06-08 Paul E. MurphyGenerate new format names in auto-libm-test-out
2016-06-08 Paul E. MurphyRemove CHOOSE() macro from libm-tests.inc
2016-06-08 Paul E. MurphyApply LIT(x) to floating point literals in libm-test.c
2016-06-07 Joseph MyersFix i386 atanhl (sNaN) (bug 20219).
2016-06-07 Joseph MyersFix i386 asinhl (sNaN) (bug 20218).
2016-06-06 Joseph MyersFix dbl-64 asin (sNaN) (bug 20213).
2016-06-06 Joseph MyersFix dbl-64 acos (sNaN) (bug 20212).
2016-06-03 Joseph MyersFix x86/x86_64 nextafterl incrementing negative subnorm...
2016-05-27 Paul E. MurphyReplace M_El with lit_e in libm-test.inc
2016-05-27 Paul E. MurphyReplace M_PI_4l with lit_pi_4_d in libm-test.inc
2016-05-27 Paul E. MurphyReplace M_PIl with lit_pi in libm-test.inc
2016-05-27 Paul E. MurphyReplace M_PI2l with lit_pi_2_d in libm-test.inc
2016-05-27 Paul E. MurphyRefactor M_ macros defined in libm-test.inc
2016-05-27 Joseph MyersRemove unused macros from libm-test.inc.
2016-05-27 Paul E. MurphyRefactor type specific macros using regexes
2016-05-27 Paul E. MurphyBegin refactor of libm-test.inc
2016-05-26 Joseph MyersAdd more sNaN tests to libm-test.inc.
2016-05-26 Joseph MyersSupport sNaN testing in libm-test.inc.
2016-05-24 Paul E. MurphyFixup usage of MIN_EXP in libm-test.inc
2016-05-24 Paul E. MurphyFixup usage of MANT_DIG in libm-test.inc
2016-05-24 Joseph MyersDo not raise "inexact" from generic round (bug 15479).
2016-05-18 Joseph MyersUpdate libm-test.inc comment about NaN signs.
2016-03-10 Joseph MyersAllow spurious underflow / inexact for ldbl-128ibm.
2016-02-19 Joseph MyersFix ldbl-128ibm remainderl, remquol equality tests...
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-11-10 Joseph MyersAdd more tests of pow.
2015-11-05 Joseph MyersRun libm-test tests for finite-math-only functions.
2015-11-04 Joseph MyersRefactor libm-test inline tests disabling.
2015-11-04 Joseph MyersAdd more libm tests (scalb*, signbit, sin, sincos,...
2015-11-03 Joseph MyersAdd more libm tests (modf, nearbyint, nextafter, nextto...
2015-11-03 Joseph MyersFix dbl-64 remainder sign of zero result (bug 19201).
2015-11-02 Joseph MyersMake nextafter, nexttoward set errno (bug 6799).
2015-10-29 Joseph MyersDo not test sign of zero result from infinite argument...
2015-10-28 Joseph MyersUse C11 CMPLX* macros in libm tests.
2015-10-28 Joseph MyersUse C11 *_TRUE_MIN macros where applicable.
2015-10-28 Joseph MyersUse C11 *_DECIMAL_DIG macros in libm-test.inc.
2015-10-23 Joseph MyersRemove libm-test.inc special-casing of errors up to...
2015-10-23 Joseph MyersAdd more libm tests (ilogb, is*, j0, j1, jn, lgamma...
2015-10-21 Joseph MyersAdd more libm tests (fmod, fpclassify, frexp, hypot...
2015-10-16 Joseph MyersAdd more libm tests (fabs, fdim, fma, fmax, fmin, fmod).
2015-10-16 Joseph MyersAdd more tests for ceil, floor, round, trunc.
2015-10-08 Joseph MyersFix lrint, llrint missing exceptions close to overflow...
2015-10-08 Joseph MyersCorrect "inexact" expectations in lround, llround tests.
2015-10-07 Joseph MyersFix lround, llround missing exceptions close to overflo...
2015-10-06 Joseph MyersAdd more tests of lrint, llrint, lround, llround.
2015-10-06 Joseph MyersUse same test inputs for lrint and llrint.
2015-10-06 Joseph MyersAdd more scalb test expectations for "inexact" exception.
2015-10-05 Joseph MyersFix ldbl-96 lroundl just below powers of 2 (bug 19071).
2015-10-02 Joseph MyersFix nexttoward overflow in non-default rounding modes...
2015-10-01 Joseph MyersUse type-specific precision when printing results in...
2015-09-30 Joseph MyersFix i386 acosh (-qNaN) spurious "invalid" exception.
2015-09-30 Joseph MyersImprove test coverage of real libm functions [a-e]*.
2015-09-30 Joseph MyersRefine errno / "inexact" expectations in libm-test...
2015-09-17 Joseph MyersFix sign of zero part from ctan / ctanh when argument...
2015-09-16 Joseph MyersMake scalbn set errno (bug 6803).
2015-06-29 Joseph MyersImprove tgamma accuracy (bug 18613).
2015-06-25 Joseph MyersUse round-to-nearest internally in jn, test with ALL_RM...
2015-06-24 Joseph MyersRefactor libm tests.
2015-06-24 Joseph MyersFix cexp, ccos, ccosh, csin, csinh spurious underflows...
2015-06-24 Joseph MyersMove csin, csinh tests to auto-libm-test-in.
2015-06-24 Joseph MyersFix csin, csinh overflow in directed rounding modes...
2015-06-23 Joseph MyersFix spurious "inexact" exceptions from __kernel_standar...
2015-05-19 Joseph MyersFix ldbl-96 remquol (finite, Inf) (bug 18244).
2015-05-14 Andrew SenkevichLast part of changes regarding to libm-test.inc: addition
2015-05-14 Andrew SenkevichRefactoring of START for conditions in individual tests
2015-05-14 Andrew SenkevichThis is the beginning of series of patches with addition
2015-04-28 Joseph MyersFix ldbl-128 roundl for exponents in [31, 47] (bug...
2015-04-13 Stefan LieblerSet errno for log1p on pole/domain error.
2015-02-26 Joseph MyersFix ldbl-128ibm logbl near powers of 2 (bug 18030).
2015-02-26 Joseph MyersFix ldbl-128ibm ilogbl near powers of 2 (bug 18029).
2015-02-24 Joseph MyersFix x86/x86_64 scalb (qNaN, -Inf) (bug 16783).
2015-02-18 Joseph MyersFix atan / atan2 missing underflows (bug 15319).
2015-02-17 Joseph MyersFix sign of remquo zero remainder in round-downward...
2015-02-16 Joseph MyersFix remquo spurious overflows (bug 17978).
2015-02-13 Joseph MyersFix dbl-64/wordsize-64 remquo (bug 17569).
next