Searched refs:isl_vec_alloc (Results 1 - 25 of 35) sorted by relevance

12

/haiku-buildtools/isl/
H A Disl_sample_piplib.c42 vec = isl_vec_alloc(ctx, 0);
46 vec = isl_vec_alloc(ctx, 1 + dim);
H A Dpip.c143 opt = isl_vec_alloc(bset->ctx, 0);
148 opt = isl_vec_alloc(bset->ctx, 1 + dim);
151 obj = isl_vec_alloc(bset->ctx, 1 + dim);
176 opt = isl_vec_alloc(bset->ctx, 0);
H A Dpolyhedron_minimize.c29 aff = isl_vec_alloc(vec->ctx, 1 + vec->size);
H A Disl_scan.c72 sample = isl_vec_alloc(bset->ctx, 1);
121 min = isl_vec_alloc(bset->ctx, dim);
122 max = isl_vec_alloc(bset->ctx, dim);
H A Disl_sample.c28 vec = isl_vec_alloc(bset->ctx, 0);
43 sample = isl_vec_alloc(bset->ctx, 1 + dim);
66 sample = isl_vec_alloc(bset->ctx, 2);
521 return isl_vec_alloc(tab->mat->ctx, 0);
548 min = isl_vec_alloc(ctx, dim);
549 max = isl_vec_alloc(ctx, dim);
643 sample = isl_vec_alloc(ctx, 0);
679 sample = isl_vec_alloc(ctx, 1 + isl_basic_set_total_dim(bset));
770 sample = isl_vec_alloc(bset->ctx, 0);
999 vec = isl_vec_alloc(vec
[all...]
H A Disl_lp_piplib.c89 *vec = isl_vec_alloc(ctx, 1 + total);
H A Disl_point.c56 vec = isl_vec_alloc(dim->ctx, 1 + isl_space_dim(dim, isl_dim_all));
118 return isl_point_alloc(dim, isl_vec_alloc(dim->ctx, 0));
369 vec = isl_vec_alloc(bmap->ctx, 1 + dim + bmap->n_div);
H A Disl_vec.c20 struct isl_vec *isl_vec_alloc(struct isl_ctx *ctx, unsigned size) function
139 vec2 = isl_vec_alloc(vec->ctx, vec->size);
503 ext = isl_vec_alloc(vec->ctx, vec->size + n);
H A Disl_map_subtract.c64 v = isl_vec_alloc(bmap->ctx, 1 + tab_total);
117 v = isl_vec_alloc(bmap->ctx, 1 + tab_total);
174 vec = isl_vec_alloc(bmap->ctx, 2 + total + bmap->n_div);
712 point = isl_vec_alloc(bmap->ctx, 1 + dim);
H A Dbasis_reduction_tab.c111 lp->row = isl_vec_alloc(lp->ctx, 1 + 2 * lp->dim);
H A Dbasis_reduction_templ.c106 b_tmp = isl_vec_alloc(ctx, dim);
H A Disl_lp.c117 v = isl_vec_alloc(map->ctx, 1 + total + max_div);
H A Disl_tab_pip.c764 ineq = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_param + tab->n_div);
813 div = isl_vec_alloc(tab->mat->ctx, 1 + 1 + tab->n_param + tab->n_div);
841 div = isl_vec_alloc(tab->mat->ctx, 1 + 1 + tab->n_param + tab->n_div);
875 ineq = isl_vec_alloc(bset->ctx, 1 + total);
2474 ineq = isl_vec_alloc(tab->mat->ctx, 1 + context_tab->n_var);
2671 cst = isl_vec_alloc(cgbr->tab->mat->ctx, bset->n_ineq);
2706 return isl_vec_alloc(cgbr->tab->mat->ctx, 0);
3072 eq = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var);
3947 eq = isl_vec_alloc(tab->mat->ctx, 1+tab->n_param+tab->n_div);
4591 var = isl_vec_alloc(ct
[all...]
H A Disl_vertices.c705 todo->constraint = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var);
1138 c = isl_vec_alloc(bset->ctx, 1 + 1 + isl_basic_set_total_dim(bset));
1550 v = isl_vec_alloc(ctx, 1 + total);
H A Disl_coalesce.c796 bound = isl_vec_alloc(map->ctx, 1 + total);
924 bound = isl_vec_alloc(map->ctx, 1 + total);
1225 bound = isl_vec_alloc(map->ctx, 1 + total);
H A Disl_bernstein.c161 multinom = isl_vec_alloc(ctx, n);
H A Disl_equalities.c422 d = isl_vec_alloc(ctx, n_row);
H A Disl_ilp.c269 v = isl_vec_alloc(bset->ctx, 1 + dim);
H A Disl_affine_hull.c275 sample = isl_vec_alloc(ctx, 1 + dim);
832 sample = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var);
H A Disl_constraint.c95 v = isl_vec_alloc(ctx, 1 + isl_local_space_dim(ls, isl_dim_all));
116 v = isl_vec_alloc(ctx, 1 + isl_local_space_dim(ls, isl_dim_all));
H A Disl_mat.c358 prod = isl_vec_alloc(mat->ctx, mat->n_row);
391 vec = isl_vec_alloc(vec_mat->ctx, vec_mat->n_row);
413 prod = isl_vec_alloc(mat->ctx, mat->n_col);
H A Disl_ast_build.c56 strides = isl_vec_alloc(ctx, isl_space_dim(space, isl_dim_set));
1668 strides = isl_vec_alloc(ctx, isl_space_dim(space, isl_dim_set));
H A Disl_tab.c2070 ineq = isl_vec_alloc(bmap->ctx, 1 + total);
2376 vec = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var);
2403 vec = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var);
2995 tab->dual = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_con);
H A Disl_convex_hull.c431 obj = isl_vec_alloc(ctx, 1 + dim*set->n);
1179 dir = isl_vec_alloc(bset1->ctx, 1 + d);
/haiku-buildtools/isl/include/isl/
H A Dvec.h37 __isl_give isl_vec *isl_vec_alloc(isl_ctx *ctx, unsigned size);

Completed in 135 milliseconds

12