summaryrefslogtreecommitdiff
path: root/tests/tests.c
Commit message (Expand)AuthorAgeFilesLines
...
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-4/+4
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-1/+1
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-1/+1
* tests.c: added special support for exact cases in data_check (to testvlefevre2009-09-021-11/+38
* towards -> toward (consistency).vlefevre2009-09-021-5/+5
* [digamma.c] fixed bug (emin/emax were not restored)zimmerma2009-09-021-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-3/+3
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-051-2/+0
* tests/tests.c (data_check): try to open the data file first from thevlefevre2009-04-221-0/+2
* urandomb.c mpfr-gmp.c mpfr-gmp.h: mpfr_rand_raw is now in urandom.c.thevenyp2009-03-241-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-38/+38
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* tests/tests.c: Change test5rm (formerly test4rm) so that it checks the newthevenyp2009-02-271-25/+32
* Changed how the test of MPFR_VERSION_MAJOR, MPFR_VERSION_MINOR andvlefevre2009-02-231-1/+16
* Added missing void's.vlefevre2009-01-201-1/+1
* tcmp_d.c tset_d.c tcmp_ld.c: Remove tests with NaN when MPFR_NANISNAN is defi...thevenyp2009-01-191-0/+1
* tests/tests.c: include <sys/fpu.h> only if need be.vlefevre2009-01-191-1/+3
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* tests/teq.c, tests/tests.c: fixed printf format strings.vlefevre2009-01-141-2/+3
* tests.c, tset_ld.c, tgeneric.c: Code clean-up based on icc warnings (as in r5...thevenyp2008-12-121-7/+7
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-1/+1
* tests/tests.c: added comments about the MPFR_FPU_PREC macro.vlefevre2008-09-181-0/+8
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-4/+4
* use of (*__gmp_allocate_func)/(*__gmp_free_func) instead of thevenyp2008-02-181-2/+2
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-2/+2
* use of mpfr_allocate_func/mpfr_free_func instead of malloc/freethevenyp2008-02-121-2/+3
* tests/tests.c: undo r5270.vlefevre2008-02-081-1/+5
* tests/tests.c: fixed assertion failure introduced in r5265.vlefevre2008-02-081-1/+1
* remove exponent checkingthevenyp2008-02-081-5/+1
* In tests_default_random, allow emin and emax to be outside of thevlefevre2008-02-071-3/+33
* tests.c: fixed perror argument in data_check.vlefevre2008-02-011-6/+6
* improve error handlingthevenyp2008-02-011-8/+26
* check fscanf return value, manage error casethevenyp2008-02-011-2/+16
* tests.c: remove a blank line in an error message.vlefevre2008-01-231-1/+1
* Test that the MPFR library version matches the mpfr.h version in anyvlefevre2008-01-231-0/+28
* rec_sqrt.c: complete rewrite, to allow to use directly the MPFR internalzimmerma2008-01-151-1/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* tests: check the exponent range, in particular at the end of each test.vlefevre2007-12-271-0/+22
* tests.c: in test4rm, initialize rndnext with an invalid value (meaningvlefevre2007-11-291-1/+2
* tests.c: added a comment about rndnext in test4rm.vlefevre2007-11-291-0/+9
* tests.c: added an assertion.vlefevre2007-11-291-0/+1
* tests/tests.c: setlocale is used only if <locale.h> has been included.vlefevre2007-11-231-1/+1
* Makefile.am: add mpfr_printf-like functionsthevenyp2007-11-231-1/+1
* tli2.c: fix wrong assertion in copyright moticethevenyp2007-11-191-0/+2
* tests.c: improved tests_default_random().vlefevre2007-09-071-1/+1
* Added generic bad case tests.vlefevre2007-08-311-0/+121
* Improved generic tests by limiting the exponent range of the randomvlefevre2007-08-311-2/+3