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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
GMP_RNDX -> MPFR_RNDX
zimmerma
2009-03-03
1
-12
/
+12
*
Update to LGPL v3+, as decided by the main MPFR developers.
vlefevre
2009-03-03
1
-4
/
+4
*
Untabified and deleted trailing spaces (for patches).
vlefevre
2009-02-27
1
-1
/
+1
*
added round to away (still experimental)
zimmerma
2009-02-26
1
-1
/
+2
*
Copyright notice update: added 2009 with
vlefevre
2009-01-15
1
-1
/
+1
*
This is now GNU MPFR!
vlefevre
2008-10-27
1
-4
/
+4
*
exp.c, exp_2.c: fixed the overflow/underflow detection. The underflow_up
vlefevre
2008-07-31
1
-102
/
+30
*
exp.c: updated comment about the exp3.c routine.
vlefevre
2008-07-31
1
-1
/
+1
*
exp.c: completed a comment, describing how rigorous underflow/overflow
vlefevre
2008-07-30
1
-3
/
+16
*
exp.c: removed an incorrect comment (corresponds to exp_2.c and already
vlefevre
2008-07-30
1
-4
/
+0
*
exp.c: underflow/overflow detection is still a bit incorrect.
vlefevre
2008-07-29
1
-0
/
+4
*
exp.c: fixed underflow/overflow detection.
vlefevre
2008-07-29
1
-19
/
+101
*
Copyright notice update: added 2008 with
vlefevre
2008-01-01
1
-1
/
+1
*
fixed underflow problem in mpfr_exp_3
zimmerma
2007-11-30
1
-4
/
+7
*
removed manual change to __gmpfr_emin outside the allowed range
zimmerma
2007-11-30
1
-1
/
+0
*
Updated copyright notice (for an unknown reason, some files were missing
vlefevre
2007-08-29
1
-1
/
+1
*
exp.c: fixed problems in reduced exponent range.
vlefevre
2007-06-21
1
-9
/
+15
*
exp.c bug fix: a rounding mode was incorrect.
vlefevre
2007-06-21
1
-1
/
+1
*
Copyright notice update: added 2007.
vlefevre
2007-01-10
1
-1
/
+1
*
Partial fix: The inexact flag was not always set in some functions.
vlefevre
2006-08-20
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
*
fixed bug in exp(-eps) for rounding toward zero (test was also wrong...)
zimmerma
2005-09-13
1
-1
/
+2
*
Removed trailing spaces (better for future patches, as such spaces
vlefevre
2005-08-18
1
-3
/
+3
*
Converted tabs to spaces with expand.
vlefevre
2005-08-18
1
-30
/
+30
*
Change the address of the FSF.
pelissip
2005-06-02
1
-2
/
+2
*
Fix bug when exp(x) is near the limit of an overflow or an
pelissip
2005-05-11
1
-0
/
+2
*
Log input and ouput of functions.
pelissip
2005-02-15
1
-2
/
+3
*
Add log for other functions.
pelissip
2005-02-10
1
-26
/
+38
*
Rename internal functions mpfr_set_overflow in mpfr_overflow and
pelissip
2005-02-03
1
-3
/
+3
*
Fixed a sign bug in mpfr_exp (found by Mark J Watkins).
vlefevre
2005-01-29
1
-3
/
+3
*
Fix wrong integer type and a test.
pelissip
2004-12-20
1
-2
/
+4
*
Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()
pelissip
2004-11-18
1
-6
/
+8
*
Fix overflow problems.
pelissip
2004-05-06
1
-4
/
+7
*
Add some UNLIKELY to the tests.
pelissip
2004-05-04
1
-3
/
+3
*
Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.
pelissip
2004-03-26
1
-1
/
+1
*
Rename mpfr_exp3 in mpfr_exp_3.
pelissip
2004-03-17
1
-2
/
+2
*
fixed tiny bugs for corner cases
zimmerma
2004-02-12
1
-5
/
+11
*
Add forgotten copyright 2004 line.
pelissip
2004-02-06
1
-1
/
+0
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-3
/
+1
*
Changed some error messages into assertions.
vlefevre
2004-01-14
1
-4
/
+3
*
Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))
pelissip
2003-11-05
1
-0
/
+2
*
+ Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.
pelissip
2003-11-04
1
-15
/
+8
*
Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...
pelissip
2003-10-28
1
-21
/
+20
*
Fixed mpfr_set_overflow, added tests for mpfr_set_underflow
vlefevre
2003-09-14
1
-2
/
+1
*
overflow with round to zero was incorrect
zimmerma
2003-09-13
1
-1
/
+2
*
improved error analysis on erf
zimmerma
2003-06-13
1
-2
/
+2
*
Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK
vlefevre
2003-05-22
1
-2
/
+2
*
Suppress some #define and fix symbol names (makes code cleaner):
vlefevre
2002-12-16
1
-6
/
+6
[next]