OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mp_int_root
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/isl/dist/imath/
imath.h
306
mp_result
mp_int_root
(mp_int a, mp_small b, mp_int c);
309
This is a special case of `
mp_int_root
()`. */
311
mp_result mp_int_sqrt(mp_int a, mp_int c) { return
mp_int_root
(a, 2, c); }
imath.c
1346
mp_result
mp_int_root
(mp_int a, mp_small b, mp_int c) {
function
/src/external/mit/isl/dist/imath_wrap/
wrap.h
112
#define
mp_int_root
isl_mp_int_root
macro
Completed in 19 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026