summaryrefslogtreecommitdiff
path: root/src/sum.c
Commit message (Expand)AuthorAgeFilesLines
* [src/sum.c] Fixed bug: mpn functions do not accept a zero size argument.new-sumvlefevre2015-04-091-2/+5
* [src/sum.c] Bug fix: use MPFR_EXP instead of MPFR_SET_EXP to set thevlefevre2015-04-081-1/+7
* [src/sum.c] Bug triggered by the check4 test fixed.vlefevre2015-03-301-1/+5
* [src/sum.c] In the TMD detection:vlefevre2015-03-271-9/+18
* [src/sum.c] Do not consider the corrected sst for MPFR_COV_SET.vlefevre2015-03-191-1/+3
* [src/sum.c] Added comments.vlefevre2015-03-191-2/+2
* [src/sum.c] In the final rounding, forgot to handle the possiblevlefevre2015-03-191-0/+7
* [src/sum.c] Better logging.vlefevre2015-03-161-1/+3
* [src/sum.c] Bug fix: the sum_raw code was unnecessarily assumingvlefevre2015-03-161-23/+18
* [doc/sum.txt] Added a new table concerning the correction term.vlefevre2015-03-121-43/+83
* [src/sum.c] Added comments on the correction. Minor changes in the code.vlefevre2015-03-101-6/+27
* [src/sum.c] In the latest commit, the temporary area was split forvlefevre2015-02-271-45/+22
* [src/sum.c]vlefevre2015-02-271-120/+142
* [src/sum.c] Completed the implementation (but there's still a bug).vlefevre2015-02-261-9/+16
* [src/sum.c] Improved the setting of sst (Step 8), using the factvlefevre2015-02-251-17/+11
* [src/sum.c] Bug fix: when determining the sticky bit, the search wasvlefevre2015-02-251-6/+7
* [src/sum.c] More logging.vlefevre2015-02-251-0/+4
* Updated value coverage checking for mpfr_sum.vlefevre2015-02-251-2/+2
* Value coverage checking when MPFR_COV_CHECK is defined, initiallyvlefevre2015-02-251-0/+6
* [src/sum.c] Bug fix in the ternary value.vlefevre2015-02-251-1/+1
* [src/sum.c] Removed incorrect assertions.vlefevre2015-02-251-2/+1
* [src/sum.c] Update.vlefevre2015-02-241-4/+4
* [src/sum.c] Update.vlefevre2015-02-241-4/+38
* [src/sum.c] Use the new SAFE_DIFF macro.vlefevre2015-02-241-1/+1
* [src/sum.c] Fixed a test.vlefevre2015-02-241-3/+4
* [src/sum.c] Better logging.vlefevre2015-02-241-6/+19
* [src/sum.c] Minor correction of last change of a comment.vlefevre2015-02-241-1/+1
* [src/sum.c] More logging and comments.vlefevre2015-02-241-4/+10
* [src/sum.c] Fixed bug introduced in r9294 (minexp wasn't updated).vlefevre2015-02-241-3/+7
* [src/sum.c] Log the value of tq.vlefevre2015-02-241-0/+1
* [src/sum.c] Bug fix.vlefevre2015-02-241-5/+7
* [src/sum.c] Virtually eliminate halfway cases by making them equivalentvlefevre2015-02-241-4/+15
* [src/sum.c] Update.vlefevre2015-02-211-1/+8
* [src/sum.c] Update: sum_raw, with a new prototype, now reiterates untilvlefevre2015-02-211-684/+671
* [src/sum.c] Fixed sum_raw.vlefevre2015-02-191-68/+60
* [src/sum.c] More logging.vlefevre2015-02-181-3/+5
* [src/sum.c] Correction. Set the exponent.vlefevre2015-02-181-4/+12
* [src/sum.c] Added a log message.vlefevre2015-02-181-0/+2
* [src/sum.c] Bug fix: I had inverted positive and negative.vlefevre2015-02-181-22/+23
* [src/sum.c] Copyright notice update.vlefevre2015-02-121-1/+1
* [src/sum.c] Split mpfr_sum into mpfr_sum (handling special cases)vlefevre2015-02-121-595/+603
* [src/sum.c] When updating minexp, detect a potential integer overflowvlefevre2015-02-121-5/+23
* [src/sum.c] Logging of sum_raw: log *cancelp at the end.vlefevre2015-02-121-2/+3
* [src/sum.c] Update (Step 8).vlefevre2015-02-121-8/+12
* [src/sum.c] Corrected/improved logging.vlefevre2015-02-121-8/+23
* [src/sum.c] Added a TODO.vlefevre2014-12-171-0/+8
* [src/sum.c] Added missing closing parenthesis from r9257. Step 8 update.vlefevre2014-12-171-2/+8
* [src/sum.c] Avoid a loop in some cases.vlefevre2014-12-171-6/+11
* [src/sum.c] Remember the rounding bit for Step 9; correction forvlefevre2014-12-171-12/+22
* Moved src/sum.txt into the doc directory, and updated the referencevlefevre2014-12-161-1/+1