summaryrefslogtreecommitdiff
path: root/div.c
Commit message (Expand)AuthorAgeFilesLines
* Ajoute retours chariots dans div.c, etc.hanrot2001-11-161-78/+48
* if () remplace par if ( ==0) ou if ( != 0)hanrot2001-11-161-7/+7
* return -> MPFR_RET, patch d'un leak dans inp_str.chanrot2001-11-161-7/+8
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* added year 2001 in copyright linezimmerma2001-11-161-9/+1
* 1 -> BITS_PER_MP_LIMBzimmerma2001-11-161-9/+10
* removed MPFR_DEBUG_LEVEL definitionzimmerma2001-10-261-1/+0
* Clearing high part of rem2.hanrot2001-10-261-0/+4
* Patch for bits shifted out when the high word of the quotient is nonzero.hanrot2001-10-261-5/+17
* Patch for the computation of the u_lo + r part of the remainder when u_lo = 0.hanrot2001-10-261-6/+9
* Patch for even rounding.hanrot2001-10-251-6/+2
* La division nouvelle est arrivee.hanrot2001-10-251-212/+288
* Bug fixed (char -> int).vlefevre2001-10-211-2/+2
* *** empty log message ***hanrot2001-10-181-1/+1
* New division in div.c, old one renamed in mpfr_div2. Remains to implementhanrot2001-10-171-158/+244
* Parameter added to mpfr_round_raw: pointer to inexact ternary value.vlefevre2001-09-101-1/+1
* k2r -> ansi stylezimmerma2000-12-211-16/+17
* changed name of mpfr struct fields: _mp_d -> _mpfr_dzimmerma2000-12-181-6/+5
* _mp_d -> MPFR_MANTzimmerma2000-12-151-2/+2
* Yet another patch for include files.hanrot2000-12-151-1/+1
* Permutation of includes to avoid warnings due to careless multiple definitionhanrot2000-12-151-1/+1
* fixed pb with mp_ptr vs mp_srcptrzimmerma2000-12-131-1/+1
* in case the destination precision is less than that of the operands,zimmerma2000-12-071-3/+10
* changed copyright to Free Software Foundationzimmerma2000-12-011-1/+1
* Infinis, premiere tentative.hanrot2000-11-211-8/+36
* protected all macros: xxx -> MPFR_xxxzimmerma2000-10-261-20/+20
* replaced mpn_divrem by mpn_tdiv_qr for gmp 3 or laterzimmerma2000-08-291-4/+11
* fixed (hopefully) bug for 1/1 in precision 32, 64, ...zimmerma2000-07-121-7/+15
* Patch for 1 << (BITS_PER_MP_LIMB - x) when x is 0 (produces inexact resultshanrot2000-06-191-4/+13
* fixed bug occurring on LinuxPPC (1 << 32)zimmerma2000-06-161-9/+8
* removed printfzimmerma2000-05-291-2/+1
* removed mpn_divrem_n stuff, now that Burnikel/Ziegler algorithm is in GMP 3.0zimmerma2000-05-051-3/+1
* unsigned char -> mp_rnd_tzimmerma2000-02-111-3/+11
* use mpn_divrem_n (Burnikel-Ziegler algorithm) instead of mpn_divremzimmerma2000-02-011-2/+4
* replaced implementation using Goldschmidt's algorithmzimmerma1999-10-071-97/+210
* added copyright noticezimmerma1999-07-301-0/+21
* Patch when prec < 32.hanrot1999-07-011-3/+2
* Patch of an MLK due to multiple initialization of the same variables withouthanrot1999-07-011-3/+4
* Same as in sqrt (allocation problem).hanrot1999-07-011-13/+14
* Prototypes et quelques causes de warnings corriges.hanrot1999-06-251-3/+11
* added some mpfr_clear's that were missingzimmerma1999-06-241-0/+2
* removed 3rd argument from mpfr_set_preczimmerma1999-06-241-3/+3
* now deals correctly with exact divisionzimmerma1999-06-231-38/+22
* added tests for n=0 and d=0zimmerma1999-06-171-1/+5
* SET_NAN(q) -> SET_NAN(Q)zimmerma1999-06-171-3/+1
* now allows destination = sourcezimmerma1999-06-161-16/+23
* printf -> fprintfzimmerma1999-06-151-1/+1
* error message when destination equals source (case not yet treated)zimmerma1999-06-151-0/+4
* now recognizes division by exact power of 2zimmerma1999-06-151-0/+8
* Initial revisionhanrot1999-06-091-0/+95