summaryrefslogtreecommitdiff
path: root/mpfr-impl.h
Commit message (Expand)AuthorAgeFilesLines
* SAFE_ABS changed so that it can be used for any unsigned type.vlefevre2002-04-191-1/+2
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* Code clean-up.vlefevre2002-04-121-0/+3
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* sqrtrem.c removed.vlefevre2002-04-021-1/+0
* defined macros for 0/0, 1/0, -1/0zimmerma2002-03-191-0/+4
* New mpfr_get_d, mpfr_get_d2, mpfr_get_d3.vlefevre2002-03-111-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* mpfr_get_d2 prototype changed (mp_exp_t instead of long).vlefevre2002-02-251-1/+1
* MP_EXP_T_MAX and MP_EXP_T_MIN defined.vlefevre2002-02-131-0/+3
* Macros IS_POW2 and NOT_POW2.vlefevre2002-02-131-1/+5
* MPFR_PREC_MAX redefined.vlefevre2002-01-221-0/+6
* New macro MPFR_RESTORE_RET.vlefevre2002-01-201-1/+16
* Optimization: mpfr_cmp2 now accepts any combination of real argumentsvlefevre2002-01-041-2/+2
* Casts to size_t added (safer and could be required in the future).vlefevre2001-11-251-3/+6
* mpfr_can_round and mpfr_can_round_raw: prototypes changed.vlefevre2001-11-221-1/+1
* mpfr_round rewritten.vlefevre2001-11-201-1/+1
* Added macro MPFR_SET_ABSSIZE.vlefevre2001-11-201-0/+3
* GMP assert mechanism: macros changed until GMP is fixed.vlefevre2001-11-161-5/+11
* changed to use GMP assert mechanismzimmerma2001-11-161-10/+3
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-1/+1
* MP_LIMB_T_ONE defined.vlefevre2001-11-101-13/+20
* mpfr_cmp2: return type changed to mp_prec_t.vlefevre2001-11-081-1/+1
* round_raw, round_raw2 -> round_raw_generic. Macros to simulate previoushanrot2001-10-251-4/+12
* mpfr_add1 and mpfr_sub1 prototypes moved to mpfr-impl.h (to detect clashes).vlefevre2001-10-191-0/+4
* Documentation updated.vlefevre2001-10-191-1/+2
* Macro MPFR_RET_NAN.vlefevre2001-10-191-0/+3
* fixed MPFR_ASSERTzimmerma2001-10-121-1/+6
* added 'if' in MPFR_ASSERT to avoid compiler warningzimmerma2001-10-121-1/+1
* GCC option -Wno-implicit removed and prototype added to mpfr-impl.hvlefevre2001-09-131-0/+1
* MPFR_RET: definition changed to avoid warning.vlefevre2001-09-111-1/+1
* Macro SAFE_ABS.vlefevre2001-09-111-0/+4
* Inexact ternary value and flag for mpfr_set_underflow, mpfr_set_overflowvlefevre2001-09-111-2/+2
* Macro MPFR_RET added. Ternary value for mpfr_set4.vlefevre2001-09-111-0/+3
* Parameter added to mpfr_round_raw: pointer to inexact ternary value.vlefevre2001-09-101-1/+1
* Case +0 + -0 fixed.vlefevre2001-08-291-0/+2
* Assertion support with debug level.vlefevre2001-08-251-0/+12
* Some support for exponent change and exceptions.vlefevre2001-08-251-0/+12
* added constant ALPHA (for mpfr_const_euler)zimmerma2001-08-231-0/+1
* Cleaner MPFR_SET_SAME_SIGN.vlefevre2001-08-131-1/+1
* Macros MPFR_SET_SAME_SIGN, MPFR_INIT and MPFR_INIT1 changed to expressions.vlefevre2001-08-131-11/+13
* macros MPFR_NOTZERO and MPFR_ISZERO did not work properly with 64-bit wordszimmerma2001-07-061-3/+3
* Macros MPFR_INIT and MPFR_INIT1 fixed.vlefevre2001-06-231-4/+7
* changed return value of mpfr_cmp2zimmerma2001-04-031-1/+1
* moved mpfr_sgn to mpfr.h (defined in manual)zimmerma2001-02-151-1/+0
* moved prototypes for mpfr_set4 and mpfr_cmp3 to mpfr.hzimmerma2000-12-221-2/+0
* added MPFR_CLEAR_NANzimmerma2000-12-211-2/+7
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-40/+76
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1