summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merged the latest changes from the trunk since this wasn't the causevlefevre2015-09-104-0/+20
* [tests/tget_z.c] Flags testing.vlefevre2015-08-251-21/+46
* [tests/tstdint.c] Support MPFR_PRINTF_MAXLM.vlefevre2015-08-251-1/+5
* [tests/tget_sj.c] Support MPFR_PRINTF_MAXLM.vlefevre2015-08-251-10/+27
* [tests/tget_sj.c] Typo.vlefevre2015-08-251-1/+1
* [tests/tget_sj.c] Improved check_erange (more flags testing).vlefevre2015-08-251-69/+51
* [tests/tget_sj.c] Improved check_sj and check_uj even more.vlefevre2015-08-251-63/+69
* [tests/tget_sj.c] Improved check_sj and check_uj (flags testing).vlefevre2015-08-251-15/+37
* [tests/tfits.c] New tests at the limits of the types.vlefevre2015-08-241-18/+36
* [tests/tfits.c] For the mpfr_fits_{uintmax,intmax}_p functions, checkvlefevre2015-08-241-77/+42
* [tests/tfits.c] For the mpfr_fits_{u,s}{long,int,short}_p functions,vlefevre2015-08-241-144/+117
* [tests/tset_si.c] Improved NaN mpfr_get_si / mpfr_get_ui test.vlefevre2015-08-241-3/+3
* [tests/tset_si.c] Added mpfr_get_{si,ui} tests, including flags.vlefevre2015-08-241-0/+88
* [tests/tversion.c] Output MPFR_VERSION_STRING too.vlefevre2015-07-201-0/+2
* [tests/tversion.c] Check and output additional mpfr_buildopt_* info.vlefevre2015-07-201-0/+38
* Added mpfr_rint_roundeven and mpfr_roundeven functions, withvlefevre2015-07-201-23/+54
* [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