summaryrefslogtreecommitdiff
path: root/set_d.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-255/+0
* 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
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-9/+9
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-9/+9
* 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
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-261-2/+0
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-051-1/+0
* 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
* 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 a bug related to signed/unsigned types.vlefevre2006-11-031-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-5/+3
* 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-0/+4
* 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