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
/
exp_2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
<stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.h
vlefevre
2007-07-09
1
-2
/
+0
*
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
*
replaced double by mpfr_t (problem on 64-bit machines)
zimmerma
2006-11-19
1
-5
/
+9
*
Fixed FSF address.
vlefevre
2006-03-31
1
-1
/
+1
*
Updated the copyright notices according to the new GNU rules on:
vlefevre
2006-01-05
1
-1
/
+1
*
Converted tabs to spaces with expand.
vlefevre
2005-08-18
1
-37
/
+37
*
Change the address of the FSF.
pelissip
2005-06-02
1
-2
/
+2
*
Remove variable t which wasn't used!
pelissip
2005-05-20
1
-6
/
+1
*
Replace TMP_ALLOC by MPFR_TMP_ALLOC
pelissip
2005-05-18
1
-12
/
+12
*
Detect/avoid potential integer overflows.
vlefevre
2005-05-12
1
-33
/
+39
*
Fix bug when exp(x) is near the limit of an overflow or an
pelissip
2005-05-11
1
-4
/
+28
*
Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacement
pelissip
2005-03-14
1
-2
/
+1
*
Fix bug due to wrong estimation of (get_d (x) / LOG2).
pelissip
2005-03-04
1
-1
/
+1
*
Transform DEBUG message to LOG message.
pelissip
2005-03-04
1
-17
/
+13
*
Tune mpfr_exp_2 now!
pelissip
2005-03-04
1
-5
/
+2
*
Add log for other functions.
pelissip
2005-02-10
1
-2
/
+5
*
Updated copyright lines.
vlefevre
2005-01-28
1
-1
/
+1
*
Optimize mpfr_exp2 by inlining some code, and by avoiding using
pelissip
2005-01-04
1
-62
/
+67
*
Try to retype correctly the functions (replace int by the correct type).
pelissip
2004-08-24
1
-64
/
+84
*
Move __gmpfr_isqrt and __gmpfr_cuberoot to another file.
pelissip
2004-08-23
1
-138
/
+95
*
Add some likely, and use a static table instead of a dynamic one.
pelissip
2004-06-28
1
-0
/
+3
*
Fix overflow problems.
pelissip
2004-05-06
1
-0
/
+5
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-4
/
+2
*
added several hard-coded tests (and fixed bugs found)
zimmerma
2004-01-22
1
-7
/
+7
*
Changed some error messages into assertions.
vlefevre
2004-01-14
1
-12
/
+11
*
Remove some warnings and potential errors (Comparaison between signed and uns...
pelissip
2003-11-21
1
-1
/
+1
*
+ Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.
pelissip
2003-11-04
1
-4
/
+4
*
change in can_round calls to get correct inexact flag for rounding to nearest
zimmerma
2003-10-13
1
-1
/
+2
*
mpfr_round_prec is now obsolete
zimmerma
2003-09-19
1
-1
/
+1
*
fixed bug in mpfr_exp2_aux2 (spe175.testdrive.hp.com)
zimmerma
2003-06-19
1
-17
/
+3
*
Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK
vlefevre
2003-05-22
1
-53
/
+72
*
fixed pb with count_leading_zeros (n=0)
zimmerma
2003-04-01
1
-1
/
+4
*
fixed bug found by Franky
zimmerma
2003-04-01
1
-36
/
+51
*
Suppress some #define and fix symbol names (makes code cleaner):
vlefevre
2002-12-16
1
-5
/
+5
*
COPYING -> COPYING.LIB and GPL re-added.
vlefevre
2002-04-15
1
-1
/
+1
*
Code clean-up.
vlefevre
2002-04-12
1
-2
/
+1
*
mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.
vlefevre
2002-04-07
1
-5
/
+6
*
COPYING.LIB -> COPYING.
vlefevre
2002-04-05
1
-1
/
+1
*
removed expx (not used)
zimmerma
2002-03-11
1
-5
/
+1
*
Copyright line changed.
vlefevre
2002-03-04
1
-1
/
+1
*
changed name of mpz_set_fr to mpfr_get_z_exp
zimmerma
2002-03-01
1
-3
/
+3
*
mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui.
vlefevre
2002-02-14
1
-3
/
+3
*
mpfr_print_raw -> mpfr_print_binary
zimmerma
2001-11-16
1
-5
/
+5
*
changed Library GPL to Lesser GPL
zimmerma
2001-11-16
1
-4
/
+4
*
added year 2001 in copyright line
zimmerma
2001-11-16
1
-23
/
+1
*
added static to local functions
zimmerma
2001-11-16
1
-26
/
+10
*
implement ternary inexact flag
zimmerma
2001-10-15
1
-34
/
+7
*
moved TMP_FREE
zimmerma
2001-06-28
1
-1
/
+1
*
add the old exp2 function and file renamed by exp_2
daney
2001-04-05
1
-0
/
+433