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_powm
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpz/
powm.c
44
mpn_powm
. How can we avoid this recomputation?
174
/* We will call both
mpn_powm
and mpn_powlo. */
182
/* We will call just
mpn_powm
. */
191
mpn_powm
(rp, bp, bn, ep, en, mp, nodd, tp);
/src/external/lgpl3/gmp/dist/mpn/generic/
powm.c
0
/*
mpn_powm
-- Compute R = U^E mod M.
193
mpn_powm
(mp_ptr rp, mp_srcptr bp, mp_size_t bn,
function
/src/external/lgpl3/gmp/dist/
gmp-impl.h
1644
#define
mpn_powm
__MPN(powm)
macro
1645
__GMP_DECLSPEC void
mpn_powm
(mp_ptr, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t, mp_srcptr, mp_size_t, mp_ptr);
Completed in 31 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026