Home
last modified time | relevance | path

Searched refs:first_col (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_mat_private.h32 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col);
34 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col);
40 unsigned first_col, __isl_take isl_mat *mat);
H A Disl_mat.c149 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col) in isl_mat_sub_alloc6() argument
161 mat->row[i] = row[first_row+i] + first_col; in isl_mat_sub_alloc6()
176 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col) in isl_mat_sub_alloc() argument
181 first_col, n_col); in isl_mat_sub_alloc()
836 static int hermite_first_zero_col(__isl_keep isl_mat *H, int first_col, in hermite_first_zero_col() argument
841 for (col = first_col, row = 0; col < H->n_col; ++col) { in hermite_first_zero_col()
1452 unsigned first_col, __isl_take isl_mat *mat) in isl_mat_sub_transform() argument
1461 t = isl_mat_sub_alloc6(ctx, row, 0, n_row, first_col, mat->n_row); in isl_mat_sub_transform()
1466 isl_seq_swp_or_cpy(row[i] + first_col, t->row[i], t->n_col); in isl_mat_sub_transform()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20204400 first_col, line_width, ndigits parameters. Add length.