aboutsummaryrefslogtreecommitdiff
path: root/math/libm-test.inc
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-08Apply LIT(x) to floating point literals in libm-test.cPaul E. Murphy1-90/+97
2016-06-07Fix i386 atanhl (sNaN) (bug 20219).Joseph Myers1-0/+2
2016-06-07Fix i386 asinhl (sNaN) (bug 20218).Joseph Myers1-0/+2
2016-06-06Fix dbl-64 asin (sNaN) (bug 20213).Joseph Myers1-0/+2
2016-06-06Fix dbl-64 acos (sNaN) (bug 20212).Joseph Myers1-0/+2
2016-06-03Fix x86/x86_64 nextafterl incrementing negative subnormals (bug 20205).Joseph Myers1-0/+4
2016-05-27Replace M_El with lit_e in libm-test.incPaul E. Murphy1-3/+8