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
/
pow_z.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
GMP_RNDX -> MPFR_RNDX
zimmerma
2009-03-03
1
-13
/
+13
*
Update to LGPL v3+, as decided by the main MPFR developers.
vlefevre
2009-03-03
1
-4
/
+4
*
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
*
pow_z.c: solves the underflow problem in round-to-nearest by using
vlefevre
2008-08-20
1
-6
/
+29
*
pow_z.c: formatting.
vlefevre
2008-08-20
1
-1
/
+1
*
pow_z.c: moved a log message.
vlefevre
2008-08-20
1
-1
/
+1
*
pow_z.c: added log messages.
vlefevre
2008-08-20
1
-0
/
+2
*
pow_z.c: no longer take care of the possibly lost overflow flag, as
vlefevre
2008-08-20
1
-4
/
+4
*
pow_z.c: fixed some of the underflow/overflow problems for z < 0.
vlefevre
2008-08-20
1
-15
/
+28
*
pow_z.c: improved comments.
vlefevre
2008-08-15
1
-4
/
+6
*
Merged vlefevre branch:
vlefevre
2008-08-11
1
-17
/
+57
*
pow_z.c: use MPFR_IS_POS(x) instead of MPFR_SIGN(x) > 0.
vlefevre
2008-07-20
1
-1
/
+1
*
Fixed a bug in pow_ui.c and pow_z.c: NaN^0 returned NaN instead of 1
vlefevre
2008-07-20
1
-6
/
+4
*
pow_z.c: updated comments.
vlefevre
2008-07-19
1
-5
/
+5
*
pow_z.c: rewrote an ambiguous comment.
vlefevre
2008-02-26
1
-1
/
+3
*
pow_z.c: removed obsolete comments and updated a comment.
vlefevre
2008-02-26
1
-4
/
+1
*
pow_z.c: the same variable was used with two different meanings.
vlefevre
2008-02-26
1
-5
/
+7
*
fixed bug reported by Carl Witty (on 32-bit computers):
zimmerma
2008-02-24
1
-21
/
+54
*
Copyright notice update: added 2008 with
vlefevre
2008-01-01
1
-1
/
+1
*
Merged the feature-block branch to the trunk:
vlefevre
2007-12-18
1
-15
/
+15
*
Fixed bug in mpfr_pow_z: if x = y (same mpfr_t argument), the input
vlefevre
2007-12-18
1
-11
/
+9
*
Fixed another bug reported by Kevin Rauch (__gmpfr_emin was set smaller
zimmerma
2007-11-29
1
-2
/
+1
*
pow_z.c: fixed bug that occurs when x is a power of 2 and the result
vlefevre
2007-11-04
1
-1
/
+1
*
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
*
Partially fixed another bug in mpfr_pow_z (overflow/underflow detection
vlefevre
2006-11-17
1
-5
/
+20
*
Fixed a bug in mpfr_pow_z concerning the underflow flag and added the
vlefevre
2006-11-17
1
-0
/
+1
*
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
*
Change the address of the FSF.
pelissip
2005-06-02
1
-2
/
+2
*
Add ceil(log2(size)) bits to initial precision to avoid
pelissip
2005-03-30
1
-1
/
+1
*
Reformatted code (GNU style, untabify...).
vlefevre
2005-03-29
1
-94
/
+94
*
Replace test ('p <= i') by assertion ('p > i).
pelissip
2005-03-29
1
-5
/
+6
*
fixed bug in pow_ui (and pow_z): missing factor 2 in error bound
zimmerma
2005-03-25
1
-1
/
+2
*
Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacement
pelissip
2005-03-14
1
-4
/
+2
*
Clean up code.
pelissip
2005-02-14
1
-22
/
+35
*
Rename internal functions mpfr_set_overflow in mpfr_overflow and
pelissip
2005-02-03
1
-5
/
+5
*
Add new function mpfr_pow_z and its test file.
pelissip
2005-01-24
1
-0
/
+226