summaryrefslogtreecommitdiff
path: root/sub.c
Commit message (Expand)AuthorAgeFilesLines
* Remove MPFR_ASSERTN(0) and add MPFR_ASSERTD(last condition) instead.pelissip2004-02-121-4/+2
* + Add mpfr_add1sp which provides addition when all the operands have the same...pelissip2004-02-121-2/+10
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Fix copyright lines (2004).pelissip2004-01-071-1/+1
* Fix bug of sub1sp.c on sparck.pelissip2004-01-071-2/+2
* Disable sub1sp in add.c and in sub.c since it provides some bugs on spark (Lo...pelissip2003-12-221-2/+2
* + Add function mpfr_print_mantissa_binary, for debugging reason.pelissip2003-12-091-2/+6
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+1
* Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).pelissip2003-11-051-7/+4
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-16/+13
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-51/+50
* Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECKvlefevre2003-05-221-6/+7
* fixed wrong inexact flag for a - b where a and b are of different signszimmerma2002-09-261-1/+1
* Copyright line updated.vlefevre2002-05-141-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* Optimization: mpfr_cmp2 now accepts any combination of real argumentsvlefevre2002-01-041-97/+56
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* add.c -> add.c & add1.cvlefevre2001-11-151-401/+0
* fixed pbs with inexact flagzimmerma2001-10-261-16/+26
* implemented overflow/underflowzimmerma2001-10-251-5/+33
* mpfr_add1 and mpfr_sub1 prototypes moved to mpfr-impl.h (to detect clashes).vlefevre2001-10-191-39/+35
* Comment: // --> /* ... */vlefevre2001-10-161-1/+1
* implemented inexact flagzimmerma2001-10-111-517/+316
* Cases where the result is 0 fixed.vlefevre2001-09-061-67/+104
* fixed bug for (2^53+4) - 1zimmerma2001-08-231-3/+5
* Bugs fixed (particular cases).vlefevre2001-08-221-9/+8
* fixed array bound write (bn < an + cancel1 + 1)zimmerma2001-07-061-16/+19
* Patch in the case MPFR_PREC(b) > MPFR_PREC(a)+cancel.hanrot2001-05-221-2/+15
* fixed new bug found by Nathalie Revol (case when add_one_ulp produces a carry)zimmerma2001-04-181-4/+12
* fixed bug for 1.0000... - 0.000001 for rounding up or nearestzimmerma2001-04-181-101/+151
* fixed problems with old K&R compilers (_PROTO missing)zimmerma2001-02-151-2/+2
* fixed bug when c does not overlap with a, b is negative and GMP_RNDNzimmerma2000-12-221-6/+16
* k2r -> ansi stylezimmerma2000-12-211-1/+5
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-1/+2
* adapted to NaN/Infzimmerma2000-12-151-6/+16
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* fixed potential problem in mpfr_sub1 (k=0 and kc<0)zimmerma2000-11-291-1/+2
* forgot cast to int before comparison between imax (can be negative) and anzimmerma2000-11-281-1/+1
* fixed bug when imax>anzimmerma2000-11-281-3/+4
* Infinis, premiere tentative.hanrot2000-11-211-0/+25
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-50/+50
* fixed another ABW bugzimmerma2000-09-281-1/+3
* fixed two Array Bound Writeszimmerma2000-09-281-2/+2
* fixed Array Bound Writezimmerma2000-09-271-1/+1
* fixed SEGV (mpn_lshift doesn't seem to like src_size=0)zimmerma2000-09-141-1/+4
* replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)zimmerma2000-08-161-39/+39
* be careful not to call mpn_sub_n/mpn_sub_1 with a size 0zimmerma2000-06-291-2/+3