summaryrefslogtreecommitdiff
path: root/set_d.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added mpfr_get_d2 which only considers the mantissazimmerma1999-06-141-3/+8
* Initial revisionhanrot1999-06-091-0/+276