summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [tests] Define the RND_RAND_NO_RNDF and RND_LOOP_NO_RNDF macros, similarvlefevre2016-07-2230-176/+76
* Merged r10599 through r10628 from the trunk, resolving the conflictvlefevre2016-07-222-0/+83
|\
| * [src/mpfr-impl.h] Require <float.h> to be included in order to bevlefevre2016-07-141-0/+2
| * [src/mul.c] fixed underflow *after* roundingzimmerma2016-07-081-1/+1
| * [tests/tmul.c] added underflow test for directed rounding toozimmerma2016-07-081-5/+39
| * [tests/tmul.c] added test for underflow after rounding (reveals bug in mul.c)zimmerma2016-07-081-0/+47
* | Merged r10573 through r10597 from the trunk (no conflicts).vlefevre2016-07-223-30/+89
|\ \ | |/
| * [tests/tadd1sp.c] Added tests with EXP(b) < EXP(c), as there arevlefevre2016-07-071-3/+13
| * [tests/tadd.c] C++ compatibility.vlefevre2016-07-061-2/+2
| * [tests/tadd1sp.c] Do not use != 0 on predicate function.vlefevre2016-07-061-1/+1
| * [tests/tadd.c] revert mpfr_add to test_addzimmerma2016-07-061-2/+2
| * [tests/tadd1sp.c] added one hard-coded testzimmerma2016-07-061-1/+10
| * [tests/tadd.c] last commit was wrongzimmerma2016-07-061-11/+20
| * improved check_overflow()zimmerma2016-07-061-17/+47
| * [tests/turandom.c] Improved an error message.vlefevre2016-07-061-3/+3
| * [tests/turandom.c] Corrected English usage in error message.vlefevre2016-07-061-3/+4
| * [tests/turandom.c] Small precision check: replaced 2 by MPFR_PREC_MIN.vlefevre2016-07-061-1/+1
| * [tests/tadd1sp.c] Use mpfr_urandom instead of mpfr_urandomb.vlefevre2016-07-061-2/+2
* | Merged r10572 from the trunk, resolving the conflict.vlefevre2016-07-221-24/+23
|\ \ | |/
| * [tests/tadd1sp.c] Reordered variables. Removed a redundant test.vlefevre2016-07-061-19/+18
* | Merged r10571 from the trunk, resolving the conflict.vlefevre2016-07-221-0/+8
|\ \ | |/
| * [tests/tadd1sp.c] In check_random, check the flags too.vlefevre2016-07-061-0/+7
* | Merged r10566 through r10570 from the trunk, resolving the conflict.vlefevre2016-07-222-7/+11
|\ \ | |/
| * [tests/tadd1sp.c] Test negative numbers too.vlefevre2016-07-061-4/+8
| * Removed trailing spaces.vlefevre2016-07-061-3/+3
* | Merged r10556 through r10564 from the trunk (no conflicts).vlefevre2016-07-221-0/+2
|\ \ | |/
| * [tests/tadd.c] Added FIXME comment: there are many tests, but thevlefevre2016-07-051-0/+2
| * [src/sub1sp.c] removed dead code, and improved coverage to 100%zimmerma2016-07-051-3/+68
| * [tests/tsub1sp.c] Added missing printf arguments.vlefevre2016-07-051-4/+6
| * speedup of mpfr_sub for same precision < GMP_NUMB_BITSzimmerma2016-07-042-2/+46
* | Merged r10529 through r10554 from the trunk (no conflicts).vlefevre2016-07-222-3/+114
* | C++ compatibility.vlefevre2016-06-257-12/+15
* | [tests/tsum.c] Correction: r10484 didn't take the latest version fromvlefevre2016-06-241-45/+60
* | Merged the latest changes from the trunk.vlefevre2016-06-241-14/+61
|\ \ | |/
| * [tests/tsum.c] Test the support of reused arguments.vlefevre2016-06-241-14/+61
* | Removed trailing spaces.vlefevre2016-06-243-3/+3
* | added more tests for RNDFzimmerma2016-06-242-0/+148
* | disable mpfr_all_div() for RNDFzimmerma2016-06-241-5/+7
* | replaced mpfr_cmp by !mpfr_equal_pzimmerma2016-06-245-12/+12
* | added exhaustive tests for add,sub,mul,div,sqrtzimmerma2016-06-246-1/+254
* | fixed corner case with RNDFzimmerma2016-06-241-0/+33
* | fix for RNDFzimmerma2016-06-231-1/+4
* | merged changed from trunk withzimmerma2016-06-2313-101/+343
|\ \ | |/
| * [tests/tversion.c] Do not use "%zu" with printf (added in r10460).vlefevre2016-06-091-3/+5
| * Other changes concerning the memory limit for the tests.vlefevre2016-06-093-6/+16
| * [tests/memory.c] The MPFR_TESTS_MEMORY_LIMIT environment variable canvlefevre2016-06-091-4/+17
| * [tests/tsum.c] Improved check3:vlefevre2016-06-081-29/+40
| * Value coverage for tsum: After r9984 to differentiate sq > MPFR_PREC_MINvlefevre2016-06-081-1/+1
| * Merged the latest change from the trunk (r10449).vlefevre2016-06-071-6/+4
| |\
| | * [tests/tprintf.c] Removed tests of native %'g and %'f (from r8292)vlefevre2016-06-071-6/+4