summaryrefslogtreecommitdiff
path: root/tests/tset_ld.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [tests/*.c] Support the case where mpfr_exp_t is not a long intvlefevre2010-10-191-1/+7
* [tset_ld.c] replaced hexadecimal long double constants by decimal constantszimmerma2010-10-191-4/+4
* [tests/tset_ld.c] Added a FIXME for r7222 change.vlefevre2010-10-191-0/+2
* [set_ld.c] fixed bug #11300 on bug trackerzimmerma2010-10-191-0/+26
* [tests] Avoid warning due to -Wunused-but-set-variable (from futurevlefevre2010-08-131-2/+1
* Support implementations where the floating-point division by 0 fails.vlefevre2010-08-041-0/+4
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* [tset_ld.c] now perform tests even if old gcc bug is presentzimmerma2009-11-271-3/+2
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-2/+2
* tests/tset_ld.c: removed unused variable.vlefevre2009-03-161-1/+0
* tests/tset_ld.c: Add test case for the bug fixed with r6101.thevenyp2009-03-161-0/+16
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-20/+20
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Fixed bug reported by Chris Saunders: if _GMP_IEEE_FLOATS is defined,vlefevre2009-01-201-1/+2
* tests/tset_ld.c: added explanation of NaN-related failures in casevlefevre2009-01-201-0/+6
* mpfr-impl.h: the DOUBLE_ISNAN macro wasn't working with gcc -ffast-mathvlefevre2009-01-191-12/+18
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* tests.c, tset_ld.c, tgeneric.c: Code clean-up based on icc warnings (as in r5...thevenyp2008-12-121-3/+3
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-1/+1
* a few patches suggested by Patrick Pelissier to ease porting to 16-bitzimmerma2008-04-061-1/+0
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Reverted comments on <float.h> (that were added in r3976).vlefevre2006-01-191-1/+1
* Replaced -0.0 by a new macro DBL_NEG_ZERO. With MSVC, the negative zerovlefevre2006-01-191-10/+2
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* updated comment for float.h (_chgsign)zimmerma2005-12-231-1/+1
* patch for Visual C (does not compile -0.0 properly)zimmerma2005-12-231-2/+2
* patch for Visual C (-0.0)zimmerma2005-12-231-0/+8
* 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