summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move mpfr_inits from mpfr-impl to mpfr.h.pelissip2004-09-291-4/+0
* Add ICC detection && support.pelissip2004-09-201-4/+10
* Fix a typo.pelissip2004-09-161-1/+1
* Add 2 new macros for handling correctly overflow.pelissip2004-09-141-0/+30
* Add description of what does MPFR_INT_CEIL_LOG2.pelissip2004-08-231-1/+2
* Improve a comment.pelissip2004-08-231-1/+2
* Add MPFR_INT_CEIL_LOG2 macro and __gmpfr_int_ceil_log2 functionpelissip2004-08-231-7/+17
* Add new functions: mpfr_get_emin_min, mpfr_get_emax_max, mpfr_get_emin_max andpelissip2004-08-191-1/+11
* Remove unused item "rnd_mode" in cache struct.pelissip2004-07-161-1/+1
* Remove some unused code.pelissip2004-07-061-7/+11
* Respace some macro.pelissip2004-06-101-1/+1
* Optimize cos.pelissip2004-05-071-0/+9
* Add MPFR_TMP_INIT_ABS macro.pelissip2004-05-051-0/+6
* Add option in configure: --disable-cachepelissip2004-04-211-0/+7
* Add preliminary generic code to handle cached const.pelissip2004-04-211-0/+3
* Modify a few the allocation scheme without gmp-impl.hpelissip2004-04-071-10/+14
* Move detecting macros (__MPFR_GCC, __MPFR_STDC, __MPFR_GLIBC and __MPFR_GMP) ...pelissip2004-03-261-0/+25
* Rename mpfr_exp3 in mpfr_exp_3.pelissip2004-03-171-1/+7
* Optimize mpfr_round_raw_?pelissip2004-02-251-2/+6
* Remove some warnings.pelissip2004-02-241-0/+6
* Rename 'longlong.h' in 'mpfr-longlong.h' so that when MPFR is builtpelissip2004-02-231-1/+1
* Changed mpfr_sum to use unsigned long instead of unsigned int. More tests.fousse2004-02-201-1/+1
* + Add mpfr_add1sp which provides addition when all the operands have the same...pelissip2004-02-121-0/+1
* Added mpfr_sum function.pelissip2004-02-061-0/+3
* + Better support of non IEEE doubles.pelissip2004-02-061-30/+46
* Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract...pelissip2004-01-281-12/+18
* added several hard-coded tests (and fixed bugs found)zimmerma2004-01-221-2/+6
* Add new macros.pelissip2004-01-151-9/+17
* mpn_exp -> mpfr_mpn_expzimmerma2004-01-151-1/+1
* Updated MPFR_INTPREC_MAX definition, as mpfr_prec_t has changed.vlefevre2004-01-071-0/+8
* Added casts to size_t so that integers representing a size getvlefevre2004-01-071-3/+3
* + Rearrange the code to be more "compatible" with broken systems.pelissip2003-12-221-34/+20
* Support of MPFR_PREC_FORMAT.pelissip2003-12-191-23/+16
* Remove one warning in mpf_compat.hpelissip2003-12-191-39/+31
* + Optimize a few div.cpelissip2003-12-151-13/+12
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-7/+36
* Port all the IEEE dependent remaining functions so that it uses a generic way...pelissip2003-12-011-3/+19
* Optmize a few add1.c/sub1.c by using MPFR_LIKELY / MPFR_UNLIKELY.pelissip2003-11-251-1/+10
* + Add new internal function: mpfr_check.pelissip2003-11-211-0/+2
* * Optimize a few div.c and mul.c.pelissip2003-11-171-12/+41
* Some minor optimizations.pelissip2003-11-071-47/+45