summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [tests/tstckintc.c] Improved tests when mpfr_custom_init_set is used asvlefevre2013-11-281-2/+2
* [tests/tsprintf.c] Added a few tests.vlefevre2013-11-151-0/+6
* [tests/tsprintf.c] Fixed incorrect test from r5652 (the correspondingvlefevre2013-11-151-1/+1
* [tests/thypot.c] More NaN tests.vlefevre2013-11-061-0/+5
* [tests/thypot.c] Fix use of an uninitialized variable.thevenyp2013-11-061-1/+1
* [tests/tsum.c] Updated TODO comment (→ check underflows).vlefevre2013-11-041-1/+2
* [sum.c] mpfr_sum should consider the maximal precision of its inputs/outputzimmerma2013-11-041-1/+2
* [tests/tsum.c] Added a TODO comment: add generic random test withvlefevre2013-10-281-0/+12
* [tests/tsum.c] Added test for bug reported by Joseph S. Myers:vlefevre2013-10-281-0/+36
* [src/mpfr-impl.h] Document that DOUBLE_ISNAN(x) is valid on long double.vlefevre2013-09-271-2/+5
* [tests/tset_ld.c] Avoid a division by zero if MPFR_ERRDIVZERO.vlefevre2013-09-271-2/+5
* [tests/tset_ld.c] Move tests_start_mpfr call earlier.vlefevre2013-09-271-1/+2
* [tests/tget_flt.c] Corrections when MPFR_ERRDIVZERO is defined.vlefevre2013-09-271-1/+6
* [tests/tget_flt.c] Protect a division by 0.vlefevre2013-09-261-2/+6
* [tests/tget_set_d64.c] More meaningful messages in check_inf_nan.vlefevre2013-09-151-35/+48
* [tests/tget_set_d64.c] More meaningful messages in check_inf_nanvlefevre2013-09-151-10/+48
* [src/agm.c] Corrected a comment.vlefevre2013-08-231-6/+66
* [tversion.c] added GCC versionzimmerma2013-08-081-0/+4
* [tset_ld.c] try to fix a bug on i686-freebsdzimmerma2013-08-081-1/+1
* [tset_ld.c] added debug informationzimmerma2013-08-081-4/+9
* [tests/tset_ld.c] Reverted changeset r8657 as %a is C99-only. Moreovervlefevre2013-08-071-4/+5
* [tset_ld.c] maybe this will fix the issue for i686-freebsd?zimmerma2013-08-071-1/+1
* [tset_ld.c] in case of error, print d in hexadecimalzimmerma2013-08-071-5/+4
* [tests/tset_ld.c] In the "mpfr_set_ld should be exact" error, outputvlefevre2013-08-071-0/+1
* [tset_ld.c] print value of MPFR_LDBL_MANT_DIG in case of errorzimmerma2013-08-071-0/+1
* [tests/tset_ld.c] Corrected a comment.vlefevre2013-08-061-1/+1
* [tests/tset_ld.c] Set some long double variables as volatile in order tovlefevre2013-08-061-1/+1
* [tests/tset_ld.c] Improved output in case of error.vlefevre2013-08-051-5/+8
* [tests/tset_ld.c] Improved check_set_get() test function; in particular,vlefevre2013-08-051-46/+67
* [tests/tset_ld.c] Removed the "check largest 2^k that is representablevlefevre2013-08-051-4/+0
* [tset_ld.c] improve tests to avoid spurious errors for double-doublezimmerma2013-08-041-18/+90
* [tests/tset_ld.c] Comment on LDBL_MAX.vlefevre2013-08-021-1/+8
* [tset_ld.c] missing conversion from int to mpfr_rnd_tzimmerma2013-08-021-1/+1
* [tset_ld.c] improve error messagezimmerma2013-08-021-1/+2
* [tset_ld.c] increase precision to take into account double-double encodingzimmerma2013-08-011-4/+7
* [tset_ld.c] replaced error by warning when _GMP_IEEE_FLOATS is not definedzimmerma2013-08-011-1/+3
* Applied patch 3 by Ondřej Bílka with some manual corrections,vlefevre2013-07-226-6/+6
* [src/random_deviate.c] applied patch from Charles Karneyzimmerma2013-06-071-3/+3
* changed to allow compilation with C++:zimmerma2013-06-072-4/+4
* [tests/memory.c] Added a FIXME comment about the time complexity ofvlefevre2013-05-311-0/+2
* added tests files for mpfr_nrandom and mpfr_erandomzimmerma2013-05-313-1/+261
* Use copyright year ranges, followingvlefevre2013-05-30179-179/+179
* [tests/tprintf] remove tests of invalid format (continuation of r8525).thevenyp2013-05-241-52/+0
* Printing invalid format specifiers (continuation of r8525)thevenyp2013-05-241-4/+2
* [src/vasprintf.c] Print invalid format specifier instead of returning an erro...thevenyp2013-05-231-35/+41
* replaced macros NPRINTF_T and NPRINTF_L by positive versionszimmerma2013-05-223-10/+10
* [tests/tfits.c] Use error numbers to know where an error occurred.vlefevre2013-03-181-73/+73
* [tests/tget_sj.c] Added mpfr_get_uj tests on small negative op,vlefevre2013-03-181-0/+55
* [tests/tset_si.c] Minor type correction for r8498 (this shouldn't mattervlefevre2013-03-181-3/+4
* [tests/tset_si.c] Added mpfr_get_ui tests on small negative op.vlefevre2013-03-181-0/+54