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

Lines Matching full:best_metric

1247       ULong   best_metric = increasing ? ~0ULL : 0ULL;
1256 if (increasing ? (metric < best_metric) : (metric > best_metric)) {
1257 best_metric = metric;