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_copy
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/isl/dist/imath/
imath.c
448
return
mp_int_copy
(&vtmp, z);
456
return
mp_int_copy
(&vtmp, z);
476
mp_result
mp_int_copy
(mp_int a, mp_int c) {
function
520
if ((res =
mp_int_copy
(a, c)) != MP_OK) return res;
530
if ((res =
mp_int_copy
(a, c)) != MP_OK) return res;
727
mp_result res =
mp_int_copy
(a, c);
788
if (r && (res =
mp_int_copy
(a, r)) != MP_OK) return res;
817
REQUIRE(
mp_int_copy
(a, q));
820
REQUIRE(
mp_int_copy
(a, TEMP(0)));
825
REQUIRE(
mp_int_copy
(b, r))
[
all
...]
imrat.c
149
return
mp_int_copy
(MP_NUMER_P(r), z);
155
return
mp_int_copy
(MP_DENOM_P(r), z);
165
if ((res =
mp_int_copy
(MP_NUMER_P(a), MP_NUMER_P(c))) != MP_OK) {
169
res =
mp_int_copy
(MP_DENOM_P(a), MP_DENOM_P(c));
196
res =
mp_int_copy
(MP_DENOM_P(a), MP_DENOM_P(c));
260
res =
mp_int_copy
(&tmp, MP_NUMER_P(c));
903
if ((res =
mp_int_copy
(MP_DENOM_P(a), MP_DENOM_P(c))) != MP_OK) {
imath.h
151
mp_result
mp_int_copy
(mp_int a, mp_int c);
gmp_compat.c
113
void GMPZAPI(set)(mp_int rop, mp_int op) { CHECK(
mp_int_copy
(op, rop)); }
797
mp_int_copy
(tmp, rop);
/src/external/mit/isl/dist/imath_wrap/
wrap.h
78
#define
mp_int_copy
isl_mp_int_copy
macro
/src/external/mit/isl/dist/
isl_int_sioimath.h
369
mp_int_copy
(isl_sioimath_si64arg_src(val, &scratch),
429
mp_int_copy
(isl_sioimath_get_big(val), isl_sioimath_reinit_big(dst));
Completed in 35 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026