summaryrefslogtreecommitdiff
path: root/set_z.c
Commit message (Expand)AuthorAgeFilesLines
* Likely / Unlikely the code.pelissip2004-06-101-15/+16
* Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.pelissip2004-03-261-4/+4
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-2/+2
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-7/+7
* MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.vlefevre2002-06-261-2/+2
* Underflow semantics changed (not tested).vlefevre2002-04-231-11/+16
* Added code to prevent possible integer overflow when the input numbervlefevre2002-04-181-0/+11
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* mpfr_set_z rewritten.vlefevre2002-01-301-52/+57
* mpfr_set_z rewritten to support overflows/underflows and ternary value.vlefevre2001-11-301-76/+104
* 0 -> set to +0.vlefevre2001-11-301-4/+6
* mpfr_add_one_ulp and mpfr_sub_one_ulp changed.vlefevre2001-11-211-22/+47
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-8/+1
* 1 -> BITS_PER_MP_LIMBzimmerma2001-11-161-1/+1
* 1 -> BITS_PER_MP_LIMBzimmerma2001-11-161-4/+4
* Bugs fixed (wrong types).vlefevre2001-08-101-1/+3
* Warnings suppressed on Alpha/OSF1.vlefevre2000-12-181-2/+2
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+2
* adapted to NaN/Infzimmerma2000-12-151-1/+5
* Yet another patch for include files.hanrot2000-12-151-1/+1
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-6/+6
* unsigned char -> mp_rnd_tzimmerma2000-02-111-6/+9
* removed printf statementzimmerma1999-08-311-1/+0
* added ABS for SIZ(z) when z<0zimmerma1999-08-311-1/+2
* added copyright noticezimmerma1999-07-301-0/+21
* fixed bug in case sh=0zimmerma1999-07-091-17/+19
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-2/+9
* set a mpfr from an integerzimmerma1999-06-141-0/+74