Searched refs:n_div_ma (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/isl/
H A Disl_aff_private.h119 int n_div_ma, int n_div_bmap,
H A Disl_local_space.c1077 int n_div_ls, n_div_ma; local
1088 n_div_ma = ma->n ? isl_aff_dim(ma->p[0], isl_dim_div) : 0;
1091 res = isl_local_space_alloc(space, n_div_ma + n_div_ls);
1095 if (n_div_ma) {
1111 isl_int_set_si(res->div->row[n_div_ma + i][0], 0);
1114 isl_seq_preimage(res->div->row[n_div_ma + i], ls->div->row[i],
1115 ma, 0, 0, n_div_ma, n_div_ls, f, c1, c2, g, 1);
1116 normalize_div(res, n_div_ma + i);
H A Disl_aff.c4464 * "n_div_ma" is the number of existentials in "ma"
4495 int n_div_ma, int n_div_bmap,
4514 isl_seq_clr(dst + o_dst, n_div_ma);
4515 o_dst += n_div_ma;
4547 c2, ma->p[i]->v->el + o_src, n_div_ma);
4548 o_dst += n_div_ma;
4549 o_src += n_div_ma;
4580 int n_div_aff, n_div_ma; local
4588 n_div_ma = ma->n ? isl_aff_dim(ma->p[0], isl_dim_div) : 0;
4601 isl_seq_preimage(res->v->el, aff->v->el, ma, 0, 0, n_div_ma, n_div_af
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
[all...]
H A Disl_map.c11793 int n_before, n_after, n_div_bmap, n_div_ma; local
11816 n_div_ma = ma->n ? isl_aff_dim(ma->p[0], isl_dim_div) : 0;
11822 res = isl_basic_map_alloc_space(space, n_div_ma + n_div_bmap + strides,
11823 bmap->n_eq + strides, bmap->n_ineq + 2 * n_div_ma);
11827 for (i = 0; i < n_div_ma + n_div_bmap; ++i)
11831 if (set_ma_divs(res, ma, n_before, n_after, n_div_ma) < 0)
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);
11852 isl_int_set_si(res->div[n_div_ma + i][0], 0);
11855 isl_seq_preimage(res->div[n_div_ma
[all...]

Completed in 59 milliseconds