summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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