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

/haiku-buildtools/isl/
H A Dbasis_reduction_templ.c73 int n_bounded; local
89 n_bounded = dim - tab->n_unbounded;
90 if (n_bounded <= tab->n_zero + 1)
110 F = isl_alloc_array(ctx, GBR_type, n_bounded);
111 alpha_buffer[0] = isl_alloc_array(ctx, GBR_type, n_bounded);
112 alpha_buffer[1] = isl_alloc_array(ctx, GBR_type, n_bounded);
118 for (i = 0; i < n_bounded; ++i) {
265 } while (i < n_bounded - 1);
279 for (i = 0; i < n_bounded; ++i) {

Completed in 57 milliseconds