OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mpn_bsqrtinv
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpn/generic/
bsqrtinv.c
0
/*
mpn_bsqrtinv
, compute r such that r^2 * y = 1 (mod 2^{b+1}).
55
mpn_bsqrtinv
(mp_ptr rp, mp_srcptr yp, mp_bitcnt_t bnb, mp_ptr tp)
function
/src/external/lgpl3/gmp/dist/
gmp-impl.h
1743
#define
mpn_bsqrtinv
__MPN(bsqrtinv)
macro
1744
__GMP_DECLSPEC int
mpn_bsqrtinv
(mp_ptr, mp_srcptr, mp_bitcnt_t, mp_ptr);
Completed in 19 milliseconds
Indexes created Sun Apr 26 00:22:38 UTC 2026