summaryrefslogtreecommitdiff
path: root/mpn/generic/gcdext_lehmer.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/+2
* Add copyright years.Torbjorn Granlund2012-11-201-2/+2
* Whitespace cleanup.Torbjorn Granlund2012-02-161-1/+1
* mpn_gcdext_hook: Added comment.Niels Möller2012-02-101-0/+7
* Corrected handling of unlikely (maybe impossible?) case u1n < un.Niels Möller2012-02-101-3/+6
* Comment improvement.Niels Möller2011-10-031-4/+4
* New argument to mpn_gcd_subdiv_step.Niels Möller2011-05-191-1/+4
* Clean up some spacing.Torbjorn Granlund2010-05-071-7/+7
* (mpn_gcd_subdiv_step): Reorganized to use a single hook function.Niels Möller2010-05-031-75/+68
* Reorganized and generalized mpn_gcd_subdiv_step.Niels Möller2010-04-291-6/+117
* Renamed mpn_hgcd_matrix1_inverse_vector to mpn_matrix22_mul1_inverse_vector, ...Niels Möller2010-04-141-1/+1
* Fixed an ASSERT in mpn_gcdext_lehmer_n, and added a corresponding test case.Niels Möller2009-12-161-1/+1
* Spacing cleanup.Torbjorn Granlund2009-12-031-1/+1
* Fixes for mpn_gcdext_1 with a < b.Niels Möller2009-12-031-2/+9
* Comment and (c) year updates.Niels Möller2009-12-031-1/+1
* Better cofactor selection when we find that A == B.Niels Möller2009-12-031-14/+23
* Signed cofactors from gcdext_1. Updated gcdext_lehmer.Niels Möller2009-12-021-5/+30
* Clean up cofactor normalization.Torbjorn Granlund2009-04-281-2/+4
* Whitespace cleanup.Torbjorn Granlund2008-10-171-2/+2
* Updated for interface changes in mpn_hgcd_mul_matrix1_vector,Niels Möller2008-09-221-7/+12
* Removed unused variablesNiels Möller2008-09-221-1/+0
* * mpn/generic/gcdext_lehmer.c (mpn_gcdext_lehmer_itch): Deleted function.Niels Möller2008-09-111-166/+16
* gcdext_lehmer.c: New FIXME commentNiels Möller2008-09-101-0/+1
* gcdext_lehmer.c (mpn_gcdext_lehmer): Simplified code forNiels Möller2008-09-091-45/+68
* mpn/generic/gcdext_lehmer.c (mpn_gcdext_lehmer_itch): New function.Niels Möller2008-09-081-33/+54
* New implementation of gcd and gcdext using Lehmer and hgcd2 (untested)Niels Möller2008-09-051-0/+267