summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [tests/tset_z_exp.c] Fixed type in a printf.vlefevre2010-05-311-1/+2
* [tset_z_exp.c] fixed two FIXMEzimmerma2010-05-311-7/+14
* [tests/tset_z_exp.c] Added 2 FIXME in the test.vlefevre2010-05-311-7/+6
* [tests/tset_z_exp.c] Removed testcase bug20100531 (this was a bug invlefevre2010-05-311-29/+8
* [tests/tset_z_exp.c] Added testcase bug20100531.vlefevre2010-05-311-0/+27
* Made defined the previously undefined cases of mpfr_get_si, mpfr_get_ui,vlefevre2010-05-253-0/+72
* [tests/tstckintc.c] Changed mpfr_custom_get_mantissa intovlefevre2010-05-251-1/+1
* Detect when the intmax_t type is available but INTMAX_MAX doesn't workvlefevre2010-05-223-25/+25
* Type corrections for C++ compilers (in particular, mpfr_rnd_t vs int).vlefevre2010-05-195-16/+18
* [tests/tests.c] Fixed code when _MPFR_PREC_FORMAT != 3.vlefevre2010-05-081-2/+4
* [tests/tests.c] fixed compiler warning (found by nightly tests)zimmerma2010-05-081-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-0761-124/+124
* Changed the precision type mpfr_prec_t from an unsigned integer typevlefevre2010-05-071-0/+5
* [tests/tcheck.c] Forgot to remove a printf (added during testing).vlefevre2010-05-071-1/+0
* [tests/tcheck.c] Support signed mpfr_prec_t (avoid integer overflow).vlefevre2010-05-071-2/+6
* [tests/mpf_compat.h] Fixed prototype of function main.vlefevre2010-05-071-1/+1
* Add specifier 'Y' for the rounding away from zero mode in printf-like functions.thevenyp2010-05-031-10/+56
* 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