summaryrefslogtreecommitdiff
path: root/tests/tset_si.c
Commit message (Expand)AuthorAgeFilesLines
* reduced default number of testszimmerma2003-06-201-52/+58
* removed randseed() stuff [obsolete now we use the GMP mechanism]zimmerma2003-06-191-2/+0
* Don't use mpz_get_d1, since a 53-bit double is notryde2003-06-181-8/+15
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-4/+5
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-2/+2
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+3
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-6/+6
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* added 2002 in copyright linezimmerma2002-03-261-1/+1
* Patch by Kevin Ryde + misc fixes.vlefevre2002-03-261-1/+1
* replaced getpid() by time(NULL)zimmerma2002-03-251-1/+1
* Missing #include.vlefevre2002-03-221-0/+1
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-2/+1
* stupid typo in previous commitzimmerma2002-03-111-1/+0
* fixed typo (ai [potentially unsigned] replaced by i)zimmerma2002-03-111-0/+19
* Copyright line changed.vlefevre2002-03-041-1/+1
* #include fixes (Torbjorn Granlund).vlefevre2002-01-171-1/+2
* start tests with precision 2 instead of 1zimmerma2001-11-301-7/+7
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-2/+2
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* added two more testszimmerma2001-10-181-3/+17
* Tests added (in particular, inex value).vlefevre2001-09-121-17/+48
* fixed bug for mpfr_set_ui (x, 0) [was giving -0]daney2001-04-051-0/+8
* changed "int main(..)" to two lineszimmerma2001-02-181-2/+3
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-0/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* protected macros: xxx -> MPFR_xxxzimmerma2000-10-261-2/+2
* replaced back BITS_PER_MP_LIMB by mp_bits_per_limbzimmerma2000-08-161-2/+2
* replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)zimmerma2000-08-161-2/+2
* added more testszimmerma2000-04-141-5/+34
* removed *rand48 prototypes (pb under Cygwin)zimmerma1999-10-201-14/+0
* added copyright noticezimmerma1999-07-301-0/+21
* added def. for random/srandom, which do not exist under HPUXzimmerma1999-07-061-0/+5
* changed defs of random/srandom to work on Alphazimmerma1999-07-051-2/+8
* added prototypes, and errors to stderrzimmerma1999-06-251-2/+5
* do 10^6 tests if no argumentzimmerma1999-06-251-3/+5
* Initial revisionhanrot1999-06-091-0/+37