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_appr
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpn/generic/
hgcd_appr.c
62
mpn_hgcd_appr
(mp_ptr ap, mp_ptr bp, mp_size_t n,
function
222
if (
mpn_hgcd_appr
(ap + p, bp + p, n - p, &M1, tp + scratch))
hgcd_reduce.c
238
if (
mpn_hgcd_appr
(tp, tp + n - p, n - p, M, tp + 2*(n-p)))
/src/external/lgpl3/gmp/dist/tests/mpn/
t-hgcd_appr.c
1
/* Test
mpn_hgcd_appr
.
224
res[1] =
mpn_hgcd_appr
(hgcd_r0->_mp_d,
269
fprintf (stderr, "
mpn_hgcd_appr
: %ld\n", (long) res[1]);
416
fprintf (stderr, "
mpn_hgcd_appr
returned 1 when no reduction possible.\n");
/src/external/lgpl3/gmp/dist/tune/
common.c
1682
SPEED_ROUTINE_MPN_HGCD_CALL (
mpn_hgcd_appr
, mpn_hgcd_appr_itch);
/src/external/lgpl3/gmp/dist/
gmp-impl.h
4289
#define
mpn_hgcd_appr
__MPN (hgcd_appr)
macro
4290
__GMP_DECLSPEC int
mpn_hgcd_appr
(mp_ptr, mp_ptr, mp_size_t, struct hgcd_matrix *, mp_ptr);
Completed in 31 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026