summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-3052-138/+138
* [tai.c] enable first test of check_large, and reduced total timezimmerma2010-03-191-2/+4
* Removed check of ai.c for large arguments. I added in algorithms.tex a schevill2010-03-191-1/+1
* [tai.c] reduce the maximal exponents in test_generic()zimmerma2010-03-181-1/+4
* [tai.c] replace mpfr_cmp by mpfr_equal_pzimmerma2010-03-181-2/+2
* tests/tset_z_exp.c untabified.vlefevre2010-03-181-2/+2
* [tai.c] added test for large inputszimmerma2010-03-181-1/+35
* * Added function mpfr_ai. The implementation is the most naive: it evaluatesschevill2010-03-172-1/+45
* GMP_RNDx -> MPFR_RNDxvlefevre2010-03-111-2/+2
* [tstrtofr.c] added test for 1.23e, cfzimmerma2010-03-111-0/+28
* [tests/tsqrt.c] Add the test -1 <= x/sqrt(x^2) <= 1, which correspondsvlefevre2010-03-111-8/+15
* [tests/tsqrt.c] Added a comment about the x/sqrt(x^2+y^2) test.vlefevre2010-03-101-0/+2
* [tsqrt.c] fixed bug reported by Sam Rawlinszimmerma2010-03-101-1/+1
* changed mpfr_get_z_exp -> mpfr_get_z_2exp (old function) zimmerma2010-02-221-5/+5
* added new function mpfr_set_z_exp (companion to mpfr_get_z_exp)zimmerma2010-02-222-4/+110
* * Added tests/tstdint.c to test the double inclusion of mpfr.h when onlyvlefevre2010-02-181-0/+57
* Copyright notice update: added 2010 withvlefevre2010-01-20166-166/+166
* [tprintf.c, tfprintf.c] cleaned up previous commitzimmerma2010-01-182-4/+6
* tests/turandom.c: updated a test (if emin > 1 and rnd == MPFR_RNDN,vlefevre2010-01-181-1/+2
* tests/turandom.c: more tests in restricted exponent range.vlefevre2010-01-181-13/+16
* [tprintf.c,tfprintf.c] print obtained chain in test #8zimmerma2010-01-182-0/+4
* [tests/turandom.c] Change accumulation of ternary value in the loop, it was n...thevenyp2010-01-151-1/+2
* [urandom.c, mpfr.texi] Change the behavior of mpfr_urandom to the usual mpfr ...thevenyp2010-01-141-13/+31
* New function mpfr_urandom.thevenyp2010-01-132-22/+209
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-0817-51/+51
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-0817-51/+51
* tests/tsin_cos.c: in consistency(), better error message.vlefevre2009-12-071-6/+10
* tests/tsin_cos.c: in consistency(), improved testing on underflow case.vlefevre2009-12-071-7/+13
* tests/tsin_cos.c: in consistency(), added testing on underflow case.vlefevre2009-12-071-5/+20
* tests/tsin_cos.c: in consistency(), fixed flags testing.vlefevre2009-12-071-2/+7
* tests/tsin_cos.c: in consistency(), test also the flags.vlefevre2009-12-071-1/+8
* tests/tsin_cos.c: in consistency(), test also the returned valuevlefevre2009-12-071-4/+10
* [tfits.c] converted to GNU coding stylezimmerma2009-11-301-78/+78
* [tset_ld.c] now perform tests even if old gcc bug is presentzimmerma2009-11-271-3/+2
* [tget_d.c] removed workaround for old gcc bug. Comment was:zimmerma2009-11-261-8/+2
* [tadd.c, tmul.c] got rid of workaround for old gcc bug. Comment was:zimmerma2009-11-262-23/+12
* [tfprintf.c,tprintf.c] Fixed other types in function with variablevlefevre2009-11-252-4/+4
* [tfprintf.c,tprintf.c] Fixed types in function with variable arguments.vlefevre2009-11-252-5/+5
* [tfprintf.c,tprintf.c] applied patch from Philippe Thevenyzimmerma2009-11-252-17/+9
* [acinclude.m4] added test for %zuzimmerma2009-11-252-0/+8
* tests/tstckintc.c: fixed types for the printf %p format specifier.vlefevre2009-11-251-1/+1
* [tget_flt.c] replaced %a by %.8ezimmerma2009-11-251-25/+25
* [tget_d.c,tget_ld_2exp.c] replaced %a and %La by %.16e and %.16Lezimmerma2009-11-252-4/+4
* [tget_d.c] removed C99-specific instructionzimmerma2009-11-251-2/+1
* tests/tsin_cos.c: ported bug20091122 from the 2.4 branch to the trunk.vlefevre2009-11-221-3/+45
* tests/tconst_pi.c: fixed types for C++.vlefevre2009-11-201-3/+3
* tcos.c: added a testcase yielding an assertion failure (this bug makesvlefevre2009-10-301-0/+15
* tests/tsin_cos.c: ported the consistency test from the 2.4 branch.vlefevre2009-10-301-0/+38
* [cache.c] fixed bug with directed roundingzimmerma2009-10-301-1/+58
* tpow.c: added an overflow test.vlefevre2009-10-211-35/+43