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

/haiku-buildtools/isl/
H A Disl_convex_hull.c1363 int bounded1, bounded2; local
1376 bounded1 = isl_basic_set_is_bounded(bset1);
1379 if (bounded1 < 0 || bounded2 < 0)
1382 if (bounded1 && bounded2)
1385 if (bounded1 || bounded2)

Completed in 31 milliseconds