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

/haiku-buildtools/isl/
H A Disl_range.c13 int monotonicity; member in struct:range_data
95 static int monotonicity(__isl_keep isl_basic_set *bset, function
302 if (data->monotonicity) {
305 if (data->monotonicity * data->sign > 0) {
364 int save_monotonicity = data->monotonicity;
381 data->monotonicity = monotonicity(bset, poly, data);
383 data->monotonicity = 0;
384 if (data->monotonicity < -1)
394 data->monotonicity
[all...]

Completed in 88 milliseconds