summaryrefslogtreecommitdiff
path: root/tests/tget_d.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* Replaced the remaining ASSERT_ALWAYS by MPFR_ASSERTN.vlefevre2016-02-291-5/+5
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* [tests] Avoid warnings concerning unused variables under some conditionsvlefevre2015-05-201-2/+2
* Copyright notice update: added 2015 withvlefevre2015-05-201-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-03-081-1/+1
* [tests/tests.c] Improved an error message.vlefevre2012-07-031-0/+4
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Removed trailing spaces.vlefevre2011-03-091-2/+2
* Remove the use of mpfr_get_default_prec in some coverage testdemengeo2011-02-211-1/+1
* fixed coding convention of 2 tests functionsdemengeo2011-02-211-40/+50
* [tget_d.c] fixed some compiler errors and warningszimmerma2011-02-191-4/+4
* Extend test coverage on mpfr_get_d_2exp functiondemengeo2011-02-181-0/+53
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Support implementations where the floating-point division by 0 fails.vlefevre2010-08-041-1/+5
* Replacedvlefevre2010-07-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-1/+1
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-1/+1
* [tget_d.c] removed workaround for old gcc bug. Comment was:zimmerma2009-11-261-8/+2
* [tget_d.c,tget_ld_2exp.c] replaced %a and %La by %.16e and %.16Lezimmerma2009-11-251-2/+2
* [tget_d.c] removed C99-specific instructionzimmerma2009-11-251-2/+1
* [tget_d.c] fixed FIXMEzimmerma2009-09-151-5/+6
* tget_d.c code is C99-only (bug introduced in r6424). Please fix!vlefevre2009-09-151-0/+3
* added new functions mpfr_set_binary32 and mpfr_get_binary32zimmerma2009-09-151-0/+20
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-17/+17
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Added missing void's.vlefevre2009-01-201-2/+2
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* 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
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Converted tabs to spaces with expand.vlefevre2005-08-181-4/+4
* Updated copyright line.vlefevre2005-08-181-1/+1
* Added MPFR_DOUBLE_SPEC (not used yet, except for warning messages).vlefevre2005-08-111-20/+25
* Added a temporary test for non-IEEE-754 double's.vlefevre2005-08-101-0/+21
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Improve coverage test (Forget to test tiny functions).pelissip2005-05-171-1/+1
* improved coverage testzimmerma2004-02-131-9/+32
* Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract...pelissip2004-01-281-0/+44