Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/imath/
Dimath.c408 mp_size uold; in mp_int_init_copy() local
412 uold = MP_USED(old); in mp_int_init_copy()
413 if (uold == 1) { in mp_int_init_copy()
417 mp_size target = MAX(uold, default_precision); in mp_int_init_copy()
423 MP_USED(z) = uold; in mp_int_init_copy()
425 COPY(MP_DIGITS(old), MP_DIGITS(z), uold); in mp_int_init_copy()