summaryrefslogtreecommitdiff
path: root/set_si.c
Commit message (Expand)AuthorAgeFilesLines
* Reimplemented mpfr_set_si_2exp and mpfr_set_ui_2exp, and mpfr_set_sivlefevre2007-02-081-54/+3
* 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
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-2/+2
* Add a speciliation for set_si for GCC.pelissip2004-07-151-1/+1
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-4/+2
* Remove some warnings and potential errors (Comparaison between signed and uns...pelissip2003-11-211-1/+1
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-7/+8
* Updates/optimizations related to MPFR_GET_EXP and MPFR_SET_EXP.vlefevre2003-05-261-5/+4
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-4/+5
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-1/+1
* Function mpfr_check_range improved in the underflow case.vlefevre2002-07-231-1/+1
* MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.vlefevre2002-06-261-1/+1
* Copyright line updated.vlefevre2002-05-141-1/+1
* Added some assertions (any unsigned long must be representablevlefevre2002-04-191-0/+1
* SAFE_ABS changed so that it can be used for any unsigned type.vlefevre2002-04-191-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* set sign before calling mpfr_check_rangezimmerma2002-03-111-3/+3
* fixed typo (ai [potentially unsigned] replaced by i)zimmerma2002-03-111-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* Use MPFR_SET_POS.vlefevre2001-11-291-3/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* GNU coding style. K&R function headers removed.vlefevre2001-11-101-25/+20
* Underflow/overflow check.vlefevre2001-10-191-2/+5
* wrong sign passed to mpfr_can_round (mp_limb_t may be unsigned)zimmerma2001-10-181-1/+2
* Bug fixed.vlefevre2001-09-121-1/+1
* Inexact ternary value for mpfr_set4, mpfr_set_ui and mpfr_set_si.vlefevre2001-09-111-17/+30
* Parameter added to mpfr_round_raw: pointer to inexact ternary value.vlefevre2001-09-101-2/+2
* Bugs fixed (wrong types).vlefevre2001-08-101-1/+3
* added cast to "unsigned long" for ai = ABS(i)zimmerma2001-02-151-44/+3
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-6/+7
* 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
* Take into account Inf, Nans ; clear the flags of the return variablevlefevre2000-12-141-0/+2
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-18/+18
* replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)zimmerma2000-08-161-4/+4
* fixed pb when target precision is less than integer lengthzimmerma2000-04-141-8/+34
* unsigned char -> mp_rnd_tzimmerma2000-02-111-8/+8
* added copyright noticezimmerma1999-07-301-0/+21
* fixed possible bug (testing sign of unsigned long) in mpfr_mul_uizimmerma1999-07-051-1/+1
* unsigned long -> mp_limb_tzimmerma1999-07-021-4/+4
* Yet another corrected prototype.hanrot1999-06-281-0/+7