summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
Commit message (Expand)AuthorAgeFilesLines
* [mpfr-impl.h] Added log messages for the MPFR_GROUP_* macros.vlefevre2010-06-061-0/+9
* Detect when the intmax_t type is available but INTMAX_MAX doesn't workvlefevre2010-05-221-0/+21
* Merged latest changes concerning mpfr_ai from trunk.vlefevre2010-05-221-0/+6
* Type corrections for C++ compilers (in particular, mpfr_rnd_t vs int).vlefevre2010-05-191-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-19/+19
* Changed the precision type mpfr_prec_t from an unsigned integer typevlefevre2010-05-071-19/+6
* To avoid breaking the ABI when faithful rounding gets implemented, addedvlefevre2010-05-031-0/+6
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-26/+26
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-40/+40
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-40/+45
* patch to recognize IEEE quad, little endian format for "long double"zimmerma2009-12-101-0/+21
* [scale2.c] now mpfr_scale2 is included in mpfr-impl.h, instead of #includingzimmerma2009-12-101-0/+2
* mpfr-impl.h: got rid of broken code when _GMP_IEEE_FLOATS was definedvlefevre2009-11-291-19/+19
* mpfr-impl.h, sin_cos.c, tests/tsin_cos.c: mp_rnd_t -> mpfr_rnd_t.vlefevre2009-09-181-1/+2
* [sin.c,cos.c] use mpfr_sincos_fast when prec >= MPFR_SINCOS_THRESHOLDzimmerma2009-09-181-0/+2
* changed suffix _binary32 -> _fltzimmerma2009-09-151-1/+1
* added new functions mpfr_set_binary32 and mpfr_get_binary32zimmerma2009-09-151-0/+5
* changed function into bernoulli.c (which was static, included 3 times) intozimmerma2009-09-041-0/+3
* towards -> toward (consistency).vlefevre2009-09-021-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-19/+19
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-261-2/+0
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-051-0/+2
* Change base upper limit in string conversion up to 62.thevenyp2009-03-251-1/+1
* urandomb.c mpfr-gmp.c mpfr-gmp.h: mpfr_rand_raw is now in urandom.c.thevenyp2009-03-241-0/+3
* [mpfr-impl.h,cache.c] commented out mpfr_init_cachezimmerma2009-03-051-0/+2
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-14/+14
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Untabified and deleted trailing spaces (for patches).vlefevre2009-02-271-6/+6
* added round to away (still experimental)zimmerma2009-02-261-3/+18
* mpfr-impl.h: avoid a compiler bug under Mac OS X Tiger + Xcode (&x == &xvlefevre2009-01-211-5/+8
* Fixed bug reported by Chris Saunders: if _GMP_IEEE_FLOATS is defined,vlefevre2009-01-201-4/+6
* mpfr-impl.h: comment for DOUBLE_ISNAN with MPFR_NANISNAN defined.vlefevre2009-01-191-1/+3
* mpfr-impl.h: the DOUBLE_ISNAN macro wasn't working with gcc -ffast-mathvlefevre2009-01-191-2/+3
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* 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