summaryrefslogtreecommitdiff
path: root/mpn/generic/mu_bdiv_q.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup.Torbjorn Granlund2017-07-191-1/+0
* Merge code from gmp-bdiv repo, with minor bug fixes.Niels M?ller2017-05-161-3/+13
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Simplify, add ASSERT.Torbjorn Granlund2015-10-141-4/+6
* 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 always true #if.Torbjorn Granlund2010-02-051-10/+0
* Reduce memory usage in mu_bdiv_{q,qr}.Marco Bodrato2010-02-051-1/+1
* (mpn_mu_div_q_itch): Rewrite. Then undo Marco's last change.Torbjorn Granlund2010-01-271-1/+1
* No guess, be conservative.Marco Bodrato2010-01-271-2/+2
* Reduce memory usage for {mul,sqr}mod_bnm1.Marco Bodrato2010-01-261-2/+12
* Add a copyright year.Torbjorn Granlund2010-01-051-1/+1
* Rewrite to use mpn_mulmod_bnm1.Torbjorn Granlund2010-01-011-101/+86
* Update header comments.Torbjorn Granlund2009-12-291-11/+5
* ASSERT that output of mpn_mul_fft is zero.Torbjorn Granlund2009-12-221-3/+7
* Rewrite resp simplify itch functions.Torbjorn Granlund2009-12-221-12/+34
* Globally: Rename *mullow* to *mullo*, *MULLOW* to *MULLO*.Torbjorn Granlund2009-12-061-6/+6
* Update headers.Torbjorn Granlund2009-11-141-4/+3
* Don't call fft size functions unless WANT_FFT.Torbjorn Granlund2009-05-291-1/+3
* Fix some comments.Torbjorn Granlund2009-05-271-2/+1
* Correct license text.Torbjorn Granlund2009-01-111-9/+9
* New files for toom multiplication extensions and division rewrite.tege2007-09-181-0/+255