about summary refs log tree commit diff
path: root/math/libm-test.inc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply LIT(x) to floating point literals in libm-test.cPaul E. Murphy2016-06-081-90/+97
* Fix i386 atanhl (sNaN) (bug 20219).Joseph Myers2016-06-071-0/+2
* Fix i386 asinhl (sNaN) (bug 20218).Joseph Myers2016-06-071-0/+2
* Fix dbl-64 asin (sNaN) (bug 20213).Joseph Myers2016-06-061-0/+2
* Fix dbl-64 acos (sNaN) (bug 20212).Joseph Myers2016-06-061-0/+2
* Fix x86/x86_64 nextafterl incrementing negative subnormals (bug 20205).Joseph Myers2016-06-031-0/+4
* Replace M_El with lit_e in libm-test.incPaul E. Murphy2016-05-271-3/+8
* Replace M_PI_4l with lit_pi_4_d in libm-test.incPaul E. Murphy2016-05-271-26/+28
* Replace M_PIl with lit_pi in libm-test.incPaul E. Murphy2016-05-271-38/+40
* Replace M_PI2l with lit_pi_2_d in libm-test.incPaul E. Murphy2016-05-271-157/+159
* Refactor M_ macros defined in libm-test.incPaul E. Murphy2016-05-271-33/+41
* Remove unused macros from libm-test.inc.Joseph Myers2016-05-271-25/+0
* Refactor type specific macros using regexesPaul E. Murphy2016-05-271-343/+331
* Begin refactor of libm-test.incPaul E. Murphy2016-05-271-94/+115
* Add more sNaN tests to libm-test.inc.Joseph Myers2016-05-261-0/+84
* Support sNaN testing in libm-test.inc.Joseph Myers2016-05-261-2/+19
* Fixup usage of MIN_EXP in libm-test.incPaul E. Murphy2016-05-241-11/+11