summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Attempt to eliminate issues with aliasing rules. But this triggersubf2vlefevre2020-03-265-35/+48
* Merged the latest changes from the trunk (r13818).vlefevre2020-03-261-21/+21
|\
| * [tests/tsub.c] Avoid the build failure with -Werror=strict-aliasing byvlefevre2020-03-261-21/+21
* | Created ubf2 branch for experimental UBF code attempting to avoidvlefevre2020-03-260-0/+0
|/
* [src/mpfr-impl.h] UBF: updated comment: this breaks aliasing rules, butvlefevre2020-03-261-3/+5
* [tests/tsub.c] Fixed tests on UBF.vlefevre2020-03-251-3/+4
* [src/sub1.c] Fixed underflow handling in case c small (can occur onlyvlefevre2020-03-251-1/+7
* [tests/tfma.c] Minor correction.vlefevre2020-03-251-1/+1
* [tests/tfma.c] Changed a RND_LOOP to RND_LOOP_NO_RNDF as the behaviorvlefevre2020-03-251-1/+1
* [tests/tsub.c] Completed tests for UBF (currently fail).vlefevre2020-03-251-3/+38
* [src/sub1.c] Bug fix for UBF and MPFR_RNDF.vlefevre2020-03-251-0/+3
* [src/set_{si,ui}_2exp.c] Bug fix in MPFR_LONG_WITHIN_LIMB defined case:vlefevre2020-03-252-0/+18
* [tests/tset_si.c] Added tests of mpfr_set_si_2exp and mpfr_set_ui_2expvlefevre2020-03-251-0/+129
* [tests/tsub.c] More tests on UBF. The results are not checked yet,vlefevre2020-03-241-11/+38
* [src/sub1.c] If exp_b = MPFR_EXP_MIN, an integer overflow may occur invlefevre2020-03-241-0/+9
* [tests/tfmma.c] Added extreme_underflow test: before the r13798 bug fix,vlefevre2020-03-241-0/+21
* [tests/tsub.c] Corrected a function name.vlefevre2020-03-241-1/+1
* [tests/tsub.c] More tests on UBF, in particular with an exponent changevlefevre2020-03-241-20/+74
* [tests/tsub.c] Tests on UBF: underflow/overflow cases done.vlefevre2020-03-241-28/+41
* [tests/tsub.c] More tests on UBF.vlefevre2020-03-231-11/+140
* [src/mpfr-impl.h] UBF: reordered macro definitions.vlefevre2020-03-231-4/+4
* [src]vlefevre2020-03-233-3/+8
* [src/sub1.c] Detect an underflow case (before the main detection) tovlefevre2020-03-231-0/+9
* [tests/tsub.c] Added comments.vlefevre2020-03-231-0/+4
* [tests/tsub.c] First tests on UBF.vlefevre2020-03-231-0/+90
* [src/agm.c] Avoid a potential integer overflow with huge precisions.vlefevre2020-03-231-1/+1
* [src/root.c] Removed useless cast in a comparison, as both operands arevlefevre2020-03-161-1/+1
* [src/rem1.c]vlefevre2020-03-161-2/+4
* [src/pow.c]vlefevre2020-03-161-4/+7
* [src/cos.c] Updated a comment.vlefevre2020-03-161-2/+2
* [src/cos.c] Updated a comment.vlefevre2020-03-161-1/+3
* [src/const_log2.c] Corrected type for the return value of mpz_scan1.vlefevre2020-03-161-1/+1
* [tests/tests.c] Revert a change done in r13783 for function bad_cases():vlefevre2020-03-132-8/+27
* [tests] Update to test the ternary value in test5rm() when possible,vlefevre2020-03-134-46/+58
* [tests/tests.c] Modified the prototype of test5rm() to support avlefevre2020-03-131-17/+16
* [tests/tsqrt.c] For bad_cases(), use the same pos and psup parametersvlefevre2020-03-121-1/+1
* [tests/tcbrt.c] For bad_cases(), use the same pos and psup parametersvlefevre2020-03-121-1/+1
* [tests]vlefevre2020-03-122-10/+15
* [tests/tests.c] Added a TODO for bad_cases, as the exact cases are notvlefevre2020-03-121-0/+3
* [tests/tests.c]vlefevre2020-03-121-31/+26
* [tests/tests.c] Minor change in an initialization.vlefevre2020-03-121-1/+1
* [tests/tget_set_{d64,d128}.c] Added a FIXME and improved a message.vlefevre2020-03-122-3/+7
* [acinclude.m4] Added a FIXME: in case of cross-compiling, the guessvlefevre2020-03-121-0/+9
* Added bad_cases tests for mpfr_cbrt.vlefevre2020-03-111-0/+7
* [src/cbrt.c] Improved the algorithm in the case the precision of thevlefevre2020-03-111-44/+40
* [tests/tcbrt.c] Test the ternary value on other exact cases.vlefevre2020-03-111-14/+16
* [tests/tcbrt.c] Test the ternary value on special cases.vlefevre2020-03-111-6/+32
* [src/cbrt.c] Description of the algorithm: improvement; corrected thevlefevre2020-03-111-11/+8
* [src/cbrt.c] Description of the algorithm: correction; added a TODO.vlefevre2020-03-111-4/+13
* [src/cbrt.c] Description of the algorithm: corrected indentation;vlefevre2020-03-101-15/+15