summaryrefslogtreecommitdiff
path: root/tests/tget_f.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* 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
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Replacedvlefevre2010-07-301-1/+1
* Type corrections for C++ compilers (in particular, mpfr_rnd_t vs int).vlefevre2010-05-191-7/+7
* 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
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-2/+2
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-2/+2
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* Removed trailing spaces.vlefevre2009-04-291-2/+2
* get_f.c: remove dead code (x and z always have the same number of limbs).thevenyp2009-04-151-94/+85
* tests/tget_f.c: Fix typos, better error messages.thevenyp2009-04-151-18/+27
* tests/tget_f.c get_f.c: Set result to the maximum value when the mpfr_t is pl...thevenyp2009-04-141-42/+69
* tests/tget_f.c: Fix typo, increase size of y so that x and y have different l...thevenyp2009-04-141-2/+2
* NEWS mpfr.texi get_f.c: mpfr_get_f now returns the usual ternary value.thevenyp2009-04-081-18/+134
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-34/+34
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* 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
* got rid of mpfr_init_gmp_rand/MPFR_TEST_USE_RANDS and not-reentrant gmpzimmerma2007-11-171-1/+0
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* tests/tget_f.c: fixed a test that had an integer overflow (detectedvlefevre2007-01-191-2/+3
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* tget_f.c: test that there is no lost of accuracy when convertingvlefevre2006-04-051-0/+66
* Fixed bug in mpfr_get_f (reported by Yury Lukach) and added test.vlefevre2006-04-051-1/+20
* Fixed FSF address.vlefevre2006-03-311-1/+1
* The problem with the conversion was not completely fixed... Now OK.vlefevre2006-01-131-4/+8
* Fixed conversion with a non-representable value.vlefevre2006-01-131-2/+2
* Untabify.vlefevre2006-01-131-18/+18
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* bug fix in mpfr_get_fzimmerma2005-12-261-0/+37
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Remove an signed integer trap overflow (GCC 4 + '-ftrapv').pelissip2005-03-231-21/+8
* new function mpfr_get_fzimmerma2005-03-081-0/+134