Home
last modified time | relevance | path

Searched refs:ncopy (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/lib/External/isl/imath/examples/
H A Dimcalc.c965 mp_small ncopy; in cf_copy() local
968 if ((res = mp_int_to_int(n, &ncopy)) != MP_OK) return res; in cf_copy()
970 if (ncopy < 1 || ncopy >= sp->used) return MP_RANGE; in cf_copy()
974 for (ix = 0; ix < ncopy; ++ix) { in cf_copy()
975 mp_int old = sp->elts[sp->used - ncopy]; in cf_copy()