summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed MPFR_INT_CEIL_LOG2 (in mpfr-impl.h) and __gmpfr_int_ceil_log2vlefevre2005-10-311-2/+3
* now tune Mulders short square (not yet used)zimmerma2005-10-291-0/+1
* Fixed a #ifdef (when --enable-assert isn't used).vlefevre2005-09-111-1/+1
* Changed the MPFR_ASSERTD into a MPFR_ASSERTN for MPFR_INT_CEIL_LOG2vlefevre2005-09-111-1/+1
* Fix spelling mistake.pelissip2005-09-101-1/+1
* Replaced unsigned long bit-fields (GCC extension) by insigned intvlefevre2005-09-061-11/+11
* Avoid MIPSpro / IRIX64 (incorrect) optimizations for DOUBLE_ISNAN.vlefevre2005-09-021-1/+3
* More portable DOUBLE_ISNAN (useful for MIPSpro under IRIX64).vlefevre2005-09-021-1/+5
* check for overflow/underflow in pow and gammazimmerma2005-08-291-0/+1
* When WANT_ASSERT >= 2: the corresponding messages are now outputvlefevre2005-08-241-0/+3
* Better locale support (for the decimal point in string conversionsvlefevre2005-08-211-0/+3
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-14/+14
* Converted tabs to spaces with expand.vlefevre2005-08-181-185/+185
* Updated mpfr_get_ld: removed useless and non-portable hacks, fixedvlefevre2005-08-181-7/+22
* Added MPFR_DOUBLE_SPEC (not used yet, except for warning messages).vlefevre2005-08-111-0/+15
* Fix and clean up logging for GCC 4.0.xpelissip2005-07-261-3/+5
* Clean up code.pelissip2005-07-261-2/+1
* Improve logging:pelissip2005-07-261-1/+3
* Fixed locale bug. Function strncasecmp is no longer used.vlefevre2005-07-111-21/+0
* Fix bug of NAN and INF.pelissip2005-06-101-2/+2
* Clean up use of stdio.h:pelissip2005-06-081-0/+5
* MPFR_GET_EXP was wrongly defined and does nothing due to recursivepelissip2005-06-071-1/+1
* Fix bug in MPFR_GROUP_REPREC_3.pelissip2005-06-071-1/+1
* 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