summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* [tests/tests.c] Revert a change done in r13783 for function bad_cases():vlefevre2020-03-131-7/+22
* [tests] Update to test the ternary value in test5rm() when possible,vlefevre2020-03-134-46/+58
* [tests/tests.c] Modified the prototype of test5rm() to support avlefevre2020-03-131-17/+16
* [tests/tsqrt.c] For bad_cases(), use the same pos and psup parametersvlefevre2020-03-121-1/+1
* [tests/tcbrt.c] For bad_cases(), use the same pos and psup parametersvlefevre2020-03-121-1/+1
* [tests]vlefevre2020-03-122-10/+15
* [tests/tests.c] Added a TODO for bad_cases, as the exact cases are notvlefevre2020-03-121-0/+3
* [tests/tests.c]vlefevre2020-03-121-31/+26
* [tests/tests.c] Minor change in an initialization.vlefevre2020-03-121-1/+1
* [tests/tget_set_{d64,d128}.c] Added a FIXME and improved a message.vlefevre2020-03-122-3/+7
* Added bad_cases tests for mpfr_cbrt.vlefevre2020-03-111-0/+7
* [tests/tcbrt.c] Test the ternary value on other exact cases.vlefevre2020-03-111-14/+16
* [tests/tcbrt.c] Test the ternary value on special cases.vlefevre2020-03-111-6/+32
* [tests/tsin.c] added one testzimmerma2020-03-091-0/+27
* [tests/tpow.c] Replaced mpfr_cmp by !mpfr_equal_p for NaN detection.vlefevre2020-03-011-3/+3
* [tests/tsin.c] Replaced obsolete function mpfr_mul_2exp by mpfr_mul_2ui.vlefevre2020-03-011-1/+1
* [tests/tpow.c] added one testzimmerma2020-02-291-0/+16
* [tests/tpow.c] added a testzimmerma2020-02-281-0/+31
* [tests/tsin.c] fixed and completed check_binary128()zimmerma2020-02-281-8/+40
* [tests/tsin.c] Cleanup of the latest test (note: mpfr_equal_p is bettervlefevre2020-02-271-3/+3
* [tests/tsin.c] added one test with precision 128zimmerma2020-02-271-0/+26
* [tests/tcmpabs.c] Added missing tests of mpfr_cmpabs with NaN.vlefevre2020-02-121-1/+7
* [tests/tcmpabs.c] For mpfr_cmpabs: like mpfr_cmpabs_ui, do each testvlefevre2020-02-121-39/+67
* [tests/tcmpabs.c] For mpfr_cmpabs_ui: do each test in 4 differentvlefevre2020-02-121-16/+67
* [tests/tcmpabs.c] added tests for mpfr_cmpabs_uizimmerma2020-02-121-23/+87
* [tests/trint.c] Replaced obsolete mpfr_cmp_abs by mpfr_cmpabs.vlefevre2020-02-121-1/+1
* [tests/tfmma.c] Use mpfr_set_str instead of mpfr_set_d.vlefevre2020-02-111-14/+6
* [tests/tsprintf.c] Fixed some tests: the 'P' specifier was missing.vlefevre2020-02-081-6/+6
* [src/fmma.c] fixed bug (result might be out of exponent range)zimmerma2020-02-061-0/+33
* [tests/Makefile.am] Updated a comment; in particular, replaced the twovlefevre2020-01-201-3/+6
* [src/beta.c,tests/ttanh.c] towards → toward (for consistency).vlefevre2020-01-161-1/+1
* [tests/{tfprintf.c,tprintf.c}] Updated an error message about MinGW,vlefevre2020-01-102-6/+10
* [tests/tversion.c] Updated/fixed an output line to match the other ones.vlefevre2020-01-091-7/+7
* [tests/tsprintf.c] Added tests for %Ra and %Rb on the value 0 with anvlefevre2020-01-091-0/+3
* [tests/tsprintf.c] Also added tests with %Rf, %Rg and %#Rg on 0.vlefevre2020-01-091-0/+3
* [tests/tsprintf.c] Added a test with %Re and an empty precision fieldvlefevre2020-01-091-0/+1
* Copyright notice update: added 2020 withvlefevre2020-01-08195-195/+195
* [tests/tsprintf.c] Re-added tests changed by r13644 and r13645, butvlefevre2020-01-081-4/+19
* [tests/tsprintf.c] Updated other two tests (in da_DK locale).vlefevre2020-01-081-2/+2
* fixed tests for new more precise semantics for mpfr_printf ("%Re", x),zimmerma2020-01-083-19/+19
* [tests/tcmp_ui.c] Updated comment: this is a bug in Clang 9.vlefevre2019-10-041-2/+3
* [tests/tcmp_ui.c] Added a comment: failure of a test with thevlefevre2019-10-041-0/+2
* Clean-up concerning the tests of subnormals for double and float.vlefevre2019-10-015-8/+8
* [tests] Added FIXME comment in tfprintf.c, tout_str.c and tprintf.c:vlefevre2019-09-163-0/+15
* The mpfr_out_str function now accepts bases from -2 to -36, in order tovlefevre2019-09-061-5/+9
* [tests/tsub1sp.c] added non-regression test for bug in mpfr_sub1sp2nzimmerma2019-09-041-0/+24
* [tests/tadd1sp.c] improve coveragezimmerma2019-09-041-11/+19
* [tests/tadd1sp.c] bug20190903:vlefevre2019-09-031-4/+5
* [tests/tadd1sp.c] bug20190903: do the second test in MPFR_RNDU too.vlefevre2019-09-031-0/+6
* [tests/tadd1sp.c] bug20190903: in the second test, check the mpfr_tvlefevre2019-09-031-6/+12