Searched refs:n_simplex (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_vertices.c | 1449 int *simplex_ids, int n_simplex, int *other_ids, int n_other, in call_on_simplex() argument 1467 simplex->n_vertices = n_simplex + n_other; in call_on_simplex() 1472 for (i = 0; i < n_simplex; ++i) in call_on_simplex() 1475 simplex->ids[n_simplex + i] = other_ids[i]; in call_on_simplex() 1524 int *simplex_ids, int n_simplex, int *other_ids, int n_other, in triangulate() argument 1540 if (n_simplex + n_other == d + 1) in triangulate() 1541 return call_on_simplex(cell, simplex_ids, n_simplex, in triangulate() 1544 simplex_ids[n_simplex] = other_ids[0]; in triangulate() 1566 if (triangulate(cell, v, simplex_ids, n_simplex + 1, in triangulate()
|