OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mp_int_div
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/isl/dist/imath_wrap/
wrap.h
80
#define
mp_int_div
isl_mp_int_div
macro
/src/external/mit/isl/dist/imath/
imath.c
774
mp_result
mp_int_div
(mp_int a, mp_int b, mp_int q, mp_int r) {
function
862
REQUIRE(
mp_int_div
(a, m, NULL, out));
878
REQUIRE(
mp_int_div
(a, &vtmp, q, TEMP(0)));
1319
REQUIRE(
mp_int_div
(a, TEMP(0), TEMP(0), NULL));
1375
REQUIRE(
mp_int_div
(TEMP(2), TEMP(3), TEMP(4), NULL));
2368
return
mp_int_div
(z, m, z, NULL);
Completed in 19 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026