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

/haiku-buildtools/isl/
H A Disl_affine_hull.c918 unsigned cone_dim; local
926 cone_dim = total - cone->n_eq;
937 bset = isl_basic_set_drop_constraints_involving(bset, total - cone_dim,
938 cone_dim);
939 bset = isl_basic_set_drop_dims(bset, total - cone_dim, cone_dim);
942 Q = isl_mat_drop_rows(Q, 1 + total - cone_dim, cone_dim);
954 U = isl_mat_drop_cols(U, 1 + total - cone_dim, cone_dim);
[all...]
H A Disl_sample.c1057 unsigned cone_dim; local
1069 cone_dim = total - cone->n_eq;
1082 total - cone_dim, cone_dim);
1083 bounded = isl_basic_set_drop_dims(bounded, total - cone_dim, cone_dim);

Completed in 70 milliseconds