Searched refs:mult (Results 1 – 2 of 2) sorted by relevance
202 const double mult = 100.0 / cur_num; in ToString() local214 (mult * bucket_value), // percentage in ToString()215 (mult * cumulative_sum)); // cumulative percentage in ToString()219 size_t marks = static_cast<size_t>(mult * bucket_value / 5 + 0.5); in ToString()
403 uint64_t mult = static_cast<uint64_t>(val) / window; in Key() local404 uint64_t pfx = mult * weight + (offset >= weight ? weight - 1 : offset); in Key()