Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/imath/examples/
H A Dimcalc.c93 static mp_result cf_root(cstate_t *sp);
152 {"root", 2, cf_root, "x y -- floor(x^{1/y}) ; y > 0"},
807 static mp_result cf_root(cstate_t *sp) { in cf_root() function