summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [tests/tdiv_ui.c] fixed corner_cases() testzimmerma2018-09-081-1/+3
* [src/int_ceil_log2.c] fixed __gmpfr_int_ceil_log2 for limb < longzimmerma2018-09-081-0/+4
* [tests/random2.c] fixed mpfr_random2 for GMP_NUMB_BITS <> 64zimmerma2018-09-071-2/+2
* [src/mpfr-mini-gmp.c] fixed another compiler warningzimmerma2018-09-071-3/+3
* [src/get_ui.c] fixed compiler warningzimmerma2018-09-071-3/+0
* some fixes for 8-bit limb supportzimmerma2018-09-072-29/+27
* adapt to 8-bit limbs (work in progress)zimmerma2018-09-0710-14/+350
* [tests/tl2b.c] extend to 8-bit limbzimmerma2018-09-071-1/+1
* [src/mpfr-gmp.h] fix for 8-bit limbzimmerma2018-09-071-3/+5
* [doc/mpfr.texi] Added @tie{} (normal non-breakable space) at variousvlefevre2018-09-071-194/+201
* [doc/mpfr.texi] mpfr_rootn_ui, mpfr_root: changed k to n in order tovlefevre2018-09-071-10/+12
* [tests/tdiv.c] !mpfr_equal_p is better than mpfr_cmp.vlefevre2018-09-061-1/+1
* [src/rint.c] fixed bug with 16-bit limbzimmerma2018-09-061-2/+2
* [tests/tdiv.c] fixed test_20151023()zimmerma2018-09-061-3/+13
* Removed trailing whitespace.vlefevre2018-09-064-5/+5
* [src/get_ld.c] Removed incorrect and useless assertions (manlvlefevre2018-09-061-2/+0
* [src/get_ld.c] fixed (hopefully definitively) for 16-bit limbzimmerma2018-09-051-4/+28
* [src/set_d64.c] 2 fixes concerning rp[]:vlefevre2018-09-051-3/+7
* [src/mpfr-impl.h] Indentation.vlefevre2018-09-051-4/+4
* [src] Moved mpfr_nbits_ulong to its own file "nbits_ulong.c".vlefevre2018-09-053-46/+68
* [src/pow_si.c] MPFR_NEED_LONGLONG_H is still needed.vlefevre2018-09-051-0/+1
* [tests/tget_set_d64.c] Removed xxx suffix added in r13139 (by mistake?).vlefevre2018-09-051-1/+1
* [src/exp_2.c] export (internally) nbits_ulong (renamed to mpfr_nbits_ulong)zimmerma2018-09-053-6/+14
* [src/get_d64.c] fixed for 16-bit limbzimmerma2018-09-053-21/+44
* [src/get_ld.c] In the case GMP_NUMB_BITS == 16, cast to unsigned longvlefevre2018-09-051-8/+8
* [src/get_ld.c] when denorm=16, a 32-bit shift on an unsigned int is undefinedzimmerma2018-09-051-2/+3
* [src/exp_2.c] fix for 16-bit limbzimmerma2018-09-052-5/+41
* [src/mpfr-mini-gmp.c] fixed gmp_urandomb_ui for 16-bit limb, added mpz_dumpzimmerma2018-09-052-1/+57
* [src/random_deviate.c] fixed typozimmerma2018-09-051-1/+1
* [tests/tset_z_exp.c] Avoid a GCC bug.vlefevre2018-09-041-4/+5
* [tests/tset_z_exp.c] Attempt to fix randexp, but GCC complains.vlefevre2018-09-041-12/+20
* [src/mpn_exp.c] Avoid useless "while" in nbits_mpfr_exp_t.vlefevre2018-09-041-4/+8
* [tests/tset_ld.c] give more digits in case of errorzimmerma2018-09-042-2/+23
* [src/set_ld.c] partial fix for 16-bit limb (typo + nice bug!)zimmerma2018-09-041-11/+15
* [tests/tset_z_exp.c] fixed infinite loop in test code for limb < mpfr_exp_tzimmerma2018-09-041-0/+13
* [src/mpn_exp.c] adapt to bitsize(mpfr_exp_t) > GMP_NUMB_BITSzimmerma2018-09-041-11/+41
* [src/div.c] Code simplification.vlefevre2018-09-041-1/+1
* [src/round_prec.c] MPFR_LIMB is actually useless now...vlefevre2018-09-041-2/+2
* [src/round_prec.c] Code style and potential correction for 16-bit limb.vlefevre2018-09-041-2/+2
* [src/sqrt_ui.c] Moved MPFR_SAVE_EXPO_FREE after mpfr_sqrt becausevlefevre2018-09-041-13/+7
* [src/round_prec.c] fixed for 16-bit limbzimmerma2018-09-042-3/+5
* [src/sqrt_ui.c] fixed for 16-bit limbzimmerma2018-09-041-0/+17
* [src/get_si.c] Make sure that a left shift is done on an unsigned typevlefevre2018-09-041-1/+1
* [src/div.c] fix for 16-bit limbs, and added commentszimmerma2018-09-041-13/+32
* [src/rint.c] fix for 16-bit limbzimmerma2018-09-041-1/+1
* [tests/tdiv.c] more detailed error messagezimmerma2018-09-041-2/+12
* [src/get_si.c] forgot cast when long > limbzimmerma2018-09-041-1/+1
* [src/get_ui.c] forgot cast when long > limbzimmerma2018-09-041-1/+1
* [src/odd_p.c] fix for 16-bit limbzimmerma2018-09-031-1/+1
* [tests/tbeta.c] exit at the first errorzimmerma2018-09-031-2/+3