summaryrefslogtreecommitdiff
path: root/set_d.c
Commit message (Expand)AuthorAgeFilesLines
* Added "Contributed by the Arenaire and Cacao projects, INRIA." andvlefevre2007-02-081-1/+2
* Merged patches from the trunk (3737:3738 [pow.c only: the other filesvlefevre2006-11-201-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Replaced -0.0 by a new macro DBL_NEG_ZERO, for MSVC (merges fromvlefevre2006-01-191-1/+3
* Copyright notice update: added 2006.vlefevre2006-01-101-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-3/+3
* Converted tabs to spaces with expand.vlefevre2005-08-181-22/+22
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Fix problem with long double with ICC (Wrong x86 processor flag).pelissip2004-12-171-1/+1
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-15/+4
* Removed the definitions of DBL_POS_INF/DBL_NEG_INF/DBL_NAN forvlefevre2004-10-271-0/+1
* Add ICC detection && support.pelissip2004-09-201-8/+12
* Likely some tests.pelissip2004-07-061-10/+11
* Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.pelissip2004-03-261-7/+6
* Remove some warnings.pelissip2004-02-241-2/+2
* deal with overflow/underflow in mpfr_divzimmerma2004-02-161-0/+4
* take into account possible out-of-range exponentzimmerma2004-02-161-2/+4
* new coverage testszimmerma2004-02-141-6/+9
* + Better support of non IEEE doubles.pelissip2004-02-061-8/+7
* Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract...pelissip2004-01-281-5/+24
* Port all the IEEE dependent remaining functions so that it uses a generic way...pelissip2003-12-011-10/+0
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-4/+6
* Fixed several bugs.vlefevre2003-10-161-14/+14
* moved macros for [L]DBL_MANT_DIG in mpfr-impl.hzimmerma2003-06-261-1/+1
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-3/+3
* Assertion re-added.vlefevre2002-12-131-0/+12
* use MPN_NORMALIZE_NOT_ZERO instead of loopzimmerma2002-12-121-12/+7
* Patch by Torbjorn Granlund <tege@swox.com>: Don't use TMP_ allocationvlefevre2002-12-101-16/+22
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_set_d bug fixed, but other bugs still remain...vlefevre2002-04-111-4/+2
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* on a 32-bit machine, denormalized numbers with high 32 bits to 0zimmerma2002-03-281-22/+22
* remove variable sizer (not used)zimmerma2002-03-191-8/+2
* set_d.c split into get_d.c and set_d.cvlefevre2002-03-111-135/+2
* Copyright line changed.vlefevre2002-03-041-1/+1
* mpfr_get_d rewritten (still needs to be fixed when the result is a subnormal).vlefevre2002-02-281-63/+63
* mpfr_get_d2 prototype changed (mp_exp_t instead of long).vlefevre2002-02-251-48/+50
* #include order changed.vlefevre2001-11-301-2/+2
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-19/+1
* 1 -> BITS_PER_MP_LIMBzimmerma2001-11-161-19/+6
* implemeted inexact flag in mpfr_set_dzimmerma2001-10-121-25/+31
* fixed bug in mpfr_set_d on 64-bit machineszimmerma2001-10-031-16/+11
* fixed a few problems in mpfr_set_d for sizer < MPFR_LIMBS_PER_DOUBLEzimmerma2001-09-281-25/+41
* Zqwiuythanrot2001-09-101-10/+8
* Zorgs.hanrot2001-09-101-1/+2
* Gleurbs.hanrot2001-09-101-1/+1
* Patch grotesque.hanrot2001-09-101-1/+1
* Patch for the case SIZE(r) < MPFR_LIMBS_PER_DOUBLE.hanrot2001-09-101-11/+24
* replaced (mp_limb_t) 4294967295 by CNST_LIMB(0xFFFFFFFF)zimmerma2001-03-011-1/+1