Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/imath/examples/
H A Dimcalc.c83 static mp_result cf_divmod(cstate_t *sp);
138 {"/", 2, cf_divmod, "x y -- q r ; x = yq + r, 0 <= r < y"},
705 static mp_result cf_divmod(cstate_t *sp) { in cf_divmod() function