Home | History | Annotate | Download | only in metrics

Lines Matching defs:over

164   // nearly the largest bucket range without sliding over the histogram.
472 size_t over = bucket_count();
476 DCHECK_GE(over, under);
477 mid = under + (over - under)/2;
483 over = mid;
492 // over some transition value, and then use that transition width. Exponentials