summaryrefslogtreecommitdiff
path: root/src/mpfr-impl.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [acinclude.m4] Check struct lconv members (from <locale.h>) to avoid avlefevre2012-10-101-2/+12
* revert changeset r8412 (_Decimal64 might be defined in C++, but not as a macro)zimmerma2012-09-041-10/+0
* added support for --enable-decimal-float with g++ (does not work with icpc,zimmerma2012-09-041-2/+12
* Renamed WANT_ASSERT to MPFR_WANT_ASSERT in order to avoid a clashvlefevre2012-08-151-6/+6
* [src/{mpfr-impl.h,print_raw.c}] Removed unused function mpfr_dump_mantvlefevre2012-06-261-4/+0
* Added configure option --enable-assert=none to avoid checking anyvlefevre2012-06-261-0/+13
* [src/{init2.c,mpfr-impl.h}] Clean-up.vlefevre2012-06-251-13/+0
* Added Static Assertion support (modified patch from Patrick).vlefevre2012-06-251-0/+2
* added new functions mpfr_set_float128 and mpfr_get_float128zimmerma2012-06-251-0/+3
* Added functions that operate on groups of flags: mpfr_flags_clear,vlefevre2012-05-091-9/+12
|\
| * [src/mpfr-impl.h] Added MPFR_FLAGS_DIVBY0 (missing from r8143).vlefevre2012-04-241-0/+2
| * Merged /trunk:r8141-8142 with a few manual changes due to conflict:vlefevre2012-04-201-7/+22
| |\
| * \ Implemented the mpfr_flags_* functions (and mpfr_flags_test as a macro).vlefevre2012-04-191-25/+19
| |\ \
* | | | Updated URL's of mailing-list archives/messages in all filesvlefevre2012-05-031-1/+1
* | | | [src/mpfr-impl.h] Improved the noreturn feature.vlefevre2012-04-261-3/+13
* | | | Added support for _Noreturn function specifier (ISO C11).vlefevre2012-04-251-6/+11
* | | | [src/mpfr-impl.h] Forgot to replace the mpfr_clear_divby0 internal macrovlefevre2012-04-241-2/+2
* | | | [src/mpfr-impl.h] Added a comment concerning MPFR_INT_CEIL_LOG2 andvlefevre2012-04-231-0/+4
| |_|/ |/| |
* | | [src/mpfr-impl.h] Improved comment about MPFR_CLEAR_* macros.vlefevre2012-04-201-1/+3
* | | [src] Replaced the flags-related mpfr_clear_* internal macros by anvlefevre2012-04-201-19/+20
| |/ |/|
* | [src/mpfr-impl.h] Use a do-while statement for the MPFR_SET_ERANGE()vlefevre2012-04-191-2/+7
|/
* [src] New mpfr_flags_t type, defined as an unsigned int. For thevlefevre2012-03-261-3/+3
* [src/mpfr-impl.h] Added a MPFR_DBGRES macro to avoid a warning invlefevre2012-03-261-1/+7
* [src/mpfr-impl.h] Updated a comment.vlefevre2012-03-091-1/+1
* [src/mpfr-impl.h] Improved macros from the changeset r8025, invlefevre2012-03-091-5/+14
* [src] #include <stdlib.h> unconditionally in mpfr-impl.h; removedvlefevre2012-02-241-1/+1
* [src/mpfr-impl.h] Use %.*Rg instead of %.*Rf for MPFR_LOG_VAR.vlefevre2012-02-241-1/+1
* [src/const_euler.c] Replaced computations on double by computationsvlefevre2012-02-231-1/+0
* [src/mpfr-impl.h] Removed obsolete #define EXPM1.vlefevre2012-02-231-1/+0
* [src/mpfr.h] Decrease the MPFR_PREC_MAX value by 256 in order tovlefevre2012-02-231-3/+12
* [src/mpfr-impl.h] Use MPFR_ADD_PREC in MPFR_ZIV_NEXT.vlefevre2012-02-221-2/+2
* [src/mpfr-impl.h] Added an MPFR_ADD_PREC macro to safely increase somevlefevre2012-02-221-0/+6
* Avoid potential integer overflows and improve consistency. This shouldvlefevre2012-02-221-9/+14
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [src/mpfr-impl.h] Improved MPFR_IS_PURE_FP definition, so thatvlefevre2011-10-051-1/+2
* [src/mpfr-impl.h] Fixed a bug in the MPFR_UNLIKELY macro for GCCvlefevre2011-10-041-2/+3
* [src/mpfr-impl.h] Define new macros MPFR_EXT_EMIN and MPFR_EXT_EMAX.vlefevre2011-09-191-2/+6
* [src/mpfr-impl.h] Define LONGLONG_STANDALONE before includingvlefevre2011-09-141-0/+1
* Make ceil_mul() public as mpfr_ceil_mul() in mpfr-impl.hthevenyp2011-07-281-0/+2
* Added mpfr-intmax.h header.vlefevre2011-05-131-16/+1
* Started to support mpfr_exp_t defined as intmax_t (_MPFR_EXP_FORMAT==4).vlefevre2011-05-131-0/+20
* [src/mpfr-impl.h] Exponent properties: corrected comments and removedvlefevre2011-05-121-7/+3
* [src/{mpfr.h,mpfr-impl.h,vasprintf.c}] Clean-up and improvementvlefevre2011-05-121-8/+13
* [src/mpfr-impl.h] Added missing parentheses in MPFR_SADD_OVERFLOWvlefevre2011-05-121-2/+2
* Fixed constants pi and log(2) computation when logging is used: Whenvlefevre2011-05-111-2/+21
* [mpfr-impl.h] fixed typozimmerma2011-05-041-1/+1
* [src/mpfr-impl.h] In MPFR_RNDRAW_GEN, do not try to compute thevlefevre2011-05-031-3/+11
* [src/mpfr-impl.h] MPFR_RNDRAW_GEN: added other missing parentheses.vlefevre2011-05-031-1/+1