Searched refs:cone_dim (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mit/isl/dist/
H A Disl_affine_hull.c734 unsigned cone_dim; local
742 cone_dim = total - cone->n_eq;
753 bset = isl_basic_set_drop_constraints_involving(bset, total - cone_dim,
754 cone_dim);
755 bset = isl_basic_set_drop_dims(bset, total - cone_dim, cone_dim);
758 Q = isl_mat_drop_rows(Q, 1 + total - cone_dim, cone_dim);
770 U = isl_mat_drop_cols(U, 1 + total - cone_dim, cone_dim);
[all...]
H A Disl_sample.c950 unsigned cone_dim; local
962 cone_dim = total - cone->n_eq;
975 total - cone_dim, cone_dim);
976 bounded = isl_basic_set_drop_dims(bounded, total - cone_dim, cone_dim);

Completed in 291 milliseconds