summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [src/sqrt.c] The bug fixed in r9540 actually came from r9014, whichvlefevre2015-06-101-0/+1
* [src/lngamma.c] For mpfr_lgamma and mpfr_lngamma, the exponent rangevlefevre2015-06-101-2/+4
* [src/{cos.c,sin.c}] Fixed bug related to the exponent range, introducedvlefevre2015-06-102-3/+8
* [src/sqrt.c] Fixed assertion failure in reduced exponent range.vlefevre2015-06-101-1/+2
* [src/zeta_ui.c]vlefevre2015-06-081-9/+26
* [src/add_ui.c] Fixed format string in MPFR_LOG_FUNC.vlefevre2015-06-081-1/+1
* [src/zeta_ui.c] Fixed zeta(0) in reduced exponent range.vlefevre2015-06-071-4/+1
* [src/{ui_div.c,ui_sub.c}] Correction for reduced exponent range.vlefevre2015-06-052-11/+31
* [src/set_q.c] Added missing MPFR_SAVE_EXPO_FREE in case of preliminaryvlefevre2015-06-041-0/+2
* [src/set_q.c] Replaced a "return" by MPFR_RET: this is at least neededvlefevre2015-06-041-1/+1
* [src/mul_ui.c] Fixed bug in mpfr_mul_ui/si: the inexact flag wasn't set.vlefevre2015-06-041-1/+1
* [src/rint.c] Handle reduced exponent range.vlefevre2015-06-031-20/+17
* [src/rint.c] Added a comment about the mpfr_rint_* functions.vlefevre2015-06-031-0/+4
* [src/rint.c] Simplified and fixed the mpfr_rint_* functions: in somevlefevre2015-06-031-16/+19
* [src] Fixed allocation issue for multithreaded applications:vlefevre2015-05-283-14/+16
* [src/mpfr-gmp.c] Replaced mpfr_allocate_func and mpfr_free_funcvlefevre2015-05-251-4/+4
* [src/mpfr-gmp.c] Code formatting.vlefevre2015-05-221-1/+1
* Define MPFR_ALLOCA_MAX macro: Maximum size for the use of alloca byvlefevre2015-05-221-1/+6
* Added a TODO about mpfr_sum.vlefevre2015-04-281-0/+15
* [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