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
/
tpow.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added "Contributed by the Arenaire and Cacao projects, INRIA." to the
vlefevre
2007-02-07
1
-0
/
+1
*
tests/tpow.c: added a test which fails (undetected integer overflow).
vlefevre
2007-01-19
1
-0
/
+16
*
tests/tpow.c: new test was wrong; fixed.
vlefevre
2007-01-19
1
-1
/
+1
*
tests/tpow.c: corrected tests and added another test.
vlefevre
2007-01-19
1
-5
/
+16
*
tests/tpow.c: added tests.
vlefevre
2007-01-19
1
-0
/
+22
*
Copyright notice update: added 2007.
vlefevre
2007-01-10
1
-1
/
+1
*
tests/tpow.c: added worst cases.
vlefevre
2006-11-26
1
-0
/
+27
*
added worst case
zimmerma
2006-11-25
1
-0
/
+17
*
Partially fixed another bug in mpfr_pow_z (overflow/underflow detection
vlefevre
2006-11-17
1
-0
/
+34
*
Fixed a bug in mpfr_pow_z concerning the underflow flag and added the
vlefevre
2006-11-17
1
-0
/
+22
*
tpow.c: replaced a mpfr_cmp_d by a mpfr_cmp_str1.
vlefevre
2006-11-03
1
-1
/
+1
*
Fixed several problems in pow.c concerning underflows, overflows and
vlefevre
2006-08-20
1
-3
/
+52
*
Fixed FSF address.
vlefevre
2006-03-31
1
-1
/
+1
*
Tests: added new worst case for x^(3/2).
vlefevre
2006-03-14
1
-0
/
+29
*
Updated the copyright notices according to the new GNU rules on:
vlefevre
2006-01-05
1
-1
/
+1
*
One of the tests was using the fabs function, but -lm isn't given when
vlefevre
2005-10-06
1
-1
/
+2
*
Change the address of the FSF.
pelissip
2005-06-02
1
-2
/
+2
*
Improve coverage test.
pelissip
2005-05-17
1
-0
/
+8
*
improved const_euler and eint
zimmerma
2005-05-04
1
-0
/
+13
*
Remove useless function f.
pelissip
2005-05-02
1
-9
/
+0
*
Improve test suite by adding new random values.
pelissip
2005-04-07
1
-1
/
+0
*
Added a testcase (the one added to the 2.1 branch).
vlefevre
2005-03-30
1
-0
/
+16
*
Use random2 instead of random.
pelissip
2005-03-30
1
-0
/
+4
*
Add generic test for functions which looks
pelissip
2005-03-30
1
-7
/
+11
*
Added a test (corresp. to the one added on 2005-03-25 in tpow_z.c).
vlefevre
2005-03-30
1
-6
/
+17
*
added generic tests in tpow
zimmerma
2005-02-19
1
-19
/
+51
*
Reenable underflow tests.
pelissip
2005-02-16
1
-4
/
+2
*
Updated copyright lines.
vlefevre
2005-01-28
1
-1
/
+1
*
casts to allow compilation with g++
zimmerma
2005-01-27
1
-7
/
+7
*
Fix overflows problems.
pelissip
2005-01-24
1
-0
/
+29
*
Improve coverage tests.
pelissip
2004-11-19
1
-0
/
+9
*
Fix an overflow bug.
pelissip
2004-11-18
1
-0
/
+15
*
Fix a bug on 64-bits introduced due to huger MPFR_EMAX_MAX.
pelissip
2004-08-19
1
-2
/
+2
*
Fix a bug in case of pow(2E1000000,-10);
pelissip
2004-04-07
1
-0
/
+22
*
use GMP_RND_MAX instead of hard-coded constant
zimmerma
2004-02-23
1
-2
/
+2
*
Improve coverage tests.
pelissip
2004-02-23
1
-0
/
+20
*
changed back to C99 standard for special values of x^y
zimmerma
2004-02-16
1
-4
/
+7
*
improved coverage test
zimmerma
2004-02-14
1
-3
/
+83
*
+ Optimize a few div.c
pelissip
2003-12-15
1
-5
/
+7
*
+ Add function mpfr_print_mantissa_binary, for debugging reason.
pelissip
2003-12-09
1
-3
/
+3
*
+ Add new internal function: mpfr_check.
pelissip
2003-11-21
1
-8
/
+8
*
fixed bug in pow_si (exact result, case z = x)
zimmerma
2003-11-14
1
-0
/
+16
*
Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...
pelissip
2003-10-28
1
-2
/
+12
*
fixed bug in mpfr_pow found by Ming J. Tsai (overflow)
zimmerma
2003-10-10
1
-1
/
+27
*
Updated documentation. In particular, mpfr_set_str_raw renamed
vlefevre
2003-10-02
1
-3
/
+3
*
Changed the remaining stderr to stdout.
vlefevre
2003-09-25
1
-48
/
+48
*
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
-6
/
+6
*
(main): Comment out underflows(), until it works.
ryde
2003-03-17
1
-1
/
+1
*
Added underflow test showing a bug in mpfr_pow.
vlefevre
2003-03-14
1
-0
/
+34
[next]