Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/imath/
Dimath.c106 #define ROUND_PREC(P) ((mp_size)(2*(((P)+1)/2))) macro
392 prec = (mp_size) ROUND_PREC(prec); in mp_int_init_size()
729 p = ROUND_PREC(osize); in mp_int_mul()
797 p = ROUND_PREC(osize); in mp_int_sqr()
2012 mp_size nsize = ROUND_PREC(min); in s_pad()