summaryrefslogtreecommitdiff
path: root/mpn/generic/mu_div_q.c
Commit message (Expand)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Typo in a comment and copyright year.Marco Bodrato2015-05-191-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
* Remove obsolete comment.Torbjorn Granlund2013-06-101-5/+0
* Call mpn_mu_divappr_q for entire division, never just for tail. (This fixes ...Torbjorn Granlund2013-05-311-59/+16
* (mpn_mu_div_q_itch): Rewrite. Then undo Marco's last change.Torbjorn Granlund2010-01-271-10/+27
* Account for divisor truncation error as well as mpn_mu_divappr_q's error.Torbjorn Granlund2010-01-071-1/+3
* Handle mpn_preinv_mu_divappr_q returning a high limb.Torbjorn Granlund2010-01-071-1/+12
* Actually make dividend constant.Torbjorn Granlund2010-01-061-1/+1
* Add a copyright year.Torbjorn Granlund2010-01-051-1/+1
* Handle divappr approximation problem more efficiently.Torbjorn Granlund2010-01-021-12/+31
* Rewrite mu_div functions.Torbjorn Granlund2009-12-291-13/+20
* (mpn_mu_div_q_itch): New function.Torbjorn Granlund2009-12-221-0/+10
* Update headers.Torbjorn Granlund2009-11-141-5/+4
* Correct license text.Torbjorn Granlund2009-01-111-9/+10
* Include stdlib.h (for NULL).tege2007-10-041-0/+1
* Pass dummy scratch argument to mpn_invert.tege2007-09-261-2/+2
* New files for toom multiplication extensions and division rewrite.tege2007-09-181-0/+155