summaryrefslogtreecommitdiff
path: root/agm.c
Commit message (Expand)AuthorAgeFilesLines
* Try to optimize a few agm by rewriting a few the loop.pelissip2004-07-091-22/+26
* Minor Optimizations.pelissip2004-04-271-94/+38
* Fix a bug when both op are < 0 (It seems it was my fault).pelissip2004-04-201-59/+68
* Commented out the now useless "double uo, vo;".vlefevre2004-02-161-22/+24
* improved coverage testzimmerma2004-02-131-38/+55
* Add forgotten copyright 2004 line.pelissip2004-02-061-2/+1
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* added new tests for agm and hypot (+ fixed bugs)zimmerma2004-01-301-3/+3
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-2/+3
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-7/+4
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-32/+33
* Change the internal format of MPFR: ZERO, INF and NAN have special values of ...pelissip2003-10-271-14/+12
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-3/+4
* fixed pb found by Damien Fisherzimmerma2003-08-041-3/+8
* Suppress some #define and fix symbol names (makes code cleaner):vlefevre2002-12-161-6/+6
* now mpfr_agm returns an int (inexact flag)zimmerma2002-09-181-7/+13
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-2/+2
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* removed nested TMP_MARK's (problems when configuring gmp with --disable-alloca)zimmerma2002-04-051-2/+2
* fixed pb with two markers (with --disable-alloca)zimmerma2002-04-051-10/+4
* Copyright line changed.vlefevre2002-03-041-1/+1
* _mpfr_ceil_log2, _mpfr_floor_log2, _mpfr_ceil_exp2 in separate files.vlefevre2002-02-211-47/+0
* mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui.vlefevre2002-02-141-1/+1
* Misc bug fixes and code clean-up.vlefevre2002-02-011-1/+3
* Optimization: mpfr_cmp2 now accepts any combination of real argumentsvlefevre2002-01-041-15/+12
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-9/+1
* translated french comments to englishzimmerma2001-11-161-6/+1
* cosmetic changeszimmerma2001-10-151-16/+36
* #include added/removed.vlefevre2001-09-131-0/+1
* nested double TMP_DECL'szimmerma2001-06-181-1/+2
* check overflow in _mpfr_ceil_exp2zimmerma2001-02-161-0/+4
* fixed problems with old K&R compilers (_PROTO missing)zimmerma2001-02-151-3/+6
* fixed bug in _mpfr_ceil_exp2 (underflow when exp < -1022)zimmerma2001-01-051-3/+4
* simplified _mpfr_floor_log2zimmerma2000-12-221-4/+1
* k2r -> ansi stylezimmerma2000-12-211-11/+56
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-20/+17
* _mp_prec -> MPFR_PRECzimmerma2000-12-151-1/+2
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* replaced log(2.0) by LOG2 [first step in getting rid of math.h]zimmerma2000-12-011-6/+2
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-2/+1
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-6/+6
* unsigned char -> mp_rnd_tzimmerma2000-02-111-8/+9
* sqrt3 -> sqrtzimmerma1999-10-071-1/+1
* added copyright noticezimmerma1999-07-301-0/+21
* using sqrt3boldo1999-07-071-3/+3
* new, quick & cleanboldo1999-07-051-60/+28
* memory gestionboldo1999-07-011-8/+11