summaryrefslogtreecommitdiff
path: root/src/mpfr-impl.h
Commit message (Expand)AuthorAgeFilesLines
* [src/mpfr-impl.h] Logging: output the flags at "IN" and "OUT".vlefevre2021-04-231-2/+4
* [src/mpfr-impl.h] Added cast to int for __LINE__ in formatted output.vlefevre2021-04-161-2/+3
* added mpfr_pow_uj and mpfr_pow_sjzimmerma2021-02-091-0/+3
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src/mpfr-impl.h] Removed a now useless test on __clang__, correspondingvlefevre2021-01-031-13/+2
* fixed initial precision in sinu, cosu and tanuzimmerma2020-12-181-2/+2
* [src/mpfr-impl.h] Updated UBF comment about aliasing rules.vlefevre2020-10-211-0/+10
* [src/mpfr-impl.h] Updated UBF comment about aliasing rules.vlefevre2020-10-211-2/+4
* [src/mpfr-impl.h] Updated UBF comment about aliasing rules.vlefevre2020-10-211-0/+3
* [src/mpfr-impl.h] Added a TODO for the numberof() macro: make it avlefevre2020-10-081-0/+8
* [src] Consistency: in prototypes, changedvlefevre2020-10-071-1/+1
* [src,tests] Consistency: in prototypes, changedvlefevre2020-08-211-1/+2
* Fixed 2 issues with tests/tvalist.c:vlefevre2020-06-101-3/+1
* [src/mpfr-impl.h] Changed the code that defines MPFR_LONG_WITHIN_LIMBvlefevre2020-06-091-4/+11
* [src/{mpfr-impl.h,mpfr-intmax.h}] Added code to check that mpfr-intmax.hvlefevre2020-06-021-2/+6
* Bug fixes and cleanup related to "src/mpfr-intmax.h" by introducingvlefevre2020-06-011-1/+2
* Reworked decimal support and detection, resolving FIXMEs.vlefevre2020-04-101-0/+49
* [src] Moved the definition of the numberof() macro from mpfr-gmp.h tovlefevre2020-03-271-1/+26
* Consistency: "a UBF" → "an UBF" since UBF stands for "unbounded float".vlefevre2020-03-261-5/+5
* [src/mpfr-impl.h] Updated UBF comment about aliasing rules.vlefevre2020-03-261-2/+2
* [src/mpfr-impl.h] Updated UBF comment about aliasing rules.vlefevre2020-03-261-3/+34
* [src/mpfr-impl.h] Bug fix (MPFR_ZEXP(x) as used for an assignmentvlefevre2020-03-261-2/+5
* [src/mpfr-impl.h] UBF: updated comment: this breaks aliasing rules, butvlefevre2020-03-261-3/+5
* [src/mpfr-impl.h] UBF: reordered macro definitions.vlefevre2020-03-231-4/+4
* [src]vlefevre2020-03-231-0/+6
* [src/mpfr-impl.h] Removed an incorrect comment before MPFR_TMP_INIT1vlefevre2020-02-141-1/+0
* [src/mpfr-impl.h]vlefevre2020-02-121-26/+17
* [src/mpfr-impl.h] Added UBF-related comments.vlefevre2020-02-121-2/+10
* [src/mpfr-impl.h] Added UBF-related comments.vlefevre2020-02-121-1/+17
* [src/mpfr-impl.h] Added a comment for UBF and types.vlefevre2020-02-121-0/+8
* [src/mpfr-impl.h] Added a comment for INEXPOS.vlefevre2020-02-111-1/+2
* [src/mpfr-impl.h] INEXPOS and VSIGN code improvement.vlefevre2020-02-111-2/+8
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* [src]vlefevre2019-09-031-0/+4
* Renamed MPFR_CONST_ATTR macro to MPFR_CONST_FUNCTION_ATTR in order to bevlefevre2019-07-121-3/+3
* Fixed spelling mistakes found by codespell 1.15.0.vlefevre2019-07-081-1/+1
* [src/mpfr-impl.h] MPFR_GROUP_* macros / mpfr_group_t structure: whenvlefevre2019-07-021-0/+14
* [src/mpfr-impl.h] Undefine HAVE_LDOUBLE_IS_DOUBLE & HAVE_LDOUBLE_IEEE_*vlefevre2019-06-011-0/+5
* [src/mpfr-impl.h] Code simplification with the genericvlefevre2019-05-241-6/+5
* [src] Instead of including <float.h> in volatile.c (r13493), do thatvlefevre2019-05-241-0/+1
* New macro MPFR_FALLTHROUGH to avoid -Wimplicit-fallthrough warningsvlefevre2019-04-161-0/+9
* Cleanup / fixes related to intmax_t, mpfr_intmax_t, etc.vlefevre2019-03-291-20/+0
* [src/mpfr-impl.h] Updated a comment about MPFR_DECL_INIT_CACHE andvlefevre2019-01-251-0/+3
* [src/mpfr-impl.h] Added a comment about the cache-related types, whichvlefevre2019-01-091-0/+4
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* [src/mpfr-impl.h] Added a comment with a warning concerning thevlefevre2018-11-271-0/+6
* [src/{int_ceil_log2.c,mpfr-impl.h}] Consistent postcondition forvlefevre2018-11-161-1/+4
* Avoid GCC's -Wcast-align warnings with 8-bit limbs (a correct alignmentvlefevre2018-11-161-3/+10
* [src/mpfr-impl.h] Fixed MPFR_LIMB_MASK() macro.vlefevre2018-09-181-2/+4