summaryrefslogtreecommitdiff
path: root/get_ld.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-215/+0
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-3/+3
* 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-3/+3
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-3/+3
* [get_ld.c] fixed bug reported by Nelson Beebezimmerma2009-09-141-1/+4
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-3/+3
* get_ld.c: fixed bugs in the case HAVE_LDOUBLE_IEEE_EXT_LITTLE (one foundvlefevre2009-03-151-3/+6
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-4/+4
* 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
* Further code clean-up (and consistency) based on icc warnings:vlefevre2008-08-071-11/+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
* added mpfr_get_ld_2exp (contributed by Damien Stehle)zimmerma2006-02-271-2/+44
* 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-5/+5
* Updated mpfr_get_ld: removed useless and non-portable hacks, fixedvlefevre2005-08-181-35/+35
* Added an assertion.vlefevre2005-08-181-0/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* 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/+78
* Fix problem with long double with ICC (Wrong x86 processor flag).pelissip2004-12-171-41/+29
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Changed some error messages into assertions.vlefevre2004-01-141-2/+1
* moved macros for [L]DBL_MANT_DIG in mpfr-impl.hzimmerma2003-06-261-21/+1
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-3/+3
* removed unused variablezimmerma2003-03-241-2/+0
* Force LDBL_MANT_DIG on IEEE extended, to avoid problems withryde2003-01-141-1/+13
* # Add a copyright year.ryde2003-01-101-1/+1
* Avoid unnecessary extra power of 2 squaring, so as not to provoke anryde2003-01-101-1/+3
* fixed possible overflow when EXP=1024zimmerma2003-01-091-4/+5
* Fix for -0.0.vlefevre2002-10-161-1/+1
* added mpfr_get_ld and tests for set_ld/get_ldzimmerma2002-10-161-0/+121