summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
Commit message (Expand)AuthorAgeFilesLines
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Add attribute const and noreturn for function (via macros).pelissip2005-06-021-4/+24
* Final version of MPFR_GROUP macros.pelissip2005-05-231-30/+86
* Replace TMP_ALLOC by MPFR_TMP_ALLOCpelissip2005-05-181-10/+23
* Typo.pelissip2005-05-171-0/+1
* Add new macro MPFR_SAVE_DECL_UPDATE_FLAGSpelissip2005-05-171-0/+2
* Extract constants (__gmpfr_one, two and four) from log.c to constant.cpelissip2005-05-171-3/+7
* Fix some problems when you define mpfr_prec_t to be an unsigned short.pelissip2005-05-131-75/+84
* 1. Change the prototype of mpfr_can_round to use const.pelissip2005-05-101-11/+39
* Add a macro for mpfr_const_catalan for internal use.pelissip2005-04-221-0/+1
* added Catalan's constantzimmerma2005-04-201-2/+3
* Tiny update.pelissip2005-03-291-13/+60
* Add new internal function for debugging reasons.pelissip2005-03-251-0/+4
* Add new internal function mpfr_round_p which is a fast replacementpelissip2005-03-141-0/+7
* Move GLIBC detection from mpfr-impl to logging.cpelissip2005-03-081-2/+2
* Clean up macro namespace.pelissip2005-03-081-3/+5
* Add tune for mpfr_mulhighpelissip2005-03-071-1/+2
* Add tune program for MPFR.pelissip2005-02-241-5/+1
* Fix wrong integer types.pelissip2005-02-161-1/+3
* Do not print final log message if there was no call.pelissip2005-02-151-1/+2
* Add MPFR_LOG_FUNCpelissip2005-02-141-5/+18
* new faster algorithm for log(2)zimmerma2005-02-121-6/+0
* Clean up const_log2 code.pelissip2005-02-111-0/+4
* Add support for Shared Library in MPFR (both Unix and Windows) by using libtool.pelissip2005-02-081-79/+88
* Add option "thread-safe" to configure.pelissip2005-02-031-60/+71
* mpfr.h doesn't export anymore any globals.pelissip2005-02-031-4/+49
* Change user interface for mpfr_const_pi, mpfr_const_log2 andpelissip2005-02-031-9/+7
* Rename internal functions mpfr_set_overflow in mpfr_overflow andpelissip2005-02-031-2/+2
* Reduce the size of some lines (more than 80 chars).pelissip2005-02-031-7/+11
* Move mpfr_nexttozero and mpfr_nexttoinf from static to mpfr-impl.pelissip2005-02-021-0/+3
* Add experimental logging feature.pelissip2005-02-021-0/+111
* Removed a useless test in macro MPFR_UNSIGNED_MINUS_MODULO.vlefevre2005-01-281-35/+37
* New version of mpfr_set_ld and mpfr_get_ld for IEEE Extended Little Endian.pelissip2005-01-271-12/+23
* Add forgotten 2005 copyright line.pelissip2005-01-121-1/+2
* Fix problem of `mpn_sub_nc' which may or may not be defined in libgmp.apelissip2005-01-121-0/+20
* Optimize mpfr_exp2 by inlining some code, and by avoiding usingpelissip2005-01-041-2/+11
* Add "MPFR_USE_NO_MACRO" user macro: it allows the user to linkpelissip2004-12-141-5/+22
* Optimize mpfr_set4.pelissip2004-12-091-0/+118
* Optimize mpfr_mul by inlining and rewriting the rounding.pelissip2004-12-081-2/+108
* Fix typos in INSTALL.pelissip2004-11-191-1/+5
* Remove mpfr_save_emin_emax and mpfr_restore_emin_emaxpelissip2004-11-181-2/+3
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-0/+24
* Reorder the file and put sections to make it cleaner and more readable.pelissip2004-11-181-189/+292
* Add a prototype of own TMP_ALLOC. Don't know if it is a good idea.pelissip2004-11-181-0/+18
* Remove use of CNST_LIMB and TMP_ALLOC_LIMB which are GMP internal.pelissip2004-11-101-3/+5
* Add __extension__ to avoid warning useless in GCC.pelissip2004-11-101-3/+3
* Fix wrong Visual C++ code.pelissip2004-11-031-8/+10
* Removed the definitions of DBL_POS_INF/DBL_NEG_INF/DBL_NAN forvlefevre2004-10-271-8/+7
* Hard code NAN, +INF and -INF values for MVC.pelissip2004-10-181-4/+12
* Add mpfr_clear_erangeflag and mpfr_erangeflag_p.pelissip2004-09-291-3/+5