summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Avoid a compilation failure on OSF/1 (Tru64) 5.1 due to non-C99vlefevre2010-08-165-23/+19
* [tests] Avoid warning due to -Wunused-but-set-variable (from futurevlefevre2010-08-137-13/+19
* [tests/tgmpop.c] Added missing "static".vlefevre2010-08-111-2/+2
* gmp_op.c: Fix ternary value returned by mpfr_mul_q and mpfr_div_q in overflow...thevenyp2010-08-111-0/+91
* Support implementations where the floating-point division by 0 fails.vlefevre2010-08-049-1/+48
* [tests/tget_sj.c] Added tests of 1 and -1.vlefevre2010-08-041-0/+7
* Replacedvlefevre2010-07-30165-165/+165
* [tests/tget_flt.c] Fixed printf strings (missing backslash).vlefevre2010-07-191-4/+4
* [tget_flt.c] completed previous commitzimmerma2010-07-151-2/+4
* [tget_flt.c] print more information in case a test failszimmerma2010-07-151-1/+3
* [tests/tgamma.c] Use mpfr_set_str instead of mpfr_set_d.vlefevre2010-07-091-1/+1
* [gamma.c] fixed bug reported on MPFR list:zimmerma2010-07-091-0/+15
* [tests/tfprintf.c] Cosmetic improvement suggested by Denis Excoffier.vlefevre2010-06-241-2/+2
* [tests/tout_str.c] Fixed bug introduced in r6976: changed size_t intovlefevre2010-06-231-1/+1
* Fix wrong return value of mpfr_out_str on special values.thevenyp2010-06-221-5/+37
* [tests/Makefile.am] Reordered check_PROGRAMS.vlefevre2010-06-101-6/+6
* [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