[Gmp-commit] /var/hg/gmp: Whitespace cleanup.
mercurial at gmplib.org
mercurial at gmplib.org
Thu Sep 13 01:29:41 CEST 2012
details: /var/hg/gmp/rev/40f8f681e95b
changeset: 15081:40f8f681e95b
user: Torbjorn Granlund <tege at gmplib.org>
date: Thu Sep 13 01:29:14 2012 +0200
description:
Whitespace cleanup.
diffstat:
mpn/generic/gcdext.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 0e81afea3190 -r 40f8f681e95b mpn/generic/gcdext.c
--- a/mpn/generic/gcdext.c Tue Sep 11 12:24:24 2012 +0200
+++ b/mpn/generic/gcdext.c Thu Sep 13 01:29:14 2012 +0200
@@ -133,7 +133,7 @@
else
{ /* |v| = v = (g - u a) / b = (g + |u| a) / b. Since g <= a,
(g + |u| a) always fits in (|usize| + an) limbs. */
-
+
ASSERT_NOCARRY (mpn_add (tp, tp, size, gp, gn));
size -= (tp[size - 1] == 0);
}
@@ -397,7 +397,7 @@
We always have u1 > 0, and u0 == 0 is possible only if u1 == 1,
in which case the only reduction done so far is a = A - k B for
some k.
-
+
Compute g = u a + v b = (u u1 - v u0) A + (...) B
Here, u, v are bounded by
More information about the gmp-commit
mailing list