Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/imath/
H A Dimtimer.c41 mp_int alloc_values(int nt, int prec);
134 mp_int alloc_values(int nt, int prec) { in alloc_values() function
169 if ((values = alloc_values(3, prec)) == NULL) return 0.0; in get_multiply_time()
186 if ((values = alloc_values(4, prec)) == NULL) return 0.0; in get_exptmod_time()