summaryrefslogtreecommitdiff
path: root/math/libm-test.inc
AgeCommit message (Expand)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-10Add more tests of pow.Joseph Myers
2015-11-05Run libm-test tests for finite-math-only functions.Joseph Myers
2015-11-04Refactor libm-test inline tests disabling.Joseph Myers
2015-11-04Add more libm tests (scalb*, signbit, sin, sincos, sinh, sqrt, tan, tanh, tga...Joseph Myers
2015-11-03Add more libm tests (modf, nearbyint, nextafter, nexttoward, pow, remainder, ...Joseph Myers
2015-11-03Fix dbl-64 remainder sign of zero result (bug 19201).Joseph Myers
2015-11-02Make nextafter, nexttoward set errno (bug 6799).Joseph Myers
2015-10-29Do not test sign of zero result from infinite argument to Bessel functions.Joseph Myers
2015-10-28Use C11 CMPLX* macros in libm tests.Joseph Myers
2015-10-28Use C11 *_TRUE_MIN macros where applicable.Joseph Myers
2015-10-28Use C11 *_DECIMAL_DIG macros in libm-test.inc.Joseph Myers
2015-10-23Remove libm-test.inc special-casing of errors up to 0.5 ulp.Joseph Myers
2015-10-23Add more libm tests (ilogb, is*, j0, j1, jn, lgamma, log*).Joseph Myers
2015-10-21Add more libm tests (fmod, fpclassify, frexp, hypot, ilogb, j0, j1, jn, log, ...Joseph Myers
2015-10-16Add more libm tests (fabs, fdim, fma, fmax, fmin, fmod).Joseph Myers
2015-10-16Add more tests for ceil, floor, round, trunc.Joseph Myers
2015-10-08Fix lrint, llrint missing exceptions close to overflow threshold (bug 19094).Joseph Myers
2015-10-08Correct "inexact" expectations in lround, llround tests.Joseph Myers
2015-10-07Fix lround, llround missing exceptions close to overflow threshold (bug 19088).Joseph Myers
2015-10-06Add more tests of lrint, llrint, lround, llround.Joseph Myers
2015-10-06Use same test inputs for lrint and llrint.Joseph Myers
2015-10-06Add more scalb test expectations for "inexact" exception.Joseph Myers
2015-10-05Fix ldbl-96 lroundl just below powers of 2 (bug 19071).Joseph Myers
2015-10-02Fix nexttoward overflow in non-default rounding modes (bug 19059).Joseph Myers
2015-10-01Use type-specific precision when printing results in libm-test.inc.Joseph Myers
2015-09-30Fix i386 acosh (-qNaN) spurious "invalid" exception.Joseph Myers
2015-09-30Improve test coverage of real libm functions [a-e]*.Joseph Myers
2015-09-30Refine errno / "inexact" expectations in libm-test.inc.Joseph Myers
2015-09-17Fix sign of zero part from ctan / ctanh when argument infinite (bug 17118).Joseph Myers
2015-09-16Make scalbn set errno (bug 6803).Joseph Myers
2015-06-29Improve tgamma accuracy (bug 18613).Joseph Myers
2015-06-25Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602).Joseph Myers
2015-06-24Refactor libm tests.Joseph Myers
2015-06-24Fix cexp, ccos, ccosh, csin, csinh spurious underflows (bug 18594).Joseph Myers
2015-06-24Move csin, csinh tests to auto-libm-test-in.Joseph Myers
2015-06-24Fix csin, csinh overflow in directed rounding modes (bug 18593).Joseph Myers
2015-06-23Fix spurious "inexact" exceptions from __kernel_standard_l (bug 18245, bug 18...Joseph Myers
2015-05-19Fix ldbl-96 remquol (finite, Inf) (bug 18244).Joseph Myers
2015-05-14Last part of changes regarding to libm-test.inc: additionAndrew Senkevich
2015-05-14Refactoring of START for conditions in individual testsAndrew Senkevich
2015-05-14This is the beginning of series of patches with additionAndrew Senkevich
2015-04-28Fix ldbl-128 roundl for exponents in [31, 47] (bug 18346).Joseph Myers
2015-04-13Set errno for log1p on pole/domain error.Stefan Liebler
2015-02-26Fix ldbl-128ibm logbl near powers of 2 (bug 18030).Joseph Myers
2015-02-26Fix ldbl-128ibm ilogbl near powers of 2 (bug 18029).Joseph Myers
2015-02-24Fix x86/x86_64 scalb (qNaN, -Inf) (bug 16783).Joseph Myers
2015-02-18Fix atan / atan2 missing underflows (bug 15319).Joseph Myers
2015-02-17Fix sign of remquo zero remainder in round-downward mode (bug 17987).Joseph Myers
2015-02-16Fix remquo spurious overflows (bug 17978).Joseph Myers