Home | History | Annotate | Download | only in exp-dhat

Lines Matching refs:increasing

1184    indicating whether we want increasing or decreasing values of the
1221 Bool increasing;
1226 Bool ok = identify_metric( &get_metric, &increasing, metric_name );
1232 increasing ? "increasing" : "decreasing",
1247 ULong best_metric = increasing ? ~0ULL : 0ULL;
1256 if (increasing ? (metric < best_metric) : (metric > best_metric)) {