summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [tests/tfrexp.c]vlefevre2015-07-161-4/+6
* [tests/tfrexp.c] Simplification: merged the tests on the ternary values,vlefevre2015-07-151-16/+4
* [tests/tmul_2exp.c] Extended the underflow() test to negative numbers,vlefevre2015-07-151-58/+63
* [tests/tfrexp.c] Forgot a "exit (1);".vlefevre2015-06-261-0/+1
* [tests/tmul_2exp.c] Overflow test: more output info; improved code.vlefevre2015-06-261-11/+14
* [src/mul_2si.c] Fixed overflow case when n = 0.vlefevre2015-06-261-10/+12
* [src/div_2si.c] Fixed overflow case when n = 0.vlefevre2015-06-261-20/+27
* [src/div_2ui.c] Fixed overflow case (can occur only when n = 0).vlefevre2015-06-261-5/+33
* [tests/tfrexp.c] Added tests (currently fail due to the mpfr_div_2uivlefevre2015-06-261-0/+112
* [tests/tmul_2exp.c] Added tests where mpfr_div_2ui overflows, whichvlefevre2015-06-261-0/+35
* [tests/tfma.c] Improved the new underflow tests (test_underflow3) tovlefevre2015-06-121-39/+42
* [tests/tfma.c] Improved the new underflow tests (test_underflow3) tovlefevre2015-06-121-37/+41
* [tests/tfma.c] Corrected the new underflow tests to really generatevlefevre2015-06-121-8/+8
* [tests/tfma.c] The code removed in r9560 was actually necessary,vlefevre2015-06-121-0/+5
* [tests/tfma.c] Added other underflow tests.vlefevre2015-06-111-0/+64
* [tests/tfma.c] Some improvements.vlefevre2015-06-111-10/+8
* [tests/tfma.c] GNU coding style.vlefevre2015-06-111-68/+68
* [tests/tfma.c] Removed code that isn't necessary.vlefevre2015-06-111-3/+0
* [tests/trandom.c] Cleaner test, avoiding the explicit use of mpfr_rands.vlefevre2015-06-101-15/+31
* [tests/trandom.c] Improved latest change, as some other test alreadyvlefevre2015-06-101-20/+20
* [tests/trandom.c]vlefevre2015-06-101-0/+20
* [tests/tgeneric.c] Fixed overflow/underflow tests introduced in r9539:vlefevre2015-06-101-82/+70
* [tests/tgeneric.c] Check whether the exponent range has beenvlefevre2015-06-101-4/+13
* [tests/tgeneric.c] Added overflow/underflow tests (→ 4 failed tests).vlefevre2015-06-101-85/+201
* [src/zeta_ui.c]vlefevre2015-06-081-11/+31
* [tests/tzeta_ui.c] Code simplification.vlefevre2015-06-071-10/+8
* [tests/tzeta_ui.c] Test zeta(0) in reduced exponent range and allvlefevre2015-06-071-44/+62
* [src/zeta_ui.c] Fixed zeta(0) in reduced exponent range.vlefevre2015-06-071-3/+55
* [tests/tui_sub.c] Check overflow.vlefevre2015-06-051-0/+56
* [tests/tui_div.c] Check overflow.vlefevre2015-06-051-0/+46
* [tests/tgeneric.c] Removed unless parentheses.vlefevre2015-06-051-2/+1
* [tests/tgeneric.c] Special cases with unsigned long argument.vlefevre2015-06-051-9/+9
* [tests/tpow_all.c] Better flags output in error message.vlefevre2015-06-051-3/+6
* [tests/tset_q.c] Check the flags.vlefevre2015-06-041-11/+27
* [tests/t{add,div,mul,sub}_ui.c] Replaced tgeneric_ui.c by tgeneric.c,vlefevre2015-06-044-12/+13
* [tests/{tui_div.c,tui_sub.c}] Added generic tests, yielding assertionvlefevre2015-06-042-0/+13
* [tests/tgeneric.c] Major clean-up, with some minor corrections.vlefevre2015-06-041-87/+120
* [tests/tdiv_d.c] Corrected the tested function for the generic tests.vlefevre2015-06-041-1/+1
* [tests/td_div.c] Corrected the tested function for the generic tests.vlefevre2015-06-041-1/+1
* [tests/tui_sub.c] Minor improvements.vlefevre2015-06-041-9/+8
* [tests/tgeneric_ui.c] Added missing \n. Minor improvements.vlefevre2015-06-041-7/+5
* [tests/tui_div.c] Minor improvements.vlefevre2015-06-041-8/+6
* [tests/trint.c] Corrected the description (copy-paste error in r9473).vlefevre2015-06-031-1/+1
* [tests/trint.c] Extend basic_tests from [56,72] to [1,72] since i < 4vlefevre2015-06-031-2/+2
* [tests/trint.c] Also run BASIC_TEST in reduced exponent rangevlefevre2015-06-031-32/+48
* [tests/trint.c] Also run BASIC_TEST2 in reduced exponent rangevlefevre2015-06-031-27/+50
* [tests/trint.c] In the basic tests, test the flags.vlefevre2015-06-011-2/+22
* [tests/trint.c] Corrections for r9476 and r9477.vlefevre2015-05-311-43/+44
* [tests/trint.c] Added basic tests of the mpfr_{trunc,floor,ceil,round}vlefevre2015-05-291-1/+40
* [tests/trint.c] Added basic tests of the mpfr_rint_* functions.vlefevre2015-05-291-0/+52