summaryrefslogtreecommitdiff
path: root/tests/tset_si.c
Commit message (Expand)AuthorAgeFilesLines
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Improve coverage test.pelissip2005-05-171-0/+2
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-9/+9
* Fix bug with inexact flag.pelissip2004-11-181-1/+11
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-261-7/+7
* Add mpfr_clear_erangeflag and mpfr_erangeflag_p.pelissip2004-09-291-1/+57
* fixed double-rounding bug in get_uizimmerma2004-09-241-0/+19
* Add mpfr_set_si_2exp and mpfr_set_ui_2exp and their tests.pelissip2004-03-091-0/+37
* Improve coverage tests.pelissip2004-02-231-0/+3
* new coverage testszimmerma2004-02-141-0/+18
* improved coverage testzimmerma2004-02-131-0/+7
* + Better support of non IEEE doubles.pelissip2004-02-061-2/+2
* Update the copyright line of the source files to 2004.pelissip2004-01-061-1/+1
* Add the tests to check if 0 for signed class with unsigned 0 is set to 0+.pelissip2004-01-061-14/+20
* + Optimize a few div.cpelissip2003-12-151-8/+4
* reduced test timezimmerma2003-10-071-1/+1
* Changed some stderr to stdout.vlefevre2003-09-241-24/+20
* 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