summaryrefslogtreecommitdiff
path: root/mpn/generic/divrem.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright yearsMarco Bodrato2017-02-081-1/+1
* mpn/generic/divrem.c: Careful use of mpn_tdiv_qr to save an allocation.Marco Bodrato2016-12-291-9/+5
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* 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-2/+1
* Fix a comment.Torbjorn Granlund2010-04-101-2/+1
* Use TMP_ALLOC_LIMBS consistently.Torbjorn Granlund2009-11-281-6/+6
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* Add a copyright year.tege2005-11-011-2/+2
* Rate qxn test as UNLIKELY.tege2005-06-131-1/+1
* Remove TMP_XXXX marker arguments.tege2005-05-181-6/+6
* Add a copyright year.tege2002-05-141-1/+1
* * mpn/generic/sb_divrem_mn.c, mpn/generic/divrem.c,Kevin Ryde2002-04-231-1/+3
* Remove K&R function headers.tege2001-01-021-11/+1
* 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
* *** empty log message ***tege2000-07-241-4/+4
* * mpn/generic/divrem.c: Now contains mpn_divrem, which is not anKevin Ryde2000-04-151-6/+0
* Remove C++ style `//' commented-out code.tege2000-04-151-1/+0
* Replace mpn_divrem_classic with a mpn_divrem wrapper.tege2000-04-141-111/+54
* Add comment that internal functions should not be used directly.Kevin Ryde2000-04-141-0/+6
* Add a copyright year.Kevin Ryde2000-04-121-1/+2
* Patch to avoid gcc 2.7.2.3 register handling bug.Kevin Ryde2000-02-271-1/+4
* (invert_limb): Delete definition.tege1999-12-141-15/+0
* Properly terminate comment.tege1999-08-271-1/+2
* * Delete special cases, handle just divisors of more than 2 limbs.tege1999-07-271-208/+82
* Conditionally pre-invert most significant divisor limb.tege1999-02-221-2/+54
* qextra_limbs => qxn.tege1997-07-251-14/+13
* In MPN_COPY_DECR call, copy dsize - 1 limbs.tege1996-07-221-3/+2
* Initial revisiontege1996-05-081-0/+245