summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [src/sum.c] Fixed bug: mpn functions do not accept a zero size argument.new-sumvlefevre2015-04-091-2/+5
* Merged the latest changes from the trunk.vlefevre2015-04-092-11/+10
|\
| * [src/sub1sp.c] Avoid an unnecessary mpn_lshift after an mpn_sub_1 whenvlefevre2015-02-271-7/+8
| * [src/next.c] Avoid an unnecessary loop when the exponent decreases.vlefevre2015-02-271-4/+2
* | [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-252-3/+3
* | Value coverage checking when MPFR_COV_CHECK is defined, initiallyvlefevre2015-02-252-0/+33
* | [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
* | Merged the latest changes from the trunk (r9306).vlefevre2015-02-241-1/+2
|\ \ | |/
| * [src/mpfr-impl.h] Added SAFE_DIFF macro (safe difference).vlefevre2015-02-241-1/+2
* | [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
* | Merged the latest changes from the trunk (r9295).vlefevre2015-02-211-18/+22
|\ \ | |/
| * [src/mpfr-impl.h] Fixed and improved some sign-related macrosvlefevre2015-02-211-18/+22
* | [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
* | Merged the latest changes from the trunk.vlefevre2015-02-182-46/+38
|\ \ | |/
| * Logging: the log stream is flushed after each log output whenvlefevre2015-02-182-2/+13
| * Factorized the logging macros by moving tests inside LOG_PRINT.vlefevre2015-02-181-44/+25
* | [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
* | Merged the latest changes from the trunk.vlefevre2015-02-13261-377/+452
|\ \ | |/