/netbsd-src/external/mit/isl/dist/ |
H A D | isl_sample.c | 34 vec = isl_vec_alloc(bset->ctx, 0); in empty_sample() 51 sample = isl_vec_alloc(bset->ctx, 1 + dim); in zero_sample() 77 sample = isl_vec_alloc(bset->ctx, 2); in interval_sample() 398 return isl_vec_alloc(tab->mat->ctx, 0); in isl_tab_sample() 425 min = isl_vec_alloc(ctx, dim); in isl_tab_sample() 426 max = isl_vec_alloc(ctx, dim); in isl_tab_sample() 520 sample = isl_vec_alloc(ctx, 0); in isl_tab_sample() 594 data.sample = isl_vec_alloc(ctx, 1 + total); in factored_sample() 661 sample = isl_vec_alloc(isl_basic_set_get_ctx(bset), 0); in sample_bounded() 892 vec = isl_vec_alloc(vec1->ctx, vec1->size + vec2->size - 1); in vec_concat() [all …]
|
H A D | pip.c | 196 opt = isl_vec_alloc(ctx, 0); in opt_at() 201 opt = isl_vec_alloc(ctx, 1 + dim); in opt_at() 204 obj = isl_vec_alloc(ctx, 1 + dim); in opt_at() 233 opt = isl_vec_alloc(ctx, 0); in opt_at()
|
H A D | isl_vec.c | 33 __isl_give isl_vec *isl_vec_alloc(struct isl_ctx *ctx, unsigned size) in isl_vec_alloc() function 135 vec = isl_vec_alloc(ctx, size); in isl_vec_zero() 213 vec2 = isl_vec_alloc(vec->ctx, vec->size); in isl_vec_dup() 574 ext = isl_vec_alloc(vec->ctx, vec->size + n); in isl_vec_insert_els() 634 res = isl_vec_alloc(vec->ctx, vec->size); in isl_vec_move_els() 670 res = isl_vec_alloc(vec->ctx, offset + r->dst_len); in isl_vec_reorder()
|
H A D | isl_scan.c | 73 sample = isl_vec_alloc(bset->ctx, 1); in scan_0D() 124 min = isl_vec_alloc(bset->ctx, dim); in isl_basic_set_scan() 125 max = isl_vec_alloc(bset->ctx, dim); in isl_basic_set_scan()
|
H A D | polyhedron_minimize.c | 30 aff = isl_vec_alloc(vec->ctx, 1 + vec->size); in isl_vec_lin_to_aff()
|
H A D | isl_map_subtract.c | 72 v = isl_vec_alloc(bmap->ctx, 1 + tab_total); in tab_add_constraints() 133 v = isl_vec_alloc(bmap->ctx, 1 + tab_total); in tab_add_constraint() 192 vec = isl_vec_alloc(bmap->ctx, 2 + total + bmap->n_div); in tab_add_divs() 758 point = isl_vec_alloc(bmap->ctx, 1 + dim); in singleton_extract_point()
|
H A D | isl_tab_pip.c | 935 ineq = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_param + tab->n_div); in get_row_parameter_ineq() 985 div = isl_vec_alloc(tab->mat->ctx, 1 + 1 + tab->n_param + tab->n_div); in get_row_parameter_div() 1013 div = isl_vec_alloc(tab->mat->ctx, 1 + 1 + tab->n_param + tab->n_div); in get_row_split_div() 1048 ineq = isl_vec_alloc(bset->ctx, 1 + total); in ineq_for_div() 2752 ineq = isl_vec_alloc(tab->mat->ctx, 1 + context_tab->n_var); in tab_detect_nonnegative_parameters() 2952 cst = isl_vec_alloc(cgbr->tab->mat->ctx, bset->n_ineq); in gbr_init_shifted() 2987 return isl_vec_alloc(cgbr->tab->mat->ctx, 0); in gbr_get_shifted_sample() 3366 eq = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var); in propagate_equalities() 4292 eq = isl_vec_alloc(tab->mat->ctx, 1+tab->n_param+tab->n_div); in find_solutions_main() 5015 v = isl_vec_alloc(ctx, len); in extract_sample_sequence() [all …]
|
H A D | isl_tab_lexopt_templ.c | 75 var = isl_vec_alloc(ctx, n_out); in SF()
|
H A D | isl_point.c | 106 vec = isl_vec_alloc(space->ctx, 1 + dim); in isl_point_zero() 169 return isl_point_alloc(space, isl_vec_alloc(space->ctx, 0)); in isl_point_void()
|
H A D | basis_reduction_templ.c | 106 b_tmp = isl_vec_alloc(ctx, dim); in isl_tab_compute_reduced_basis()
|
H A D | isl_lp.c | 114 v = isl_vec_alloc(map->ctx, 1 + total + max_div); in isl_map_solve_lp()
|
H A D | isl_vertices.c | 763 todo->constraint = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var); in create_todo() 1200 c = isl_vec_alloc(bset->ctx, 1 + 1 + total); in tab_for_shifted_cone() 1608 v = isl_vec_alloc(ctx, 1 + total); in isl_cell_foreach_simplex()
|
H A D | basis_reduction_tab.c | 158 lp->row = isl_vec_alloc(lp->ctx, 1 + 2 * lp->dim); in init_lp()
|
H A D | isl_coalesce.c | 1014 v = isl_vec_alloc(ctx, 1 + total); in tighten_on_relaxed_facet() 1655 bound = isl_vec_alloc(ctx, 1 + total); in is_adj_ineq_extension() 1780 bound = isl_vec_alloc(ctx, 1 + total); in can_wrap_in_facet() 2325 bound = isl_vec_alloc(ctx, 1 + total); in check_eq_adj_eq() 3067 ineq = isl_vec_alloc(isl_tab_get_ctx(info->tab), 1 + info->tab->n_var); in fix_constant_divs() 3770 sub = isl_vec_alloc(ctx, 1 + dim + n); in add_sub_equalities()
|
H A D | isl_affine_hull.c | 279 sample = isl_vec_alloc(ctx, 1 + dim); in outside_point() 648 sample = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var); in isl_tab_detect_equalities()
|
H A D | isl_scheduler.c | 620 node->max = isl_vec_alloc(ctx, node->nvar); in set_max_coefficient() 651 v = isl_vec_alloc(ctx, node->nvar); in compute_max_coefficient() 2584 ineq = isl_vec_alloc(ctx, 1 + total); in node_add_coefficient_constraints() 2950 csol = isl_vec_alloc(isl_vec_get_ctx(sol), node->nvar); in extract_var_coef() 4488 eq = isl_vec_alloc(ctx, 1 + dim); in zero_out_node_coef() 4611 prev = isl_vec_alloc(ctx, 0); in non_neg_lexmin() 5138 return isl_vec_alloc(ctx, 0); in compute_carrying_sol()
|
H A D | isl_mat.c | 461 prod = isl_vec_alloc(mat->ctx, mat->n_row); in isl_mat_vec_product() 494 vec = isl_vec_alloc(vec_mat->ctx, vec_mat->n_row); in isl_mat_vec_inverse_product() 517 prod = isl_vec_alloc(mat->ctx, mat->n_col); in isl_vec_mat_product() 1850 v = isl_vec_alloc(isl_mat_get_ctx(mat), mat->n_col); in isl_mat_get_row()
|
H A D | isl_constraint.c | 83 v = isl_vec_alloc(ctx, 1 + dim); in isl_constraint_alloc() 108 v = isl_vec_alloc(ctx, 1 + dim); in isl_basic_map_constraint()
|
H A D | isl_bernstein.c | 182 multinom = isl_vec_alloc(ctx, n); in extract_coefficients()
|
H A D | isl_tab.c | 2213 ineq = isl_vec_alloc(bmap->ctx, 1 + total); in ineq_for_div() 2547 vec = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var); in extract_integer_sample() 2574 vec = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_var); in isl_tab_get_sample_value() 3386 tab->dual = isl_vec_alloc(tab->mat->ctx, 1 + tab->n_con); in isl_tab_min() 3576 eq = isl_vec_alloc(isl_tab_get_ctx(tab), 1 + tab->n_var); in detect_constant_with_tmp()
|
H A D | isl_ilp.c | 279 v = isl_vec_alloc(bset->ctx, 1 + dim); in solve_ilp_with_eq()
|
H A D | isl_map_simplify.c | 1012 d = isl_vec_alloc(bmap->ctx, div_eq); in normalize_divs() 3830 v = isl_vec_alloc(bmap1->ctx, 1 + total); in isl_basic_map_plain_is_disjoint() 4410 data.v = isl_vec_alloc(ctx, off + n_div); in drop_more_redundant_divs() 5152 v = isl_vec_alloc(ctx, n); in preimage() 5438 v = isl_vec_alloc(ctx, 1 + total); in isl_basic_map_reduce_coefficients()
|
H A D | isl_equalities.c | 424 d = isl_vec_alloc(ctx, n_row); in isl_mat_parameter_compression_ext()
|
H A D | isl_ast_build.c | 70 strides = isl_vec_alloc(ctx, dim); in isl_ast_build_init_derived() 1870 strides = isl_vec_alloc(ctx, space_dim); in isl_ast_build_product()
|
/netbsd-src/external/mit/isl/dist/include/isl/ |
H A D | vec.h | 26 __isl_give isl_vec *isl_vec_alloc(isl_ctx *ctx, unsigned size);
|