Searched refs:HistValue (Results 1 – 1 of 1) sorted by relevance
29 using HistValue = int64_t; variable39 template <HistValue... thresholds>45 void Add(HistValue value) { in Add()53 HistValue GetBucketThres(size_t n) const { in GetBucketThres()63 HistValue GetBucketSum(size_t n) const { in GetBucketSum()76 static size_t BucketForValue(HistValue value) { in BucketForValue()84 static constexpr HistValue bucket_thres_[kNumBuckets]{85 thresholds..., std::numeric_limits<HistValue>::max()};87 HistValue bucket_sum_[kNumBuckets]{};