Lines Matching refs:cell
33 isl_cell *cell; member
107 static isl_bool is_tight(int *k, int n, int d, isl_cell *cell) in is_tight() argument
120 v = cell->ids[n - 1 - i]; in is_tight()
121 return vertex_is_integral(cell->vertices->v[v].vertex); in is_tight()
137 tight = is_tight(k, n, d, data->cell); in add_fold()
266 static isl_stat bernstein_coefficients_cell(__isl_take isl_cell *cell, in bernstein_coefficients_cell() argument
287 n_vertices = cell->n_vertices; in bernstein_coefficients_cell()
291 return isl_cell_foreach_simplex(cell, in bernstein_coefficients_cell()
298 space_param = isl_basic_set_get_space(cell->dom); in bernstein_coefficients_cell()
311 int k = cell->ids[i]; in bernstein_coefficients_cell()
313 v = vertex_coordinate(cell->vertices->v[k].vertex, j, in bernstein_coefficients_cell()
330 data->cell = cell; in bernstein_coefficients_cell()
331 dom = isl_set_from_basic_set(isl_basic_set_copy(cell->dom)); in bernstein_coefficients_cell()
347 isl_cell_free(cell); in bernstein_coefficients_cell()
353 isl_cell_free(cell); in bernstein_coefficients_cell()