aboutsummaryrefslogtreecommitdiff
path: root/math/libm-test.inc
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-27Replace M_PI_4l with lit_pi_4_d in libm-test.incPaul E. Murphy1-26/+28
2016-05-27Replace M_PIl with lit_pi in libm-test.incPaul E. Murphy1-38/+40
2016-05-27Replace M_PI2l with lit_pi_2_d in libm-test.incPaul E. Murphy1-157/+159
2016-05-27Refactor M_ macros defined in libm-test.incPaul E. Murphy1-33/+41
2016-05-27Remove unused macros from libm-test.inc.Joseph Myers1-25/+0
2016-05-27Refactor type specific macros using regexesPaul E. Murphy1-343/+331
2016-05-27Begin refactor of libm-test.incPaul E. Murphy1-94/+115
2016-05-26Add more sNaN tests to libm-test.inc.Joseph Myers1-0/+84
2016-05-26Support sNaN testing in libm-test.inc.Joseph Myers1-2/+19
2016-05-24Fixup usage of MIN_EXP in libm-test.incPaul E. Murphy1-11/+11
2016-05-24Fixup usage of MANT_DIG in libm-test.incPaul E. Murphy1-46/+46
2016-05-24Do not raise "inexact" from generic round (bug 15479).Joseph Myers1-85/+84
2016-05-18Update libm-test.inc comment about NaN signs.Joseph Myers1-2/+1
2016-03-10Allow spurious underflow / inexact for ldbl-128ibm.Joseph Myers1-2/+9
2016-02-19Fix ldbl-128ibm remainderl, remquol equality tests (bug 19603).Joseph Myers1-0/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-11-10Add more tests of pow.Joseph Myers1-0/+1
2015-11-05Run libm-test tests for finite-math-only functions.Joseph Myers1-0/+3
2015-11-04Refactor libm-test inline tests disabling.Joseph Myers1-16/+12
2015-11-04Add more libm tests (scalb*, signbit, sin, sincos, sinh, sqrt, tan, tanh, tga...Joseph Myers1-2/+93
2015-11-03Add more libm tests (modf, nearbyint, nextafter, nexttoward, pow, remainder, ...Joseph Myers1-0/+90
2015-11-03Fix dbl-64 remainder sign of zero result (bug 19201).Joseph Myers1-0/+69
2015-11-02Make nextafter, nexttoward set errno (bug 6799).Joseph Myers1-6/+14
2015-10-29Do not test sign of zero result from infinite argument to Bessel functions.Joseph Myers1-21/+21
2015-10-28Use C11 CMPLX* macros in libm tests.Joseph Myers1-6/+0
2015-10-28Use C11 *_TRUE_MIN macros where applicable.Joseph Myers1-6/+6
2015-10-28Use C11 *_DECIMAL_DIG macros in libm-test.inc.Joseph Myers1-6/+6
2015-10-23Remove libm-test.inc special-casing of errors up to 0.5 ulp.Joseph Myers1-2/+1
2015-10-23Add more libm tests (ilogb, is*, j0, j1, jn, lgamma, log*).Joseph Myers1-0/+126
2015-10-21Add more libm tests (fmod, fpclassify, frexp, hypot, ilogb, j0, j1, jn, log, ...Joseph Myers1-0/+174
2015-10-16Add more libm tests (fabs, fdim, fma, fmax, fmin, fmod).Joseph Myers1-1/+223
2015-10-16Add more tests for ceil, floor, round, trunc.Joseph Myers1-5/+165
2015-10-08Fix lrint, llrint missing exceptions close to overflow threshold (bug 19094).Joseph Myers1-0/+217
2015-10-08Correct "inexact" expectations in lround, llround tests.Joseph Myers1-6/+6
2015-10-07Fix lround, llround missing exceptions close to overflow threshold (bug 19088).Joseph Myers1-0/+185
2015-10-06Add more tests of lrint, llrint, lround, llround.Joseph Myers1-0/+100
2015-10-06Use same test inputs for lrint and llrint.Joseph Myers1-0/+119
2015-10-06Add more scalb test expectations for "inexact" exception.Joseph Myers1-45/+48
2015-10-05Fix ldbl-96 lroundl just below powers of 2 (bug 19071).Joseph Myers1-11/+159
2015-10-02Fix nexttoward overflow in non-default rounding modes (bug 19059).Joseph Myers1-0/+4
2015-10-01Use type-specific precision when printing results in libm-test.inc.Joseph Myers1-3/+16
2015-09-30Fix i386 acosh (-qNaN) spurious "invalid" exception.Joseph Myers1-0/+1
2015-09-30Improve test coverage of real libm functions [a-e]*.Joseph Myers1-7/+120