summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [tests/random2.c] Fix for 8-bit limb.vlefevre2018-09-171-0/+5
* [tests/tests.c] Define only one buffer in test_version().vlefevre2018-09-171-2/+1
* [tests/random2.c] Improved code by using MPFR_LIMB_* macros.vlefevre2018-09-171-3/+2
* [tests/tests.c] fixed compiler warningzimmerma2018-09-171-1/+1
* [tests/random2.c] Fix for 16-bit limb.vlefevre2018-09-141-2/+3
* [tests/tsin.c] reduce REDUCE_EMAX with mini-gmpzimmerma2018-09-131-0/+4
* [tests/tests.c] Improved change in r13179 for mini-gmp.vlefevre2018-09-121-6/+1
* [tests/tests.c] libgmp is not defined with mini-gmp (issue found with -O0)zimmerma2018-09-121-0/+5
* [tests/tcan_round.c] fixed test for small value of GMP_NUMB_BITSzimmerma2018-09-111-1/+8
* [tests/tsqrt.c] modified test_sqrt1n() so that it passes with 8-bit limbszimmerma2018-09-111-2/+10
* [src/strtofr.c] fix from r13163 was incorrectzimmerma2018-09-101-0/+18
* [tests/tdiv_ui.c] fixed corner_cases() testzimmerma2018-09-081-1/+3
* [tests/random2.c] fixed mpfr_random2 for GMP_NUMB_BITS <> 64zimmerma2018-09-071-2/+2
* [tests/tl2b.c] extend to 8-bit limbzimmerma2018-09-071-1/+1
* [tests/tdiv.c] !mpfr_equal_p is better than mpfr_cmp.vlefevre2018-09-061-1/+1
* [tests/tdiv.c] fixed test_20151023()zimmerma2018-09-061-3/+13
* [tests/tget_set_d64.c] Removed xxx suffix added in r13139 (by mistake?).vlefevre2018-09-051-1/+1
* [src/get_d64.c] fixed for 16-bit limbzimmerma2018-09-051-2/+2
* [src/exp_2.c] fix for 16-bit limbzimmerma2018-09-051-2/+4
* [src/mpfr-mini-gmp.c] fixed gmp_urandomb_ui for 16-bit limb, added mpz_dumpzimmerma2018-09-051-1/+1
* [tests/tset_z_exp.c] Avoid a GCC bug.vlefevre2018-09-041-4/+5
* [tests/tset_z_exp.c] Attempt to fix randexp, but GCC complains.vlefevre2018-09-041-12/+20
* [tests/tset_ld.c] give more digits in case of errorzimmerma2018-09-042-2/+23
* [tests/tset_z_exp.c] fixed infinite loop in test code for limb < mpfr_exp_tzimmerma2018-09-041-0/+13
* [src/round_prec.c] fixed for 16-bit limbzimmerma2018-09-041-2/+4
* [tests/tdiv.c] more detailed error messagezimmerma2018-09-041-2/+12
* [tests/tbeta.c] exit at the first errorzimmerma2018-09-031-2/+3
* [tests/mpfr-test.h] If MPFR_TESTS_ABORT is defined, replace exit(1) byvlefevre2018-09-031-0/+6
* [tests/tgeneric.c] revert 13107 (abort might lose some data in open files)zimmerma2018-09-031-3/+3
* [tests/tgeneric.c] replace exit(1) by abort() to allow debugging with gdbzimmerma2018-09-031-3/+3
* removed TEST_FLAGS stuffzimmerma2018-08-314-13/+0
* [src/add1.c] fix for 16-bit limbzimmerma2018-08-311-0/+2
* [tests/tadd.c] fix for 16-bit limbzimmerma2018-08-291-1/+1
* [tests/tdiv_ui.c] Added a comment about a spurious failurevlefevre2018-08-291-0/+6
* [tests/tsinh.c] Fixed test introduced in r13047.vlefevre2018-08-281-1/+1
* [tests/tdiv_ui.c] Disabled rnd=MPFR_RNDF in a loop as this now fails.vlefevre2018-08-281-1/+1
* [tests/tdiv_ui.c] Corrected an error message.vlefevre2018-08-281-1/+1
* Removed trailing whitespace.vlefevre2018-08-281-1/+1
* [tests/tsinh.c] improve coveragezimmerma2018-08-281-0/+42
* [tests/tsubnormal.c] improve coveragezimmerma2018-08-281-0/+20
* [tests/tmul.c] improve coveragezimmerma2018-08-271-0/+30
* [src/const_log2.c] avoid hard-coded valueszimmerma2018-08-271-0/+18
* [src/const_euler.c] better choice of (initial) working precisionzimmerma2018-08-271-0/+18
* [tests/tversion.c] Update concerning the shared cache, to be consistentvlefevre2018-08-271-7/+13
* [tests/tconst_catalan.c] improve coveragezimmerma2018-08-271-0/+17
* [tests/tbuildopt.c] added check of mpfr_buildopt_sharedcache_p()zimmerma2018-08-271-0/+19
* [tests/tversion.c] Output "Enable formally proven code" info.vlefevre2018-08-231-0/+8
* [tests/mpfr-test.h] added macro TEST_FLAGS (debug use only)zimmerma2018-08-224-2/+16
* [tests/tversion.c] Portability corrections related to the use of thevlefevre2018-08-221-38/+49
* [tests/tsub1sp.c] improved comment about bug20180813()zimmerma2018-08-211-1/+2