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
/
tests
/
texp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some problems when you define mpfr_prec_t to be an unsigned short.
pelissip
2005-05-13
1
-26
/
+28
*
Fix typos.
pelissip
2005-05-12
1
-2
/
+2
*
Same patch for exp_3.
pelissip
2005-05-11
1
-0
/
+25
*
Fix bug when exp(x) is near the limit of an overflow or an
pelissip
2005-05-11
1
-0
/
+39
*
Improve an error message.
pelissip
2005-03-14
1
-1
/
+1
*
Fix bug due to wrong estimation of (get_d (x) / LOG2).
pelissip
2005-03-04
1
-0
/
+15
*
added generic tests in tpow
zimmerma
2005-02-19
1
-18
/
+41
*
Fixed a sign bug in mpfr_exp (found by Mark J Watkins).
vlefevre
2005-01-29
1
-3
/
+7
*
Updated copyright lines.
vlefevre
2005-01-28
1
-1
/
+1
*
casts to allow compilation with g++
zimmerma
2005-01-27
1
-1
/
+1
*
Replaced mpfr_set_emin/emax by set_emin/emax in tests to check
vlefevre
2004-10-26
1
-8
/
+8
*
Add a new test to check overflow.
pelissip
2004-08-26
1
-0
/
+6
*
fixed bug in mpfr_exp_3 (wrong assert)
zimmerma
2004-06-08
1
-0
/
+10
*
Fix overflow problems.
pelissip
2004-05-06
1
-0
/
+20
*
Rename mpfr_exp3 in mpfr_exp_3.
pelissip
2004-03-17
1
-9
/
+9
*
Removed unused label.
vlefevre
2004-02-16
1
-1
/
+1
*
improved test coverage
zimmerma
2004-02-13
1
-45
/
+7
*
fixed tiny bugs for corner cases
zimmerma
2004-02-12
1
-3
/
+101
*
+ Add mpfr_add1sp which provides addition when all the operands have the same...
pelissip
2004-02-12
1
-1
/
+25
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-1
/
+1
*
Continue to port tests so that they don't use double.
pelissip
2004-01-14
1
-104
/
+76
*
+ Optimize a few div.c
pelissip
2003-12-15
1
-4
/
+1
*
+ Add new internal function: mpfr_check.
pelissip
2003-11-21
1
-2
/
+2
*
now uses #include "tgeneric.c" everywhere
zimmerma
2003-10-14
1
-0
/
+24
*
Updated documentation. In particular, mpfr_set_str_raw renamed
vlefevre
2003-10-02
1
-2
/
+2
*
Changed the remaining stderr to stdout.
vlefevre
2003-09-25
1
-20
/
+20
*
Avoid string literals longer than 509 characters (ISO C89 limit).
vlefevre
2003-09-22
1
-1
/
+1
*
mpfr_round_prec is now obsolete
zimmerma
2003-09-19
1
-1
/
+1
*
added more information in case of failure
zimmerma
2003-06-19
1
-1
/
+6
*
Replaced misc random functions by GMP ones.
vlefevre
2003-06-12
1
-1
/
+1
*
Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.
ryde
2003-06-09
1
-5
/
+5
*
added test for bug found by Franky Backeljauw
zimmerma
2003-04-01
1
-22
/
+58
*
Prototypes: use static. Some code reformatting.
vlefevre
2003-01-24
1
-35
/
+38
*
added year 2003 in copyright line
zimmerma
2003-01-16
1
-2
/
+1
*
replaced isnan() by Isnan()
zimmerma
2003-01-16
1
-17
/
+26
*
removed all tests that compare to libm
zimmerma
2002-11-25
1
-37
/
+5
*
Patch by Kevin Ryde for memory leak checking + misc declaration fixes.
vlefevre
2002-05-27
1
-0
/
+3
*
COPYING -> COPYING.LIB and GPL re-added.
vlefevre
2002-04-15
1
-1
/
+1
*
Code clean-up.
vlefevre
2002-04-12
1
-2
/
+2
*
HAVE_FESETROUND renamed to MPFR_HAVE_FESETROUND to avoid possible
vlefevre
2002-04-10
1
-3
/
+3
*
Check for fenv.h -> check for fesetround.
vlefevre
2002-04-09
1
-3
/
+3
*
mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.
vlefevre
2002-04-07
1
-3
/
+3
*
COPYING.LIB -> COPYING.
vlefevre
2002-04-05
1
-1
/
+1
*
use AC_CHECK_HEADERS to check for fenv.h
zimmerma
2002-04-05
1
-3
/
+3
*
- use mpfr_test_init to initialize harware floats
zimmerma
2002-03-26
1
-6
/
+10
*
#include <unistd.h> removed. Redefined macros ABS removed.
vlefevre
2002-03-26
1
-1
/
+0
*
replaced getpid() by time(NULL)
zimmerma
2002-03-25
1
-1
/
+1
*
replaced rand/lrand48, drand48, srand/srand48 by macros
zimmerma
2002-03-21
1
-5
/
+4
*
Copyright line changed.
vlefevre
2002-03-04
1
-1
/
+1
*
Patches by Kevin Ryde for K&R compilers
vlefevre
2002-01-12
1
-6
/
+11
[next]