summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
Commit message (Expand)AuthorAgeFilesLines
* mpfr-impl.h: fixed MPFR_UNSIGNED_MINUS_MODULO logic and added missingvlefevre2008-12-261-3/+3
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-221-1/+1
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-221-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* mpfr-impl.h: as not all ICC versions define the __ICC macro (onlyvlefevre2008-08-211-15/+19
* Fixed basic underflow checking in mpfr_pow.vlefevre2008-08-191-0/+2
* mpfr-impl.h: defined macro INITIALIZED to declare that some variablevlefevre2008-08-181-0/+12
* Merged vlefevre branch:vlefevre2008-08-111-0/+3
* mpfr-impl.h: added a space for MPFR_LOG_MSG.vlefevre2008-08-081-1/+1
* Further code clean-up (and consistency) based on icc warnings:vlefevre2008-08-071-54/+54
* mpfr.h, mpfr-impl.h: avoid warnings with icc (at least icc 10.1).vlefevre2008-08-071-3/+3
* mpfr-impl.h: make sure that mpfr_get_exp_t and mpfr_set_exp_t arevlefevre2008-07-291-2/+10
* Change #include <stdio.h> to #include <cstdio> when compiled with a C++ compi...thevenyp2008-06-101-0/+4
* mpfr-impl.h: generate an error (with a clear error message) with g++ andvlefevre2008-06-101-2/+2
* Reverted changeset r5355. Better patch to avoid the warningsvlefevre2008-05-201-5/+2
* Avoid warnings "warning: label 'addoneulp_doit' defined but not used"vlefevre2008-05-201-0/+5
* add support of thousands separator option (' flag, defined in Single UNIX Spe...thevenyp2008-02-081-0/+2
* mpfr-impl.h: removed MPFR_CHECK* macros as they are not used.vlefevre2008-02-061-10/+0
* Changes related to thread-local variables / TLS support.vlefevre2008-01-231-23/+7
* mpfr-impl.h: when building MPFR with the GMP build directory,vlefevre2008-01-161-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* mpfr-impl.h: updated description of MPFR_CAN_ROUND.vlefevre2007-12-191-1/+2
* Merged the feature-block branch to the trunk:vlefevre2007-12-181-0/+34
* MPFR_DECIMAL_POINT now needs to have type char (because of vasprintf.c).vlefevre2007-11-261-2/+4
* Makefile.am: add mpfr_printf-like functionsthevenyp2007-11-231-0/+6
* mpfr-impl.h: removed trailing spaces.vlefevre2007-11-051-2/+2
* added new macro MPFR_ALIASzimmerma2007-11-051-0/+17
* mpfr-impl.h: added a comment concerning __gmpfr_one, __gmpfr_two andvlefevre2007-11-021-0/+4
* pow.c, tpow.c: fixed bugs reported by Kevin Rauchzimmerma2007-10-301-1/+1
* new function mpfr_modf and add restrictions on mpfr_sin_cos' variablesthevenyp2007-09-131-1/+1
* mpfr-impl.h: if MPFR_USE_THREAD_SAFE is defined (--enable-thread-safe):vlefevre2007-08-141-0/+13
* Added a TODO concerning the description of mpfr_round_near_x.vlefevre2007-08-091-1/+2
* Replaced l2b cache by constants, as suggested by Patrick Pelissier,vlefevre2007-07-311-1/+1
* mpfr-impl.h: added more casts for g++.vlefevre2007-07-271-2/+3
* Reformat.vlefevre2007-07-271-32/+37
* Applied patch from Patrick to be able to build MPFR with g++.vlefevre2007-07-271-1/+1
* Renamed mpfr_l2b as __gmpfr_l2b for consistency.vlefevre2007-07-201-1/+1
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-8/+11
* Added a comment concerning the MPFR_SMALL_INPUT_AFTER_SAVE_EXPO macro.vlefevre2007-06-201-1/+3
* Added MPFR_SMALL_INPUT_AFTER_SAVE_EXPO macro; updated expm1.c to usevlefevre2007-06-201-0/+25
* mpfr-impl.h: improved error message when thread safe is not supported.vlefevre2007-05-311-1/+1
* Defined new macros SIGN and SAME_SIGN in mpfr-impl.h to canonicalizevlefevre2007-05-291-0/+3
* changed 1st-order Taylor term from x to v to avoid confusion with the zimmerma2007-05-281-8/+9
* fixed typozimmerma2007-05-281-1/+1
* Avoid integer overflow in MPFR_FAST_COMPUTE_IF_SMALL_INPUT.vlefevre2007-05-281-17/+26
* mpfr-impl.h: added a comment about the exponent limits for MPFR numbers.vlefevre2007-02-091-1/+5
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Replaced some computations using the type double by computations usingvlefevre2007-01-171-1/+9
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* mpfr-impl.h: added a comment about MPFR_WARNING.vlefevre2006-11-191-0/+3