Home | History | Annotate | Download | only in metrics

Lines Matching refs:log_current

443     double log_current;
444 log_current = log(static_cast<double>(current));
446 log_ratio = (log_max - log_current) / (bucket_count() - bucket_index);
448 log_next = log_current + log_ratio;