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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
minor change in contributions
zimmerma
2004-01-20
1
-1
/
+1
*
added Patrick in the main contributors
zimmerma
2004-01-20
1
-4
/
+4
*
Fixed spelling mistake.
vlefevre
2004-01-20
1
-1
/
+1
*
Reorder the documentation.
pelissip
2004-01-20
1
-182
/
+192
*
# Add a remark to mpf_strto.
ryde
2004-01-19
1
-1
/
+4
*
# Drop my thought about addmul instead of fma. The latter takes a
ryde
2004-01-19
1
-2
/
+0
*
Update tests to remove the use of double when possible.
pelissip
2004-01-19
3
-24
/
+58
*
Reenable the cmp between inexact flags.
pelissip
2004-01-19
1
-1
/
+1
*
Add mpfr_get_default_rounding_mode.
pelissip
2004-01-19
3
-4
/
+44
*
_mpfr_ceil -> mpfr_ceil_double + check for overflow.
vlefevre
2004-01-19
1
-26
/
+31
*
Moved the mpfr_mpn_exp function to a new file "mpn_exp.c" as it is
vlefevre
2004-01-19
3
-133
/
+159
*
Update it to remove the use of float/double.
pelissip
2004-01-16
1
-116
/
+134
*
Add a new check in tget_str.c.
pelissip
2004-01-15
3
-30
/
+32
*
Add new macros.
pelissip
2004-01-15
1
-9
/
+17
*
Readd stdio.h in case of DEBUG mode.
pelissip
2004-01-15
1
-0
/
+2
*
Optimize a few sub1sp by removing the normalisation in case of exact rounding...
pelissip
2004-01-15
1
-10
/
+11
*
fixed problem in case m=0 and b=2^k (lost bits from 1st digit were not taken
zimmerma
2004-01-15
1
-2
/
+19
*
mpn_exp -> mpfr_mpn_exp
zimmerma
2004-01-15
3
-6
/
+6
*
Removed gammaPiAGMformula.c (old version, no longer used).
vlefevre
2004-01-15
1
-228
/
+0
*
Changed some error messages into assertions.
vlefevre
2004-01-14
23
-168
/
+125
*
Continue to port tests so that they don't use double.
pelissip
2004-01-14
20
-883
/
+861
*
Update the tests to reduce the use of floats.
pelissip
2004-01-09
16
-333
/
+336
*
Remove unused files mpfi.c and mpfi.h
pelissip
2004-01-09
2
-537
/
+0
*
Update test.
pelissip
2004-01-09
1
-33
/
+45
*
Add RND_RAND
pelissip
2004-01-09
1
-0
/
+6
*
+ Simplify the signular code.
pelissip
2004-01-09
1
-10
/
+5
*
+ Add a new test file for checking functions mpfr_add/sub/mul/div_q/z (from g...
pelissip
2004-01-08
3
-40
/
+371
*
-0 -> @minus{}0.
vlefevre
2004-01-07
1
-2
/
+2
*
Specifications for mpfr_min and mpfr_max.
vlefevre
2004-01-07
1
-0
/
+16
*
Updated MPFR_INTPREC_MAX definition, as mpfr_prec_t has changed.
vlefevre
2004-01-07
1
-0
/
+8
*
Add a new test between sub1 and sub1sp.
pelissip
2004-01-07
1
-3
/
+2
*
Fix copyright line.
pelissip
2004-01-07
1
-1
/
+1
*
fixed wrong sign of inexact flag
zimmerma
2004-01-07
2
-2
/
+2
*
Added casts to size_t so that integers representing a size get
vlefevre
2004-01-07
1
-3
/
+3
*
Use MPFR_ASSERTN(0) instead of abort.
pelissip
2004-01-07
1
-1
/
+1
*
Fix the definition of MPFR_PREC_MAX
pelissip
2004-01-07
1
-1
/
+1
*
added new test to check bug repair
zimmerma
2004-01-07
1
-1
/
+13
*
fixed bug (wrong inexact flag) for rounding to nearest when sh=0 and
zimmerma
2004-01-07
1
-30
/
+41
*
Fix copyright lines (2004).
pelissip
2004-01-07
2
-2
/
+2
*
Fix bug of sub1sp.c on sparck.
pelissip
2004-01-07
6
-24
/
+162
*
Change output format of mpfr_print_mant_binary.
pelissip
2004-01-07
1
-1
/
+2
*
Clarified comment.
vlefevre
2004-01-07
1
-3
/
+3
*
Updated copyright line.
vlefevre
2004-01-06
1
-1
/
+1
*
Added mpfr_version function and test.
vlefevre
2004-01-06
7
-19
/
+99
*
The mpfr_print_rnd_mode return type is const char *, not char *.
vlefevre
2004-01-06
1
-2
/
+2
*
Update the copyright line of the source files to 2004.
pelissip
2004-01-06
4
-4
/
+4
*
Add the tests to check if 0 for signed class with unsigned 0 is set to 0+.
pelissip
2004-01-06
4
-18
/
+87
*
specified sign of zero in mpfr_set_*
zimmerma
2004-01-05
1
-0
/
+3
*
removed test using denorms
zimmerma
2004-01-05
1
-6
/
+0
*
Disable sub1sp in add.c and in sub.c since it provides some bugs on spark (Lo...
pelissip
2003-12-22
3
-8
/
+8
[prev]
[next]