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

/haiku-buildtools/isl/
H A Disl_aff_private.h119 int n_div_ma, int n_div_bmap,
H A Disl_aff.c4495 int n_div_ma, int n_div_bmap,
4516 isl_seq_cpy(dst + o_dst, src + o_src, n_div_bmap);
4550 isl_seq_scale(dst + o_dst, dst + o_dst, c1, n_div_bmap);
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.c11793 int n_before, n_after, n_div_bmap, n_div_ma; local
11815 n_div_bmap = isl_basic_map_dim(bmap, isl_dim_div);
11822 res = isl_basic_map_alloc_space(space, n_div_ma + n_div_bmap + strides,
11827 for (i = 0; i < n_div_ma + n_div_bmap; ++i)
11839 n_after, n_div_ma, n_div_bmap, f, c1, c2, g, 0);
11847 n_after, n_div_ma, n_div_bmap, f, c1, c2, g, 0);
11856 n_before, n_after, n_div_ma, n_div_bmap,

Completed in 64 milliseconds