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

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

Completed in 23 milliseconds