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

/haiku-buildtools/isl/
H A Disl_tab.h171 unsigned strict_redundant : 1; member in struct:isl_tab
H A Disl_tab.c71 tab->strict_redundant = 0;
292 dup->strict_redundant = 0;
545 prod->strict_redundant = tab1->strict_redundant || tab2->strict_redundant;
753 if (tab->strict_redundant && isl_int_is_zero(tab->mat->row[row][1]))
H A Disl_vertices.c374 * selected. The tableau is marked strict_redundant so that we can be
429 tab->strict_redundant = 1;

Completed in 95 milliseconds