|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/polly/lib/External/isl/imath/imath.h 122 mp_result mp_int_copy(mp_int a, mp_int c); /* c = a */
References
tools/polly/lib/External/isl/imath/gmp_compat.c 132 CHECK(mp_int_copy(op, rop));
829 mp_int_copy(tmp, rop);
tools/polly/lib/External/isl/imath/imath.c 454 return mp_int_copy(&vtmp, z);
463 return mp_int_copy(&vtmp, z);
538 if ((res = mp_int_copy(a, c)) != MP_OK)
551 if ((res = mp_int_copy(a, c)) != MP_OK)
778 if ((res = mp_int_copy(a, c)) != MP_OK)
846 if (r && (res = mp_int_copy(a, r)) != MP_OK)
878 if ((res = mp_int_copy(a, q)) != MP_OK)
889 if ((res = mp_int_copy(b, r)) != MP_OK)
902 if (q && (res = mp_int_copy(a, q)) != MP_OK) goto CLEANUP;
903 if (r && (res = mp_int_copy(a, r)) != MP_OK) goto CLEANUP;
921 if (q && (res = mp_int_copy(qout, q)) != MP_OK) goto CLEANUP;
922 if (r && (res = mp_int_copy(rout, r)) != MP_OK) goto CLEANUP;
948 res = mp_int_copy(out, c);
983 if (q != NULL && (res = mp_int_copy(a, q)) == MP_OK)
986 if (res == MP_OK && r != NULL && (res = mp_int_copy(a, r)) == MP_OK)
1198 res = mp_int_copy(s, c);
1256 res = mp_int_copy(s, c);
1305 res = mp_int_copy(TEMP(1), c);
1350 if ((res = mp_int_copy(&u, &t)) != MP_OK)
1358 if ((res = mp_int_copy(&t, &u)) != MP_OK)
1479 if (x && (res = mp_int_copy(TEMP(2), x)) != MP_OK) goto CLEANUP;
1480 if (y && (res = mp_int_copy(TEMP(3), y)) != MP_OK) goto CLEANUP;
1487 res = mp_int_copy(TEMP(5), c);
1520 res = mp_int_copy(&lcm, c);
1558 return mp_int_copy(a, c);
1598 if ((res = mp_int_copy(TEMP(4), TEMP(1))) != MP_OK)
1602 if ((res = mp_int_copy(TEMP(1), c)) != MP_OK)
2714 if (mp_int_copy(x, q1) != MP_OK)
2778 mp_int_copy(TEMP(0), c);
2788 mp_int_copy(TEMP(0), a);
2802 mp_int_copy(TEMP(0), c);
2812 (void) mp_int_copy(TEMP(0), a);
3008 mp_int_copy(u, v); /* ok: 0 <= r < v */
3009 mp_int_copy(&q, u); /* ok: q <= u */
tools/polly/lib/External/isl/imath/imrat.c 158 return mp_int_copy(MP_NUMER_P(r), z);
169 return mp_int_copy(MP_DENOM_P(r), z);
186 if ((res = mp_int_copy(MP_NUMER_P(a), MP_NUMER_P(c))) != MP_OK)
189 res = mp_int_copy(MP_DENOM_P(a), MP_DENOM_P(c));
218 res = mp_int_copy(MP_DENOM_P(a), MP_DENOM_P(c));
287 res = mp_int_copy(&tmp, MP_NUMER_P(c));
926 if ((res = mp_int_copy(MP_DENOM_P(a), MP_DENOM_P(c))) != MP_OK)
tools/polly/lib/External/isl/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));