Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/imath/
H A Dimtimer.c202 if (prec > (int)MP_ALLOC(z)) prec = (int)MP_ALLOC(z); in mp_int_random()
H A Dimath.h67 static inline mp_size MP_ALLOC(mp_int Z) { return Z->alloc; } in MP_ALLOC() function
H A Dimath.c1718 if (MP_ALLOC(z) < min) { in s_pad()
1725 } else if ((tmp = s_realloc(MP_DIGITS(z), MP_ALLOC(z), nsize)) == NULL) { in s_pad()
2577 r.alloc = MP_ALLOC(u); in s_udiv_knuth()