HomeSort by: relevance | last modified time | path
    Searched defs:n_div_ma (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/isl/dist/
isl_local_space.c 1562 isl_size n_div_ls, n_div_ma; local
1573 n_div_ma = ma->n ? isl_aff_dim(ma->u.p[0], isl_dim_div) : 0;
1574 if (n_div_ls < 0 || n_div_ma < 0)
1578 res = isl_local_space_alloc(space, n_div_ma + n_div_ls);
1582 if (n_div_ma) {
1598 isl_int_set_si(res->div->row[n_div_ma + i][0], 0);
1601 if (isl_seq_preimage(res->div->row[n_div_ma + i],
1603 ma, 0, 0, n_div_ma, n_div_ls, f, c1, c2, g, 1) < 0)
1605 res = normalize_div(res, n_div_ma + i);
isl_aff.c 5963 * "n_div_ma" is the number of existentials in "ma"
5994 int n_div_ma, int n_div_bmap,
6015 isl_seq_clr(dst + o_dst, n_div_ma);
6016 o_dst += n_div_ma;
6048 c2, ma->u.p[i]->v->el + o_src, n_div_ma);
6049 o_dst += n_div_ma;
6050 o_src += n_div_ma;
6083 isl_size n_div_aff, n_div_ma; local
6091 n_div_ma = ma->n ? isl_aff_dim(ma->u.p[0], isl_dim_div) : 0;
6092 if (n_div_aff < 0 || n_div_ma < 0
    [all...]
isl_map.c 13724 * to have been aligned. There are "n_div_ma" of them and
13729 int n_before, int n_after, int n_div_ma)
13765 ma->u.p[i]->v->el + o_ma, n_div_ma);
13766 o_bmap += n_div_ma;
13767 o_ma += n_div_ma;
13848 isl_size n_before, n_after, n_div_bmap, n_div_ma; local
13872 n_div_ma = ma->n ? isl_aff_dim(ma->u.p[0], isl_dim_div) : 0;
13873 if (n_before < 0 || n_after < 0 || n_div_bmap < 0 || n_div_ma < 0)
13880 res = isl_basic_map_alloc_space(space, n_div_ma + n_div_bmap + strides,
13881 bmap->n_eq + strides, bmap->n_ineq + 2 * n_div_ma);
    [all...]

Completed in 23 milliseconds