summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* vasprintf.c: Fix bug with '#' and 'g' flag combination, see also defect repor...thevenyp2008-10-231-1/+13
* tests/tstrtofr.c: Remove underflow test unintentionally commited with revisio...thevenyp2008-09-191-42/+0
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-1840-115/+157
* tests/tests.c: added comments about the MPFR_FPU_PREC macro.vlefevre2008-09-181-0/+8
* [tget_str.c] replaced 'double' input by 'char*' to avoid problems with singlezimmerma2008-09-181-20/+20
* tests/tpow_z.c: Check test for bug20080904 with the minimum possible negative...thevenyp2008-09-101-5/+7
* tests/tpow_z.c: Add a test that underflows.thevenyp2008-09-051-0/+30
* tests/trec_sqrt.c: enable the tests only with MPFR 2.4.0+.vlefevre2008-08-261-0/+13
* tests/tgeneric.c: changed the way a warning with gcc 4.2+ is avoidedvlefevre2008-08-241-2/+4
* Added data_check support to mpfr_sqr.vlefevre2008-08-213-0/+3
* tests/tsqr.c: corrected function definitions.vlefevre2008-08-211-21/+21
* Added data_check & bad_cases support to mpfr_rec_sqrt.vlefevre2008-08-212-0/+10
* tests/trec_sqrt.c: added bad case that makes mpfr_rec_sqrt fail.vlefevre2008-08-211-0/+26
* tests/tsprintf.c: fixed compilation failure when HAVE_DENORMS isn'tvlefevre2008-08-211-1/+2
* tests/tprintf.c: to allow random values to be reproducible,vlefevre2008-08-211-1/+2
* tests/tpow_all.c: added test of mpfr_rec_sqrt (only with MPFR 2.4.0+).vlefevre2008-08-211-0/+17
* tests/tpow_all.c: removed useless parentheses.vlefevre2008-08-211-1/+1
* tests/thypot.c: added a test for tiny x and y (already done by thevlefevre2008-08-201-0/+46
* tests/tgeneric.c: for the special cases tested in precision p1vlefevre2008-08-201-17/+22
* tests/thypot.c: improved error messages.vlefevre2008-08-201-2/+4
* tests/thypot.c: perform some tests both in the current exponent rangevlefevre2008-08-201-4/+30
* tests/tpow_all.c:vlefevre2008-08-201-2/+33
* tests/tpow.c: updated comment for bug20080820().vlefevre2008-08-201-1/+1
* tests/tpow.c: added testcase for bug mentioned in r5552.vlefevre2008-08-201-0/+37
* tests/tpow_all.c: added an underflow test of x^y with y integer < 0.vlefevre2008-08-201-0/+47
* tests/tpow_all.c: fixed mpfr_clear in overflow_inv.vlefevre2008-08-201-1/+2
* tests/tpow_all.c: more detailed error messages.vlefevre2008-08-201-5/+8
* tests/tpow_all.c: improved overflow_inv tests to trigger a bugvlefevre2008-08-201-48/+58
* tests/tpow_all.c: in overflow_inv, reduced t to [0,5] and added tests.vlefevre2008-08-201-1/+36
* tests/tpow_all.c: improved error messages.vlefevre2008-08-191-28/+33
* tests/tpow_all.c: changed the precisions in overflow_inv for clearervlefevre2008-08-191-2/+2
* tests/tpow_all.c: information about extended exponent range wasn'tvlefevre2008-08-191-41/+43
* tests/tpow_all.c: added overflow tests for x^(-1). -> Failure.vlefevre2008-08-191-0/+35
* tests/tpow_all.c: added tests -> assertion failed in pow.c line 603.vlefevre2008-08-161-53/+88
* tests/tpow_all.c: added test of mpfr_ui_div.vlefevre2008-08-151-1/+14
* tests/texp.c: improved an underflow test to trigger the bug fixedvlefevre2008-08-141-20/+26
* tests/tdiv.c: completed underflow test by testing negative results too.vlefevre2008-08-121-12/+19
* mul_2si.c, div_2si.c, div_2ui.c: fixed double-rounding problem invlefevre2008-08-121-5/+6
* tests/tdiv.c correction: the underflow bug was in case when thevlefevre2008-08-121-1/+1
* tests/tdiv.c: added a test that triggers a bug in mpfr_div in case ofvlefevre2008-08-121-5/+24
* tests/tmul_2exp.c: test mpfr_div_2ui too.vlefevre2008-08-121-10/+12
* tests/tmul_2exp.c: test mpfr_div_2si too.vlefevre2008-08-121-24/+32
* tests/tmul_2exp.c: updated underflow() test to trigger a double-roundingvlefevre2008-08-121-40/+50
* tests/texp.c: updated comment (the double-rounding bug triggered byvlefevre2008-08-121-1/+2
* tests/texp.c: updated underflow_up() test: added case exp(eps) ~= 1/2,vlefevre2008-08-121-4/+61
* tests/texp.c: improved comments in underflow_up().vlefevre2008-08-121-4/+14
* Merged vlefevre branch:vlefevre2008-08-111-42/+159
* tests/tmul_2exp.c: added underflow tests.vlefevre2008-08-111-0/+67
* Final code clean-up based on icc warnings.vlefevre2008-08-071-2/+2
* Further code clean-up (and consistency) based on icc warnings:vlefevre2008-08-073-3/+3