Home | History | Annotate | Download | only in cctest

Lines Matching defs:min_count

2963     double min_count = std::min(count_128, count_1024);
2964 double percent_difference = (max_count - min_count) / min_count;