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