OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mpn_hgcd_matrix_adjust
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpn/generic/
hgcd.c
153
n =
mpn_hgcd_matrix_adjust
(&M1, p + nn, ap, bp, p, tp + scratch);
hgcd_jacobi.c
176
n =
mpn_hgcd_matrix_adjust
(M, p + nn, ap, bp, p, tp);
214
n =
mpn_hgcd_matrix_adjust
(&M1, p + nn, ap, bp, p, tp + scratch);
jacobi.c
211
n =
mpn_hgcd_matrix_adjust
(&M, p + nn, ap, bp, p, tp + matrix_scratch);
gcdext.c
310
n =
mpn_hgcd_matrix_adjust
(&M, p + nn, ap, bp, p, tp + matrix_scratch);
360
n =
mpn_hgcd_matrix_adjust
(&M, p + nn, ap, bp, p, t0);
gcd.c
46
*
mpn_hgcd_matrix_adjust
. However, p = 2 n/3 gives slightly better
54
* multiplication in
mpn_hgcd_matrix_adjust
, is roughly 1/(alpha -
163
n =
mpn_hgcd_matrix_adjust
(&M, p + nn, up, vp, p, tp + matrix_scratch);
hgcd_reduce.c
232
return
mpn_hgcd_matrix_adjust
(M, p + nn, ap, bp, p, tp);
hgcd_matrix.c
199
mpn_hgcd_matrix_adjust
(const struct hgcd_matrix *M,
function
/src/external/lgpl3/gmp/dist/
gmp-impl.h
4268
#define
mpn_hgcd_matrix_adjust
__MPN (hgcd_matrix_adjust)
macro
4269
__GMP_DECLSPEC mp_size_t
mpn_hgcd_matrix_adjust
(const struct hgcd_matrix *, mp_size_t, mp_ptr, mp_ptr, mp_size_t, mp_ptr);
Completed in 87 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026