summaryrefslogtreecommitdiff
path: root/tests/tadd.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/+10
* more changes for interface with NTLzimmerma2005-02-181-62/+0
* added interface for NTLzimmerma2005-02-181-9/+95
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-12/+12
* Fixed a bug in check2b and added a test; add1.c coverage is nowvlefevre2004-02-261-7/+11
* Improved coverage.vlefevre2004-02-251-0/+10
* Improved coverage.vlefevre2004-02-251-7/+14
* Bugs fixed in a test function -> improved coverage.vlefevre2004-02-251-2/+2
* Remove a warning.pelissip2004-02-231-1/+1
* Added tests.vlefevre2004-02-221-6/+78
* Added more tests (improved tadd1.c coverage).vlefevre2004-02-161-2/+10
* Added tests (improved tadd1.c coverage).vlefevre2004-02-161-1/+67
* When the precisions are the same, test both mpfr_add1sp and mpfr_add1.vlefevre2004-02-161-36/+62
* Added overflow check.vlefevre2004-02-161-0/+28
* + Better support of non IEEE doubles.pelissip2004-02-061-2/+2
* Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract...pelissip2004-01-281-9/+9
* Continue to port tests so that they don't use double.pelissip2004-01-141-206/+255
* Update the tests to reduce the use of floats.pelissip2004-01-091-1/+0
* removed test using denormszimmerma2004-01-051-6/+0
* + Optimize a few div.cpelissip2003-12-151-4/+10
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-2/+2
* + Add new internal function: mpfr_check.pelissip2003-11-211-5/+5
* reduced test timezimmerma2003-10-071-5/+5
* fixed bug in allocation for in-place operationzimmerma2003-10-061-0/+16
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-50/+50
* Changed the remaining stderr to stdout.vlefevre2003-09-251-114/+137
* correction to previous patch: problem was that x and u can be 0,zimmerma2003-06-241-6/+13
* # Correction to:ryde2003-06-241-1/+1
* (check_inexact): For pz, use at least MPFR_PREC_MINryde2003-06-241-1/+2
* removed randseed() stuff [obsolete now we use the GMP mechanism]zimmerma2003-06-191-1/+0
* 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
* Fixed prototypes (use static...).vlefevre2003-01-241-21/+9
* Use mpfr_set_nan and mpfr_set_inf for NaN and Inf tests,ryde2003-01-231-42/+50
* added #ifdef HAVE_DENORMS for denormalized testzimmerma2003-01-161-0/+2
* added year 2003 in copyright linezimmerma2003-01-161-1/+1
* patch for compiler bug on hppa2.0w-hp-hpux11.11zimmerma2003-01-161-2/+3
* replaced isnan() by Isnan()zimmerma2003-01-161-17/+31
* removed all tests that compare to libmzimmerma2002-11-251-201/+2
* cmp_abs -> cmpabs (for compatibility with mpz)zimmerma2002-09-231-1/+1
* check: Apply a hack to the parameter order to make sparc gcc 2.95.2vlefevre2002-06-081-4/+14
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+3
* call get_d with rounding mode in check2, to avoid problems near +Infzimmerma2002-04-181-1/+3
* improved ulp() to deal with infinitieszimmerma2002-04-181-28/+43
* replaced 2.2e-307 by DBL_MINzimmerma2002-04-151-26/+37
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* HAVE_FESETROUND renamed to MPFR_HAVE_FESETROUND to avoid possiblevlefevre2002-04-101-5/+5
* Check for fenv.h -> check for fesetround.vlefevre2002-04-091-5/+5