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

/haiku-buildtools/isl/
H A Disl_aff_private.h118 __isl_keep isl_multi_aff *ma, int n_before, int n_after,
H A Disl_aff.c4459 * that precede the range is given by "n_before". The number of dimensions
4494 __isl_keep isl_multi_aff *ma, int n_before, int n_after,
4506 isl_seq_cpy(dst, src, has_denom + 1 + n_param + n_before);
4507 o_dst = o_src = has_denom + 1 + n_param + n_before;
4521 int offset = has_denom + 1 + n_param + n_before + i;
4538 isl_seq_scale(dst + o_dst, dst + o_dst, c1, n_before);
4539 o_dst += n_before;
4493 isl_seq_preimage(isl_int *dst, isl_int *src, __isl_keep isl_multi_aff *ma, int n_before, int n_after, int n_div_ma, int n_div_bmap, isl_int f, isl_int c1, isl_int c2, isl_int g, int has_denom) argument
H A Disl_map.c11593 /* Copy the divs from "ma" to "bmap", adding zeros for the "n_before"
11599 __isl_keep isl_multi_aff *ma, int n_before, int n_after, int n_div)
11621 isl_seq_clr(bmap->div[i] + o_bmap, n_before);
11622 o_bmap += n_before;
11674 int n_before, int n_after)
11701 isl_seq_clr(bmap->eq[k] + o_bmap, n_before);
11702 o_bmap += n_before;
11793 int n_before, n_after, n_div_bmap, n_div_ma; local
11809 n_before = 0;
11812 n_before
11598 set_ma_divs(__isl_keep isl_basic_map *bmap, __isl_keep isl_multi_aff *ma, int n_before, int n_after, int n_div) argument
11672 add_ma_strides( __isl_take isl_basic_map *bmap, __isl_keep isl_multi_aff *ma, int n_before, int n_after) argument
[all...]

Completed in 172 milliseconds