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