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

/haiku-buildtools/gcc/gcc/
H A Domega.c4586 int lower_bounds = 0; local
4622 lower_bound[lower_bounds++] = e;
4625 for (j = 0; j < lower_bounds; j++)
4629 for (k = j + 1; k < lower_bounds; k++)
4643 for (j = 0; j < lower_bounds; j++)
4650 for (j = 0; j < lower_bounds; j++)
4718 if (j + 1 < lower_bounds)
/haiku-buildtools/isl/
H A Disl_ast_codegen.c447 static __isl_give isl_pw_aff_list *lower_bounds( function
1046 lower = lower_bounds(c_lower, depth, domain, build);

Completed in 103 milliseconds