summaryrefslogtreecommitdiff
path: root/math/libm-test.inc
AgeCommit message (Expand)Author
2017-02-24Run libm tests separately for each function.Joseph Myers
2017-02-06Split libm-test.inc by function.Joseph Myers
2017-02-06Move non-function-specific parts of libm-test.inc to separate file.Joseph Myers
2017-02-06Remove libm-test.inc comment listing functions tested and not tested.Joseph Myers
2017-01-10XFAIL libm-test.inc tests as needed for ibm128.Joseph Myers
2017-01-04Update libm-test XFAILs for ibm128 format.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Add fromfp functions.Joseph Myers
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers
2016-12-20Replace use of snprintf with strfrom in libm testsGabriel F. T. Gomes
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers
2016-12-15Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers
2016-12-07Fix hypot sNaN handling (bug 20940).Joseph Myers
2016-12-06Fix x86_64/x86 powl handling of sNaN arguments (bug 20916).Joseph Myers
2016-12-02Add llogb, llogbf, llogbl.Joseph Myers
2016-11-24Add setpayloadsig, setpayloadsigf, setpayloadsigl.Joseph Myers
2016-11-19Add setpayload, setpayloadf, setpayloadl.Joseph Myers
2016-10-28Add SNAN, SNANF, SNANL macros.Joseph Myers
2016-10-26Add canonicalize, canonicalizef, canonicalizel.Joseph Myers
2016-10-19Add getpayload, getpayloadf, getpayloadl.Joseph Myers
2016-10-15Add totalordermag, totalordermagf, totalordermagl.Joseph Myers
2016-10-12Add more totalorder tests.Joseph Myers
2016-10-12Add totalorder, totalorderf, totalorderl.Joseph Myers
2016-10-06Add iseqsig.Joseph Myers
2016-09-30Add iscanonical.Joseph Myers
2016-09-23Add iszero.Joseph Myers
2016-09-21Add issubnormal.Joseph Myers
2016-08-05Improve gen-libm-test.pl LIT() applicationPaul E. Murphy
2016-08-02x86_64: Call finite scalar versions in vectorized log, pow, exp (bz #20033).Andrew Senkevich
2016-06-27Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479).Joseph Myers
2016-06-27Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479).Joseph Myers
2016-06-27Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479).Joseph Myers
2016-06-23Fix i386/x86_64 scalbl with sNaN input (bug 20296).Joseph Myers
2016-06-23Add more sNaN tests (most remaining real functions).Joseph Myers
2016-06-16Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan
2016-06-14Fix i386 fdim double rounding (bug 20255).Joseph Myers
2016-06-14Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers
2016-06-13Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).Joseph Myers
2016-06-13Add more sNaN tests (cimag, conj, copysign, creal, fma, fmod).Joseph Myers
2016-06-13Fix frexp (NaN) (bug 20250).Joseph Myers
2016-06-10Fix modf (sNaN) (bug 20240).Joseph Myers
2016-06-09Fix i386/x86_64 log2l (sNaN) (bug 20235).Joseph Myers
2016-06-08Fix i386/x86_64 log1pl (sNaN) (bug 20229).Joseph Myers
2016-06-08Fix i386/x86_64 log10l (sNaN) (bug 20228).Joseph Myers
2016-06-08Fix i386/x86_64 logl (sNaN) (bug 20227).Joseph Myers
2016-06-08Fix i386/x86_64 expl, exp10l, expm1l for sNaN input (bug 20226).Joseph Myers
2016-06-08Fix ldexp, scalbn, scalbln for sNaN input (bug 20225).Joseph Myers
2016-06-08Fix i386 cbrtl (sNaN) (bug 20224).Joseph Myers
2016-06-08Generate new format names in auto-libm-test-outPaul E. Murphy
2016-06-08Remove CHOOSE() macro from libm-tests.incPaul E. Murphy