HomeSort by relevance Sort by last modified time
    Searched refs:log_current (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/metrics/
histogram.cc 155 double log_current; local
156 log_current = log(static_cast<double>(current));
158 log_ratio = (log_max - log_current) / (bucket_count - bucket_index);
160 log_next = log_current + log_ratio;
  /external/chromium/base/metrics/
histogram.cc 443 double log_current; local
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;
    [all...]

Completed in 619 milliseconds