summaryrefslogtreecommitdiff
path: root/set_d.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* forgot to declare q in mpfr_get_d2 when BITS_PER_MP_LIMB=64zimmerma2001-02-221-0/+1
* fixed problems with old K&R compilers (_PROTO missing)zimmerma2001-02-151-2/+2
* fixed pb in mpfr_get_d2 for 64-bit machines: in q + res/MP_BASE_AS_DOUBLE,zimmerma2001-01-191-1/+11
* k2r -> ansi stylezimmerma2000-12-211-3/+12
* Warnings suppressed on Alpha/OSF1.vlefevre2000-12-181-2/+2
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-2/+11
* Yet another patch for include files.hanrot2000-12-151-1/+2
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* Take into account Inf, Nans ; clear the flags of the return variablevlefevre2000-12-141-2/+1
* Take into account Inf, Nans ; clear the flags of the return variablehanrot2000-12-131-3/+2
* out_str.c: <string.h> includedvlefevre2000-12-111-3/+3
* replaced isnan/isinf/math.h (not portable, for example isinf does not existzimmerma2000-12-071-7/+2
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* added return for case of infinitieszimmerma2000-11-281-0/+1
* don't forget to reset infinity flag if set!zimmerma2000-11-281-0/+3
* Infinis, premiere tentative.hanrot2000-11-211-0/+14
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-16/+16
* Correction de prototypes faux dans le cas ou on n'est pas -D__STDC__.hanrot2000-10-191-1/+1
* mpfr_t -> mpfr_ptr or mpfr_srcptrzimmerma2000-10-021-2/+2
* MP_BASE_AS_DOUBLE already defined in gmp-impl.hzimmerma2000-08-161-1/+0
* unsigned char -> mp_rnd_tzimmerma2000-02-111-4/+4
* added copyright noticezimmerma1999-07-301-0/+22
* added ifdef to avoid warning "unused variable" on 64-bit machinezimmerma1999-07-021-1/+4
* fixed bugs for 64-bit machineszimmerma1999-07-011-3/+3
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-2/+24
* correctly handle case sizer=1 in mpfr_set_dzimmerma1999-06-251-1/+7
* adapted mpfr_set_d to case where allocated limbs > significant limbszimmerma1999-06-251-11/+6
* Bug dans set_d(0) ; la mantisse n'est pas initialisee a 0 correctement.hanrot1999-06-161-0/+1