summaryrefslogtreecommitdiff
path: root/tests/tset_ld.c
Commit message (Expand)AuthorAgeFilesLines
* Support C implementations giving an incorrect value for the precisionvlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Fixed a problem in test_small (already done in the 2.1 branch)vlefevre2005-05-031-1/+4
* fixed bug with tiny numberzimmerma2005-04-251-3/+4
* Added the ability to change the control word when compiling tset_ldvlefevre2005-04-211-1/+16
* Added test_small (the same as in the 2.1 branch).vlefevre2005-04-211-1/+41
* Updated copyright lines.vlefevre2005-01-281-1/+1
* New version of mpfr_set_ld and mpfr_get_ld for IEEE Extended Little Endian.pelissip2005-01-271-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-3/+3
* Fix precision used to test long double.pelissip2004-12-171-1/+2
* Fix problem with long double with ICC (Wrong x86 processor flag).pelissip2004-12-171-1/+1
* Remove useless assembly code.pelissip2004-12-141-1/+0
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-261-2/+2
* use GMP_RND_MAX instead of hard-coded constantzimmerma2004-02-231-1/+1
* Code clean-up and fix to avoid warnings.vlefevre2004-02-161-1/+2
* new coverage testszimmerma2004-02-141-5/+22
* Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract...pelissip2004-01-281-0/+3
* + Optimize a few div.cpelissip2003-12-151-4/+1
* Ported the gcc-3.3 bug detection patch to the trunk.vlefevre2003-11-141-0/+16
* Changed some stderr to stdout.vlefevre2003-09-241-4/+4
* Implemented the following:vlefevre2003-09-221-10/+2
* (check_set_get): Improve error messages.ryde2003-08-301-2/+7
* changed test for 2^1024, using LDBL_MAX_EXPzimmerma2003-06-251-3/+7
* check 2^1024 only when sizeof(long double) > sizeof(double)zimmerma2003-06-241-1/+2
* (Isnan_ld): New function based on LONGDOUBLE_NAN_ACTION, use itryde2003-01-251-1/+13
* Prototypes: use static. Some code reformatting.vlefevre2003-01-241-3/+1
* replaced isnan() by Isnan()zimmerma2003-01-161-1/+1
* # Add a copyright year.ryde2003-01-081-1/+1
* Use tests_machine_prec_long_double.ryde2003-01-081-4/+3
* added check for +0 and -0zimmerma2002-10-171-1/+15
* added one test (2^1024)zimmerma2002-10-171-0/+7
* Obsolete comment removed.vlefevre2002-10-161-3/+0
* added mpfr_get_ld and tests for set_ld/get_ldzimmerma2002-10-161-22/+74
* Test removed as the minimal precision for a long double is somethingvlefevre2002-10-161-0/+6
* added mpfr_set_ld and test filezimmerma2002-10-151-0/+68