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

/haiku-buildtools/isl/
H A Disl_tab.c326 unsigned col1, unsigned col2,
334 off + col1 + col2);
343 mat1->row[i] + off + d1, col1 - d1);
344 isl_seq_clr(prod->row[n + i] + off + col1 + d1, col2 - d2);
353 isl_seq_clr(prod->row[n + i] + off + d1 + d2, col1 - d1);
354 isl_seq_cpy(prod->row[n + i] + off + col1 + d1,
363 mat1->row[r1 + i] + off + d1, col1 - d1);
364 isl_seq_clr(prod->row[n + i] + off + col1 + d1, col2 - d2);
373 isl_seq_clr(prod->row[n + i] + off + d1 + d2, col1 - d1);
374 isl_seq_cpy(prod->row[n + i] + off + col1
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
398 update_index2(struct isl_tab_var *var, unsigned row1, unsigned col1, unsigned r1, unsigned r2, unsigned d1, unsigned d2) argument
1508 swap_cols(struct isl_tab *tab, int col1, int col2) argument
[all...]
H A Disl_tab_pip.c1041 int row, int col1, int col2, isl_int tmp)
1053 if (tab->var[i].index == col1)
1056 return col1;
1064 s1 = isl_int_sgn(r[col1]);
1069 return col1;
1073 isl_int_mul(tmp, r[col2], tr[col1]);
1074 isl_int_submul(tmp, r[col1], tr[col2]);
1076 return col1;
1040 lexmin_col_pair(struct isl_tab *tab, int row, int col1, int col2, isl_int tmp) argument

Completed in 32 milliseconds