summaryrefslogtreecommitdiff
path: root/src/mpfr-impl.h
Commit message (Expand)AuthorAgeFilesLines
* [src/mpfr-impl.h] Improved MPFR_LIMB_* macros for mp_limb_t < intvlefevre2018-09-171-12/+13
* [src/mpfr-impl.h] Check that MPFR_HAVE_GMP_IMPL and MPFR_USE_MINI_GMPvlefevre2018-09-121-0/+3
* Removed trailing whitespace.vlefevre2018-09-061-1/+1
* [src/mpfr-impl.h] Indentation.vlefevre2018-09-051-4/+4
* [src/exp_2.c] export (internally) nbits_ulong (renamed to mpfr_nbits_ulong)zimmerma2018-09-051-0/+2
* [src/mpfr-impl.h] Define MPFR_LIMB_LSHIFT(x,c) macro to do a left shift,vlefevre2018-08-311-6/+15
* [src/mpfr-impl.h] Corrected a comment and added a warning.vlefevre2018-08-311-2/+8
* [src/mpfr-impl.h] fix MPFR_INT_CEIL_LOG2 for 16-bit limbzimmerma2018-08-311-1/+14
* [src/mpfr-impl.h] Fix for MS Windows.vlefevre2018-08-311-4/+7
* [src/mpfr-impl.h] Make sure that MPFR_LONG_WITHIN_LIMB is defined ifvlefevre2018-08-311-2/+10
* [src/mpfr-impl.h] fixed wrong #ifdefzimmerma2018-08-311-1/+1
* [src/mpfr-gmp.h] removed leftover debug statementzimmerma2018-08-311-0/+7
* [src/mpfr-gmp.h] more changes for 16-bit limbzimmerma2018-08-301-0/+2
* [src/mpfr-impl.h] Mention WG14/N2270 (proposed maybe_unused attribute),vlefevre2018-08-271-0/+3
* [src/mpfr-impl.h] Added a cast to mp_bitcnt_t in order to fix potentialvlefevre2018-08-161-9/+9
* Added MPFR_INC_PREC definition (similar to MPFR_ADD_PREC) and replacedvlefevre2018-08-161-4/+6
* Shared caches: fix and minor changes.vlefevre2018-07-181-2/+2
* [src/mpfr-impl.h] Added a FIXME: _Decimal128 code and _MPFR_IEEE_FLOATSvlefevre2018-07-131-0/+3
* [src/mpfr-impl.h] Spelling in a comment.vlefevre2018-06-231-1/+1
* [src/mpfr-impl.h] Fixed change in r12847.vlefevre2018-06-231-2/+2
* [src/mpfr-impl.h] Improved a comment about union ieee_decimal128.vlefevre2018-06-221-1/+1
* Do not assume that the bit-field ordering for _Decimal128 is necessarilyvlefevre2018-06-221-2/+9
* [acinclude.m4] added configure test to determine the encoding of _Decimal128 ...zimmerma2018-06-221-4/+2
* [src/mpfr-impl.h] About union ieee_double_decimal64: removed anvlefevre2018-06-221-1/+2
* Changed union ieee_double_decimal128 to union ieee_decimal128 since thisvlefevre2018-06-221-13/+10
* [src/mpfr-impl.h] Updated TODO for DPD.vlefevre2018-06-221-1/+3
* [src/mpfr-impl.h] Added TODO for DPD (better structure definition).vlefevre2018-06-221-1/+3
* [src/mpfr-impl.h] Updated a title comment (→ Decimal support).vlefevre2018-06-211-1/+1
* [src/mpfr-impl.h] Corrected a comment.vlefevre2018-06-211-1/+3
* [src/mpfr-impl.h] assume little-endian double implies little-endian decimal128zimmerma2018-06-211-0/+17
* [src/mpfr-impl.h] FIXME for _Decimal128.vlefevre2018-06-211-0/+2
* [src/set_d128.c] (partly) implement the _MPFR_IEEE_FLOATS case (BID only so far)zimmerma2018-06-211-0/+13
* [src/mpfr-impl.h] Concerning r12738, the safer code can be avoidedvlefevre2018-06-021-5/+7
* [src/mpfr-impl.h] Fixed potential compilation failure with _Decimal64,vlefevre2018-05-311-3/+3
* [src/mpfr-impl.h] With GCC, select safer code for DOUBLE_ISNAN(x).vlefevre2018-05-311-9/+11
* [src/mpfr-impl.h] Added a FIXME about DOUBLE_ISNAN and GCC.vlefevre2018-05-301-0/+6
* [src/{mpfr-impl.h,mpn_exp.c}] Changed the return type of mpfr_mpn_expvlefevre2018-05-251-2/+2
* [src/mpfr-impl.h] Added a comment for UBF.vlefevre2018-05-221-1/+4
* [src/mpfr-impl.h] Added a comment about UBF and alignment requirements.vlefevre2018-05-221-0/+9
* [src/mpfr-impl.h] Reverted r12588: there should be no alignment issuesvlefevre2018-04-121-3/+0
* [src/mpfr-impl.h] Added a note about alignment constraints for UBF.vlefevre2018-04-121-0/+3
* Moved the MAX, MIN and ABS macros from tests/mpfr-test.h tovlefevre2018-04-061-0/+11
* [src/mpfr-impl.h] Removed MPFR_LIMBS_PER_LONG_DOUBLE as it was notvlefevre2018-02-231-7/+0
* [src/mpfr-impl.h] Typo in a comment.vlefevre2018-02-231-1/+1
* [src/get_d64.c] simplified code, and removed dead codezimmerma2018-02-231-1/+2
* [src/set_ld.c] improve code when HAVE_LDOUBLE_IEEE_EXT_LITTLE is definedzimmerma2018-02-231-1/+1
* [src/mpfr-impl.h] Typo in a comment.vlefevre2018-02-221-1/+1
* changed __float128 (gcc specific) into the standard type _Float128zimmerma2018-02-221-1/+1
* [src/agm.c,src/div.c,src/mpfr-impl.h] replaced MPFR_EXT_EMIN by MPFR_EMIN_MIN,zimmerma2018-02-181-6/+2
* Added a case for the value coverage for tdiv_ui.vlefevre2018-01-311-1/+1