summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [src/div.c] added commentzimmerma2018-02-203-210/+14
* [src/ai.c] revert part of r12312zimmerma2018-02-201-16/+12
* [src/sub1.c] revert r12317 since it did not consider UBFs. For the record,zimmerma2018-02-201-5/+7
* [src/div.c] get rid of mpfr_div_with_mpz_tdiv_qzimmerma2018-02-201-111/+0
* [src/gmp_op.c] Fixed a bug in mpfr_cmp_q on NaN rational: the NaN flagvlefevre2018-02-201-1/+5
* [src/gmp_op.c] Reverted incorrect change in r12337 for mpfr_cmp_q.vlefevre2018-02-201-2/+12
* [src/{add,sub}1sp.c] Updated/added comments for MPFR_WANT_ASSERT >= 2.vlefevre2018-02-202-2/+28
* [src/div.c] removed dead codezimmerma2018-02-201-28/+21
* [src/gmp_op.c] removed dead codezimmerma2018-02-201-10/+11
* [src/random_deviate.c] Improved highest_bit_idx in the case wherevlefevre2018-02-201-5/+10
* [src/mul.c] resolved FIXME and removed dead codezimmerma2018-02-201-2/+20
* [src/random_deviate.c] highest_bit_idx() assumes x > 0zimmerma2018-02-201-8/+6
* [src/random_deviate.c] fixed commentzimmerma2018-02-201-1/+1
* [src/random_deviate.c] redo change r12315 using MPFR_LONG_WITHIN_LIMBzimmerma2018-02-201-14/+10
* [src/sub1.c] added 2 FIXMEzimmerma2018-02-201-2/+8
* [src/random_deviate.c] Reverted incorrect change r12315: MPFR_LIMB_MAXvlefevre2018-02-191-10/+14
* [src/sub1.c] Removed an unused label.vlefevre2018-02-191-1/+0
* [src/sub1.c] removed dead code, now coverage should be 100%zimmerma2018-02-191-5/+3
* [src/ai.c] Avoid more integer overflows.vlefevre2018-02-191-4/+18
* [src/sub1.c] removed dead codezimmerma2018-02-191-4/+3
* [src/ai.c] Detect some potential integer overflows.vlefevre2018-02-191-6/+32
* [src/random_deviate.c] don't compile alternate code if not neededzimmerma2018-02-191-14/+10
* [src/ai.c] Coding style. Corrected comments.vlefevre2018-02-191-7/+7
* [src/ai.c] removed dead code, and improved coveragezimmerma2018-02-191-50/+47
* [src/ai.c] fixed recomputation of wprec (to be confirmed)zimmerma2018-02-191-1/+1
* [src/ai.c] removed dead codezimmerma2018-02-191-15/+13
* [src/sub1sp.c] Fixed indentation.vlefevre2018-02-191-191/+191
* [src/sqrt.c] Coding style.vlefevre2018-02-191-6/+13
* [src/expm1.c] Avoid a potential integer overflow in a type conversionvlefevre2018-02-191-11/+8
* [src/div_2ui.c] Reverted incorrect change in r12272 and added commentsvlefevre2018-02-191-5/+13
* [src/mul.c] Fixed type error with -D_MPFR_PREC_FORMAT=2 in CFLAGS andvlefevre2018-02-191-2/+9
* [src/agm.c] added comment about line of code impossible to coverzimmerma2018-02-181-0/+8
* [src/agm.c,src/div.c,src/mpfr-impl.h] replaced MPFR_EXT_EMIN by MPFR_EMIN_MIN,zimmerma2018-02-183-14/+10
* [src/sqrt.c] removed dead codezimmerma2018-02-181-4/+3
* [src/sqrt.c] removed dead codezimmerma2018-02-171-13/+11
* [tests/tsqrt.c] improved coveragezimmerma2018-02-171-0/+5
* [src/expm1.c] Added a FIXME comment.vlefevre2018-02-171-0/+2
* [src/sqrt.c] removed dead codezimmerma2018-02-171-3/+15
* [src/sub1sp.c] fixed bug in mpfr_sub1sp1n (corner case when a=c)zimmerma2018-02-171-1/+3
* [src/sub1sp.c] fixed case 2ezimmerma2018-02-171-1/+4
* [src/expm1.c] Updated a comment.vlefevre2018-02-171-1/+2
* [src/expm1.c] Fixed an integer overflow from r12276.vlefevre2018-02-171-2/+5
* [src/expm1.c] Added a log message.vlefevre2018-02-171-0/+1
* [src/expm1.c] It seems that code removed in r12273 wasn't necessarilyvlefevre2018-02-161-5/+2
* [src/expm1.c] improve coverage (by removing dead code)zimmerma2018-02-161-14/+10
* [src/div_2ui.c] No need for mpfr_uexp_t, due to the constraints onvlefevre2018-02-161-2/+2
* [src/mul_2ui.c] Simplified mpfr_mul_2ui (like mpfr_div_2ui).vlefevre2018-02-161-24/+10
* [src/div_2ui.c] Simplified justification.vlefevre2018-02-161-3/+3
* [src/div_2ui.c] Simplified code as suggested by PZ; added justification.vlefevre2018-02-161-12/+5
* GNU style: https://www.gnu.org/prep/standards/standards.html#Formattingzimmerma2018-02-163-3/+3