about summary refs log tree commit diff
path: root/math/libm-test.inc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixup usage of MANT_DIG in libm-test.incPaul E. Murphy2016-05-241-46/+46
* Do not raise "inexact" from generic round (bug 15479).Joseph Myers2016-05-241-85/+84
* Update libm-test.inc comment about NaN signs.Joseph Myers2016-05-181-2/+1
* Allow spurious underflow / inexact for ldbl-128ibm.Joseph Myers2016-03-101-2/+9
* Fix ldbl-128ibm remainderl, remquol equality tests (bug 19603).Joseph Myers2016-02-191-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Add more tests of pow.Joseph Myers2015-11-101-0/+1
* Run libm-test tests for finite-math-only functions.Joseph Myers2015-11-051-0/+3
* Refactor libm-test inline tests disabling.Joseph Myers2015-11-041-16/+12
* Add more libm tests (scalb*, signbit, sin, sincos, sinh, sqrt, tan, tanh, tga...Joseph Myers2015-11-041-2/+93
* Add more libm tests (modf, nearbyint, nextafter, nexttoward, pow, remainder, ...Joseph Myers2015-11-031-0/+90
* Fix dbl-64 remainder sign of zero result (bug 19201).Joseph Myers2015-11-031-0/+69
* Make nextafter, nexttoward set errno (bug 6799).Joseph Myers2015-11-021-6/+14
* Do not test sign of zero result from infinite argument to Bessel functions.Joseph Myers2015-10-291-21/+21
* Use C11 CMPLX* macros in libm tests.Joseph Myers2015-10-281-6/+0
* Use C11 *_TRUE_MIN macros where applicable.Joseph Myers2015-10-281-6/+6
* Use C11 *_DECIMAL_DIG macros in libm-test.inc.Joseph Myers2015-10-281-6/+6
* Remove libm-test.inc special-casing of errors up to 0.5 ulp.Joseph Myers2015-10-231-2/+1
* Add more libm tests (ilogb, is*, j0, j1, jn, lgamma, log*).Joseph Myers2015-10-231-0/+126
* Add more libm tests (fmod, fpclassify, frexp, hypot, ilogb, j0, j1, jn, log, ...Joseph Myers2015-10-211-0/+174
* Add more libm tests (fabs, fdim, fma, fmax, fmin, fmod).Joseph Myers2015-10-161-1/+223
* Add more tests for ceil, floor, round, trunc.Joseph Myers2015-10-161-5/+165
* Fix lrint, llrint missing exceptions close to overflow threshold (bug 19094).Joseph Myers2015-10-081-0/+217
* Correct "inexact" expectations in lround, llround tests.Joseph Myers2015-10-081-6/+6
* Fix lround, llround missing exceptions close to overflow threshold (bug 19088).Joseph Myers2015-10-071-0/+185
* Add more tests of lrint, llrint, lround, llround.Joseph Myers2015-10-061-0/+100
* Use same test inputs for lrint and llrint.Joseph Myers2015-10-061-0/+119
* Add more scalb test expectations for "inexact" exception.Joseph Myers2015-10-061-45/+48
* Fix ldbl-96 lroundl just below powers of 2 (bug 19071).Joseph Myers2015-10-051-11/+159
* Fix nexttoward overflow in non-default rounding modes (bug 19059).Joseph Myers2015-10-021-0/+4
* Use type-specific precision when printing results in libm-test.inc.Joseph Myers2015-10-011-3/+16
* Fix i386 acosh (-qNaN) spurious "invalid" exception.Joseph Myers2015-09-301-0/+1
* Improve test coverage of real libm functions [a-e]*.Joseph Myers2015-09-301-7/+120