summaryrefslogtreecommitdiff
path: root/get_d64.c
Commit message (Expand)AuthorAgeFilesLines
* Source reorganization. In short:vlefevre2010-08-171-397/+0
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-2/+2
* 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
* added new functions mpfr_set_binary32 and mpfr_get_binary32zimmerma2009-09-151-0/+3
* 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
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-051-1/+0
* get_d64.c set_d64.c: Fix types.thevenyp2009-05-051-2/+3
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-10/+10
* 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
* [get_d64.c,set_d64.c] added reference to TR 24732zimmerma2008-10-231-2/+3
* Final code clean-up based on icc warnings.vlefevre2008-08-071-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* get_d64.c: fixed comment.vlefevre2007-12-131-1/+1
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-1/+0
* get_d64.c: use BITS_PER_MP_LIMB instead of GMP_BITS_PER_LIMB (whichvlefevre2007-05-311-2/+2
* get_d64.c, set_d64.c: improved code to avoid some warnings.vlefevre2007-05-311-2/+6
* Untabified get_d64.c and set_d64.c.vlefevre2007-05-311-68/+68
* get_d64.c: added missing #include.vlefevre2007-05-311-0/+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
* modified to work on 64-bit machines toozimmerma2006-11-091-21/+10
* get_d64.c: fixed problems related to signed/unsigned values.vlefevre2006-11-091-3/+3
* complete rewrite of mpfr_set_decimal64 and mpfr_get_decimal64: now usezimmerma2006-11-091-119/+201
* added new configure option --enable-decimal-float to build mpfr_set_decimal64zimmerma2006-11-081-17/+103
* added --enable-decimal-float in configure, and corresponding macrozimmerma2006-11-071-3/+2
* added new (preliminary) conversions functions to/from decimal64zimmerma2006-11-051-0/+232