summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [tests/tfma.c] Minor correction.vlefevre2020-03-251-1/+1
* [tests/tfma.c] Changed a RND_LOOP to RND_LOOP_NO_RNDF as the behaviorvlefevre2020-03-251-1/+1
* [tests/tsub.c] Completed tests for UBF (currently fail).vlefevre2020-03-251-3/+38
* [tests/tset_si.c] Added tests of mpfr_set_si_2exp and mpfr_set_ui_2expvlefevre2020-03-251-0/+129
* [tests/tsub.c] More tests on UBF. The results are not checked yet,vlefevre2020-03-241-11/+38
* [tests/tfmma.c] Added extreme_underflow test: before the r13798 bug fix,vlefevre2020-03-241-0/+21
* [tests/tsub.c] Corrected a function name.vlefevre2020-03-241-1/+1
* [tests/tsub.c] More tests on UBF, in particular with an exponent changevlefevre2020-03-241-20/+74
* [tests/tsub.c] Tests on UBF: underflow/overflow cases done.vlefevre2020-03-241-28/+41
* [tests/tsub.c] More tests on UBF.vlefevre2020-03-231-11/+140
* [tests/tsub.c] Added comments.vlefevre2020-03-231-0/+4
* [tests/tsub.c] First tests on UBF.vlefevre2020-03-231-0/+90
* [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