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
/
src
/
sum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[src/sum.c] Added a comment about shiftq.
vlefevre
2017-03-05
1
-0
/
+1
*
[src/sum.c] Added a note about why one uses "const mpfr_ptr *x" in the
vlefevre
2017-02-14
1
-0
/
+19
*
For mpfr_sum and its auxiliary functions, moved the const type qualifier
vlefevre
2017-02-14
1
-3
/
+3
*
fixed bug in urandomb.c reported by Dominic Chen
zimmerma
2017-01-12
1
-1
/
+1
*
Copyright notice update: added 2017 with
vlefevre
2017-01-01
1
-1
/
+1
*
[src/sum.c] Delay some assignments so that they are done just before
vlefevre
2016-12-20
1
-6
/
+6
*
[src/sum.c] Added a short explanation for halfway cases.
vlefevre
2016-11-08
1
-1
/
+8
*
[src/sum.c] Cosmetic change for consistency between lbit and rbit.
vlefevre
2016-11-06
1
-2
/
+2
*
[src/sum.c] Changed a MPN_COPY_DECR to MPN_COPY, which may be more
vlefevre
2016-10-27
1
-1
/
+1
*
[src/sum.c] Corrected a comment from r10503.
vlefevre
2016-10-26
1
-1
/
+1
*
[src/sum.c] Moved/rewrote a comment (should have been done in r10467).
vlefevre
2016-10-26
1
-11
/
+11
*
[src/sum.c] Made the code a bit more natural: change of pos to neg
vlefevre
2016-06-24
1
-59
/
+63
*
The support of reused arguments in mpfr_sum is now complete, without
vlefevre
2016-06-24
1
-10
/
+0
*
[src/sum.c] Copy the significand to the destination after resolving
vlefevre
2016-06-13
1
-74
/
+101
*
[src/sum.c] Improved a comment.
vlefevre
2016-06-13
1
-1
/
+1
*
[src/sum.c] Corrected a MPFR_LOG_MSG modified in the latest change.
vlefevre
2016-06-10
1
-1
/
+1
*
[src/sum.c] For the future support of reused arguments: TMD resolution
vlefevre
2016-06-10
1
-25
/
+52
*
[src/sum.c] Corrected comment: 32/64-bit machine → 32/64-bit ABI.
vlefevre
2016-03-10
1
-3
/
+3
*
[src/sum.c] Use UPDATE_MINEXP when necessary; added comments.
vlefevre
2016-03-10
1
-2
/
+6
*
[src/sum.c] Added a comment about corner cases involving huge
vlefevre
2016-03-10
1
-1
/
+11
*
[src/sum.c]
vlefevre
2016-03-10
1
-5
/
+19
*
[src/sum.c] Clarification of comments about "sum.txt".
vlefevre
2016-03-09
1
-3
/
+3
*
[src/sum.c] Added comments and an MPFR_ASSERTD for sum_raw().
vlefevre
2016-03-09
1
-2
/
+18
*
[src/sum.c] Minor FIXME comment update.
vlefevre
2016-02-24
1
-6
/
+6
*
[doc/sum.txt,src/sum.c] mpfr_sum: added support for precision 1.
vlefevre
2016-02-18
1
-4
/
+9
*
Value coverage for tsum: differentiate sq > MPFR_PREC_MIN and not.
vlefevre
2016-02-08
1
-2
/
+2
*
Replaced
vlefevre
2016-02-04
1
-1
/
+1
*
Copyright notice update: added 2016 with
vlefevre
2016-01-01
1
-1
/
+1
*
[src/sum.c] Updated comment about overlapping between input and output.
vlefevre
2015-12-11
1
-1
/
+3
*
[src/sum.c] Added a FIXME comment about the reuse of an input for the
vlefevre
2015-11-09
1
-0
/
+9
*
[src/sum.c] Bug fixed (MPN_COPY_INCR instead of MPN_COPY_DECR).
vlefevre
2015-11-06
1
-1
/
+1
*
[src/sum.c] Minor comment correction.
vlefevre
2015-11-05
1
-1
/
+1
*
[src/sum.c] Added another assertion (checked).
vlefevre
2015-11-05
1
-1
/
+5
*
[src/sum.c] Added assertions (checked).
vlefevre
2015-11-05
1
-0
/
+9
*
[src/sum.c] Bug fix: an error bound was too large to compute the sign
vlefevre
2015-11-04
1
-2
/
+11
*
[src/sum.c] Updated comment for sum_raw().
vlefevre
2015-10-30
1
-1
/
+1
*
[src/sum.c] Updated comment for sum_raw().
vlefevre
2015-10-21
1
-13
/
+23
*
Added a TODO about mpfr_sum.
vlefevre
2015-04-28
1
-0
/
+15
*
[src/sum.c] Fixed bug: mpn functions do not accept a zero size argument.
new-sum
vlefevre
2015-04-09
1
-2
/
+5
*
[src/sum.c] Bug fix: use MPFR_EXP instead of MPFR_SET_EXP to set the
vlefevre
2015-04-08
1
-1
/
+7
*
[src/sum.c] Bug triggered by the check4 test fixed.
vlefevre
2015-03-30
1
-1
/
+5
*
[src/sum.c] In the TMD detection:
vlefevre
2015-03-27
1
-9
/
+18
*
[src/sum.c] Do not consider the corrected sst for MPFR_COV_SET.
vlefevre
2015-03-19
1
-1
/
+3
*
[src/sum.c] Added comments.
vlefevre
2015-03-19
1
-2
/
+2
*
[src/sum.c] In the final rounding, forgot to handle the possible
vlefevre
2015-03-19
1
-0
/
+7
*
[src/sum.c] Better logging.
vlefevre
2015-03-16
1
-1
/
+3
*
[src/sum.c] Bug fix: the sum_raw code was unnecessarily assuming
vlefevre
2015-03-16
1
-23
/
+18
*
[doc/sum.txt] Added a new table concerning the correction term.
vlefevre
2015-03-12
1
-43
/
+83
*
[src/sum.c] Added comments on the correction. Minor changes in the code.
vlefevre
2015-03-10
1
-6
/
+27
*
[src/sum.c] In the latest commit, the temporary area was split for
vlefevre
2015-02-27
1
-45
/
+22
[next]