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

Lines Matching defs:increasing

1180    indicating whether we want increasing or decreasing values of the
1212 Bool increasing;
1217 Bool ok = identify_metric( &get_metric, &increasing, metric_name );
1223 increasing ? "increasing" : "decreasing",
1238 ULong best_metric = increasing ? ~0ULL : 0ULL;
1247 if (increasing ? (metric < best_metric) : (metric > best_metric)) {