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

/haiku-buildtools/isl/
H A Disl_tab.c1001 /* Update the rows signs after a pivot of "row" and "col", with "row_sgn"
1018 static void update_row_sign(struct isl_tab *tab, int row, int col, int row_sgn) argument
1029 isl_assert(mat->ctx, row_sgn > 0, return);
1283 static int row_sgn(struct isl_tab *tab, int row) function
1311 return row_sgn(tab, var->index);

Completed in 89 milliseconds