aboutsummaryrefslogtreecommitdiff
path: root/math/libm-test.inc
AgeCommit message (Expand)AuthorFilesLines
2013-12-03Move TEST_f_f tests for [e-j]* functions from libm-test.inc to auto-libm-test...Joseph Myers1-202/+13
2013-11-30Move TEST_f_f tests for [a-c]* functions from libm-test.inc to auto-libm-test...Joseph Myers1-252/+25
2013-11-29Fix exp10 errno setting on underflow (bug 6787).Joseph Myers1-2/+4
2013-11-29Test sqrt in all rounding modes.Joseph Myers1-0/+88
2013-11-29Start generating libm tests automatically with MPFR.Joseph Myers1-14/+49
2013-11-16Test signs of NaNs in libm-test.inc where appropriate.Joseph Myers1-15/+42
2013-11-16Add libm-test support for ignored return value, add more lrint / llrint / lro...Joseph Myers1-6/+55
2013-11-16Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag.Joseph Myers1-257/+279
2013-11-16Make libm-test.inc check for "inexact" exceptions for NaN argument.Joseph Myers1-69/+69
2013-10-04PowerPC floating point little-endian [4 of 15]Alan Modra1-0/+19
2013-09-19New test cases for sin and cos for multiple precision fallbackSiddhesh Poyarekar1-0/+18
2013-09-03Fix lgammaf spurious underflow (bug 15427).Joseph Myers1-0/+55
2013-09-02Fix spurious jnf underflows (bug 14155).Joseph Myers1-2/+17
2013-08-23Fix cexp (NaN + i0) (bug 15532).Joseph Myers1-1/+2
2013-08-21Fix fdim handling of infinities (bug 15797).Joseph Myers1-27/+31
2013-08-20Fix cproj handling of (finite, NaN) arguments (bug 15531).Joseph Myers1-0/+40
2013-08-13Fix cbrtl for ldbl-96Andreas Schwab1-0/+5
2013-07-13Annotate more cases of math bug 15319.David S. Miller1-16/+20
2013-06-15Add another fma test.Joseph Myers1-0/+1
2013-06-11Add exception information to math-tests.h and use it in libm-test.inc.Joseph Myers1-17/+21
2013-06-10Add rounding mode information to math-tests.h and use it in libm-test.inc.Joseph Myers1-4/+9
2013-06-03BZ #15536: Fix ulp for 128-bit IBM long double.Carlos O'Donell1-11/+26
2013-05-24Fix ldbl-96 hypotl of subnormals (bug 15529).Joseph Myers1-0/+13
2013-05-24Test drem and pow10 in libm-test.inc.Joseph Myers1-5/+63
2013-05-24Use same tests for isfinite/finite, lgamma/gamma.Joseph Myers1-44/+18
2013-05-24Correctly compute ulp near zero.Carlos O'Donell1-48/+93
2013-05-24Remove libm-test START_DATA and END_DATA.Joseph Myers1-339/+0
2013-05-24Make libm-test START and END into ordinary macros.Joseph Myers1-169/+176
2013-05-22Don't include function names in test data in generated libm-test.c.Joseph Myers1-117/+229
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers1-47/+54
2013-05-18Make libm-test look up ulps by name at runtime.Joseph Myers1-138/+154
2013-05-17Fix remainder exceptions and directed-rounding results (bugs 15480, 15485).Joseph Myers1-7/+162
2013-05-17Simplify libm-test extra-output initialization.Joseph Myers1-33/+26
2013-05-17Don't handle ulps for integer tests in libm-test.inc.Joseph Myers1-15/+3
2013-05-17Test more cases of "inexact" exceptions in libm-test.inc.Joseph Myers1-1119/+1132
2013-05-16Test for errno setting in more pole error cases.Joseph Myers1-15/+15
2013-05-16Remove ENOSYS tests in libm-test.inc.Joseph Myers1-649/+0
2013-05-16Remove libm-test support for TEST_* inside functions.Joseph Myers1-18/+9
2013-05-16Convert TEST_extra tests from code to data.Joseph Myers1-48/+75
2013-05-16Support testing "inexact" exceptions in libm-test.inc.Joseph Myers1-392/+399
2013-05-16Test for errno setting in more overflow error cases.Joseph Myers1-81/+79
2013-05-16Convert TEST_cc_c tests from code to data.Joseph Myers1-14/+36
2013-05-16Convert TEST_f_L tests from code to data.Joseph Myers1-769/+780
2013-05-15Convert TEST_f_l tests from code to data.Joseph Myers1-167/+179
2013-05-15Consistently use TEST_f_L in tests of llrint and llround.Joseph Myers1-6/+6
2013-05-15Convert TEST_f_b tests from code to data.Joseph Myers1-67/+117
2013-05-15Test for errno setting in more domain error cases.Joseph Myers1-53/+53
2013-05-15Disable libm-test errno testing for TEST_INLINE.Joseph Myers1-0/+2
2013-05-15Convert TEST_ff_i tests from code to data.Joseph Myers1-108/+154
2013-05-14Fix whitespace in RUN_TEST_LOOP_2_f.Joseph Myers1-1/+1