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

/haiku-buildtools/isl/
H A Disl_mat.c703 static int row_first_non_zero(isl_int **row, unsigned n_row, unsigned col) function
715 int i, min = row_first_non_zero(row, n_row, col);
793 while ((off = row_first_non_zero(left->row+first,
1690 if (row_first_non_zero(mat->row, mat->n_row, i) < 0)

Completed in 32 milliseconds