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

/haiku-buildtools/isl/
H A Disl_tab.c326 unsigned col1, unsigned col2,
334 off + col1 + col2);
344 isl_seq_clr(prod->row[n + i] + off + col1 + d1, col2 - d2);
355 mat2->row[i] + off + d2, col2 - d2);
364 isl_seq_clr(prod->row[n + i] + off + col1 + d1, col2 - d2);
375 mat2->row[r2 + i] + off + d2, col2 - d2);
1508 static void swap_cols(struct isl_tab *tab, int col1, int col2) argument
1513 tab->col_var[col1] = tab->col_var[col2];
1514 tab->col_var[col2] = t;
1516 var_from_col(tab, col2)
324 tab_mat_product(struct isl_mat *mat1, struct isl_mat *mat2, unsigned row1, unsigned row2, unsigned col1, unsigned col2, unsigned off, unsigned r1, unsigned r2, unsigned d1, unsigned d2) argument
[all...]
H A Disl_tab_pip.c1041 int row, int col1, int col2, isl_int tmp)
1054 return col2;
1055 if (tab->var[i].index == col2)
1065 s2 = isl_int_sgn(r[col2]);
1071 return col2;
1073 isl_int_mul(tmp, r[col2], tr[col1]);
1074 isl_int_submul(tmp, r[col1], tr[col2]);
1078 return col2;
1040 lexmin_col_pair(struct isl_tab *tab, int row, int col1, int col2, isl_int tmp) argument

Completed in 40 milliseconds