summaryrefslogtreecommitdiff
path: root/set_d64.c
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-1/+1
* 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
* set_d64.c: Partial revert of r6190 to fix problem in a simpler way: the decim...thevenyp2009-05-271-8/+8
* get_d64.c set_d64.c: Fix types.thevenyp2009-05-051-7/+7
* 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
* set_d64.c: set T[] to unsigned int (instead of int) since its valuesvlefevre2008-12-261-68/+68
* 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
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-2/+0
* set_d64.c: replaced an "if" by a "#if" to avoid a gcc warning.vlefevre2007-05-311-5/+4
* get_d64.c: use BITS_PER_MP_LIMB instead of GMP_BITS_PER_LIMB (whichvlefevre2007-05-311-1/+1
* get_d64.c, set_d64.c: improved code to avoid some warnings.vlefevre2007-05-311-1/+4
* Untabified get_d64.c and set_d64.c.vlefevre2007-05-311-7/+7
* 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-62/+47
* complete rewrite of mpfr_set_decimal64 and mpfr_get_decimal64: now usezimmerma2006-11-091-123/+59
* added new configure option --enable-decimal-float to build mpfr_set_decimal64zimmerma2006-11-081-8/+40
* added --enable-decimal-float in configure, and corresponding macrozimmerma2006-11-071-3/+2
* added new (preliminary) conversions functions to/from decimal64zimmerma2006-11-051-0/+270