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_toom32_mul
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/lgpl3/gmp/dist/tests/mpn/
t-toom32.c
1
#define mpn_toomMN_mul
mpn_toom32_mul
/src/external/lgpl3/gmp/dist/mpn/generic/
mul.c
252
mpn_toom32_mul
(ws, up, un, vp, vn, scratch);
265
mpn_toom32_mul
(prodp, up, un, vp, vn, scratch);
342
mpn_toom32_mul
(prodp, up, un, vp, vn, scratch);
351
mpn_toom32_mul
(prodp, up, un, vp, vn, scratch);
toom22_mul.c
84
mpn_toom32_mul
(p, a, an, b, bn, ws); \
toom32_mul.c
0
/*
mpn_toom32_mul
-- Multiply {ap,an} and {bp,bn} where an is nominally 1.5
65
mpn_toom32_mul
(mp_ptr pp,
function
/src/external/lgpl3/gmp/dist/tune/
common.c
1359
SPEED_ROUTINE_MPN_TOOM32_MUL (
mpn_toom32_mul
);
1379
SPEED_ROUTINE_MPN_TOOM32_FOR_TOOM43_MUL (
mpn_toom32_mul
);
1389
SPEED_ROUTINE_MPN_TOOM32_FOR_TOOM53_MUL (
mpn_toom32_mul
);
/src/external/lgpl3/gmp/dist/
gmp-impl.h
1450
#define
mpn_toom32_mul
__MPN(toom32_mul)
macro
1451
__GMP_DECLSPEC void
mpn_toom32_mul
(mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t, mp_ptr);
Completed in 39 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026