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