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

/haiku-buildtools/isl/
H A Disl_convex_hull.c1995 * hull_table a hash table of already computed constraints
2004 struct isl_hash_table *hull_table; member in struct:sh_data
2014 isl_hash_table_free(data->ctx, data->hull_table);
2089 data->hull_table = isl_hash_table_alloc(set->ctx, n_ineq);
2090 if (!data->hull_table)
2178 entry = isl_hash_table_find(hull->ctx, data->hull_table, c_hash,
2238 entry = isl_hash_table_find(hull->ctx, data->hull_table, c_hash,

Completed in 26 milliseconds