Searched refs:foreach_orthant (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Disl_map.c7628 static int foreach_orthant(__isl_take isl_set *set, int *signs, int first, function
7647 if (foreach_orthant(half, signs, first + 1, len, fn, user) < 0)
7654 return foreach_orthant(half, signs, first + 1, len, fn, user);
7684 r = foreach_orthant(isl_set_copy(set), signs, 0, nparam + nvar,

Completed in 84 milliseconds