Home
last modified time | relevance | path

Searched refs:n_simplex (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/polly/lib/External/isl/
Disl_vertices.c1388 int *simplex_ids, int n_simplex, int *other_ids, int n_other, in call_on_simplex() argument
1406 simplex->n_vertices = n_simplex + n_other; in call_on_simplex()
1411 for (i = 0; i < n_simplex; ++i) in call_on_simplex()
1414 simplex->ids[n_simplex + i] = other_ids[i]; in call_on_simplex()
1463 int *simplex_ids, int n_simplex, int *other_ids, int n_other, in triangulate() argument
1479 if (n_simplex + n_other == d + 1) in triangulate()
1480 return call_on_simplex(cell, simplex_ids, n_simplex, in triangulate()
1483 simplex_ids[n_simplex] = other_ids[0]; in triangulate()
1505 if (triangulate(cell, v, simplex_ids, n_simplex + 1, in triangulate()