index
:
delta/mpfr.git
2.0.2
2.1
2.2
2.3
2.3-old
2.4
3.0
3.1
4.0
4.1
baserock/morph
exp-int
faithful
feature-block
flags
master
mpfr
mpfr-2-0-2-branch
mpfr-2-1-branch
mpfr-2-2-branch
new-generic-tests
new-sum
set_exp
ubf
ubf2
vl-am113
vlefevre
win-thread-safe-dll
with-mini-gmp
scm.gforge.inria.fr: anonscm/svn/mpfr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
set_si.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reimplemented mpfr_set_si_2exp and mpfr_set_ui_2exp, and mpfr_set_si
vlefevre
2007-02-08
1
-54
/
+3
*
Added "Contributed by the Arenaire and Cacao projects, INRIA." to the
vlefevre
2007-02-07
1
-0
/
+1
*
Copyright notice update: added 2007.
vlefevre
2007-01-10
1
-1
/
+1
*
Fixed FSF address.
vlefevre
2006-03-31
1
-1
/
+1
*
Added ', Inc.' when missing after 'Free Software Foundation'.
vlefevre
2006-01-05
1
-1
/
+1
*
Updated the copyright notices according to the new GNU rules on:
vlefevre
2006-01-05
1
-1
/
+1
*
Removed trailing spaces (better for future patches, as such spaces
vlefevre
2005-08-18
1
-1
/
+1
*
Change the address of the FSF.
pelissip
2005-06-02
1
-2
/
+2
*
Rename internal functions mpfr_set_overflow in mpfr_overflow and
pelissip
2005-02-03
1
-2
/
+2
*
Add a speciliation for set_si for GCC.
pelissip
2004-07-15
1
-1
/
+1
*
Add forgotten copyright 2004 line.
pelissip
2004-02-06
1
-2
/
+1
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-4
/
+2
*
Remove some warnings and potential errors (Comparaison between signed and uns...
pelissip
2003-11-21
1
-1
/
+1
*
Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...
pelissip
2003-10-28
1
-7
/
+8
*
Updates/optimizations related to MPFR_GET_EXP and MPFR_SET_EXP.
vlefevre
2003-05-26
1
-5
/
+4
*
Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK
vlefevre
2003-05-22
1
-4
/
+5
*
Suppress some #define and fix symbol names (makes code cleaner):
vlefevre
2002-12-16
1
-1
/
+1
*
Function mpfr_check_range improved in the underflow case.
vlefevre
2002-07-23
1
-1
/
+1
*
MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.
vlefevre
2002-06-26
1
-1
/
+1
*
Copyright line updated.
vlefevre
2002-05-14
1
-1
/
+1
*
Added some assertions (any unsigned long must be representable
vlefevre
2002-04-19
1
-0
/
+1
*
SAFE_ABS changed so that it can be used for any unsigned type.
vlefevre
2002-04-19
1
-1
/
+1
*
COPYING -> COPYING.LIB and GPL re-added.
vlefevre
2002-04-15
1
-1
/
+1
*
COPYING.LIB -> COPYING.
vlefevre
2002-04-05
1
-1
/
+1
*
set sign before calling mpfr_check_range
zimmerma
2002-03-11
1
-3
/
+3
*
fixed typo (ai [potentially unsigned] replaced by i)
zimmerma
2002-03-11
1
-1
/
+1
*
Copyright line changed.
vlefevre
2002-03-04
1
-1
/
+1
*
Use MPFR_SET_POS.
vlefevre
2001-11-29
1
-3
/
+1
*
changed Library GPL to Lesser GPL
zimmerma
2001-11-16
1
-4
/
+4
*
GNU coding style. K&R function headers removed.
vlefevre
2001-11-10
1
-25
/
+20
*
Underflow/overflow check.
vlefevre
2001-10-19
1
-2
/
+5
*
wrong sign passed to mpfr_can_round (mp_limb_t may be unsigned)
zimmerma
2001-10-18
1
-1
/
+2
*
Bug fixed.
vlefevre
2001-09-12
1
-1
/
+1
*
Inexact ternary value for mpfr_set4, mpfr_set_ui and mpfr_set_si.
vlefevre
2001-09-11
1
-17
/
+30
*
Parameter added to mpfr_round_raw: pointer to inexact ternary value.
vlefevre
2001-09-10
1
-2
/
+2
*
Bugs fixed (wrong types).
vlefevre
2001-08-10
1
-1
/
+3
*
added cast to "unsigned long" for ai = ABS(i)
zimmerma
2001-02-15
1
-44
/
+3
*
changed name of mpfr struct fields: _mp_d -> _mpfr_d
zimmerma
2000-12-18
1
-6
/
+7
*
Yet another patch for include files.
hanrot
2000-12-15
1
-1
/
+1
*
Permutation of includes to avoid warnings due to careless multiple definition
hanrot
2000-12-15
1
-1
/
+1
*
Take into account Inf, Nans ; clear the flags of the return variable
vlefevre
2000-12-14
1
-0
/
+2
*
changed copyright to Free Software Foundation
zimmerma
2000-12-01
1
-1
/
+1
*
protected all macros: xxx -> MPFR_xxx
zimmerma
2000-10-26
1
-18
/
+18
*
replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)
zimmerma
2000-08-16
1
-4
/
+4
*
fixed pb when target precision is less than integer length
zimmerma
2000-04-14
1
-8
/
+34
*
unsigned char -> mp_rnd_t
zimmerma
2000-02-11
1
-8
/
+8
*
added copyright notice
zimmerma
1999-07-30
1
-0
/
+21
*
fixed possible bug (testing sign of unsigned long) in mpfr_mul_ui
zimmerma
1999-07-05
1
-1
/
+1
*
unsigned long -> mp_limb_t
zimmerma
1999-07-02
1
-4
/
+4
*
Yet another corrected prototype.
hanrot
1999-06-28
1
-0
/
+7
[next]