summaryrefslogtreecommitdiff
path: root/tests/tsub.c
Commit message (Expand)AuthorAgeFilesLines
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add random tests (tgeneric + random2).pelissip2005-04-071-3/+9
* more changes for interface with NTLzimmerma2005-02-181-23/+48
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-2/+2
* added new coverage testzimmerma2004-02-121-0/+13
* now 100% of coverage of sub1.czimmerma2004-02-121-0/+13
* + Better support of non IEEE doubles.pelissip2004-02-061-6/+5
* Update the tests to reduce the use of floats.pelissip2004-01-091-7/+6
* fixed wrong sign of inexact flagzimmerma2004-01-071-1/+1
* added new test to check bug repairzimmerma2004-01-071-1/+13
* + Optimize a few div.cpelissip2003-12-151-3/+1
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-2/+2
* + Add new internal function: mpfr_check.pelissip2003-11-211-3/+3
* reduced test timezimmerma2003-10-071-5/+5
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-27/+27
* Changed some stderr to stdout.vlefevre2003-09-241-65/+63
* correction to previous patchzimmerma2003-06-241-5/+9
* (check_inexact): For pz, use at least MPFR_PREC_MINryde2003-06-241-1/+2
* changed since mpfr_random now can return 0zimmerma2003-06-201-1/+5
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-2/+2
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-22/+22
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-9/+4
* removed math.hzimmerma2003-01-161-2/+1
* added test for inexact flag (bug found by Andreas Enge)zimmerma2002-09-261-0/+13
* cmp_abs -> cmpabs (for compatibility with mpz)zimmerma2002-09-231-2/+2
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+3
* Copyright line updated.vlefevre2002-05-141-1/+1
* 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-2/+2
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* replaced rand/lrand48, drand48, srand/srand48 by macroszimmerma2002-03-211-2/+2
* Copyright line changed.vlefevre2002-03-041-1/+1
* Patches by Kevin Ryde for K&R compilersvlefevre2002-01-121-4/+4
* start tests with precision 2 instead of 1zimmerma2001-11-301-5/+5
* mpfr_print_raw -> mpfr_print_binaryzimmerma2001-11-161-22/+22
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added clear's in bug_ddefourzimmerma2001-11-011-0/+7
* added test for inexact flagzimmerma2001-10-261-9/+77
* added two tests for 0-c and c-0 with prec(c) > prec(a)zimmerma2001-10-191-0/+16
* added random tests for inexact flagzimmerma2001-10-111-13/+237
* added missing prototypezimmerma2001-08-231-0/+1
* Added DDefour's bug.hanrot2001-05-231-0/+27
* added new bug found by Nathalie Revolzimmerma2001-04-181-0/+14
* test file for mpfr_subzimmerma2001-04-121-0/+58