summaryrefslogtreecommitdiff
path: root/mpn/generic/divrem_2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Layout header like in other files.Torbjorn Granlund2013-11-081-4/+3
* Cast constant udiv_rnnd_preinv arguments.Torbjorn Granlund2013-05-071-1/+1
* Fixed comment and assert regarding q and n overlap.Niels Möller2011-03-191-2/+2
* Complete rewrite.Torbjorn Granlund2010-05-061-103/+37
* Bring header comments up-to-date.Torbjorn Granlund2010-03-191-11/+8
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* * mpn/generic/sb_divrem_mn.c, mpn/generic/divrem_2.c: Nailify ASSERTs.Kevin Ryde2002-04-221-1/+3
* Nailify.tege2002-04-101-12/+38
* * mpn/generic/sb_divrem_mn.c, mpn/generic/divrem_1.c,Kevin Ryde2002-01-141-17/+8
* * mpn/generic/divrem_2.c: Use new DIVREM_2_THRESHOLD.Kevin Ryde2001-01-281-13/+28
* Remove K&R function headers.tege2001-01-021-10/+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/+5
* *** empty log message ***tege2000-07-241-4/+4
* Add comment that internal functions should not be used directly.Kevin Ryde2000-04-141-1/+8
* (invert_limb): Delete definition.tege1999-12-141-16/+0
* Clean up comments.tege1999-09-291-14/+14
* New file, code from divrem.c, `case 2:'.tege1999-07-271-0/+160