summaryrefslogtreecommitdiff
path: root/mpn/generic/tdiv_qr.c
Commit message (Expand)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpn/generic/tdiv_qr.c: Save a variable.Marco Bodrato2015-12-111-7/+5
* Fix some spelling errors.Torbjorn Granlund2015-05-031-1/+1
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
* Align comments.Torbjorn Granlund2010-01-061-1/+1
* Handle numerator/remainder overlap in MU case.Torbjorn Granlund2009-12-311-4/+6
* Get cleverer condition right.Torbjorn Granlund2009-12-301-4/+4
* Attempt to choose between DC and MU cleverer.Torbjorn Granlund2009-12-301-1/+4
* Don't overwrite rp with unnecessary temporary alloc.Torbjorn Granlund2009-12-301-4/+1
* Call mpn_mu_bdiv_qr.Torbjorn Granlund2009-12-291-10/+21
* Use TMP_ALLOC_LIMBS consistently.Torbjorn Granlund2009-11-281-9/+9
* Finish renaming BITS_PER_MP_LIMB to GMP_LIMB_BITS.Torbjorn Granlund2009-11-281-1/+1
* Fix lot of spelling errors.Torbjorn Granlund2009-11-151-1/+1
* Finish switch to new sb and dc division functions.Torbjorn Granlund2009-11-021-2/+2
* Update mpn division code.Torbjorn Granlund2009-10-241-19/+16
* Call mpn_divrem_1 and mpn_dc_div_qr instead of old functions.Torbjorn Granlund2009-10-011-36/+3
* Whitespace cleanup.tege2007-09-241-4/+4
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* Remove statement with no effect.tege2005-12-161-4/+3
* Add a copyright year.tege2005-11-011-1/+1
* Remove TMP_XXXX marker arguments.tege2005-05-181-8/+8
* abort => ASSERT_ALWAYS.tege2002-12-011-6/+3
* Remove a bogus assert.tege2002-11-061-1/+0
* Fix typo in last change.tege2002-11-061-2/+3
* Remove two dead mpn_divrem_2 calls.tege2002-11-051-24/+17
* Avoid quadratic behaviour for sub-division when numerator is more thantege2002-11-011-20/+27
* * mpn/generic/tdiv_qr.c: Inline mpn_rshift and MPN_COPY of 2 limbs.Kevin Ryde2002-07-271-2/+5
* Nailify.tege2002-04-101-20/+28
* Fix some spacing.tege2002-03-281-1/+1
* Clean up *_THRESHOLD names.tege2002-02-191-3/+3
* Misc formatting cleanups.tege2001-12-271-19/+21
* * mpn/generic/tdiv_qr.c, mpq/get_d.c, mpf/div.c, mpf/set_q.c,Kevin Ryde2001-05-111-13/+12
* Remove K&R function headers.tege2001-01-021-12/+1
* * gmp-impl.h (DC_THRESHOLD): Establish default here, set to 3*KARAKevin Ryde2000-10-211-3/+0
* * *: Rename BZ -> DC.Kevin Ryde2000-10-211-7/+7
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* * gmp-impl.h, longlong.h, mpn/generic/*.c: Add ASSERTs for variousKevin Ryde2000-09-261-0/+8
* Delete warning about being an internal function.tege2000-07-251-9/+0
* *** empty log message ***tege2000-07-241-4/+4
* Work around gcc 2.7.2.3 i386 register handling bug.tege2000-04-161-1/+8
* Use udiv_qrnnd instead of mpn_divrem_1 when computing appropriatetege2000-04-161-1/+6
* Don't use alloca directly.tege2000-04-151-11/+18
* New files replacing old division code.tege2000-04-141-0/+391