Searched refs:arc_period_ (Results 1 – 1 of 1) sorted by relevance
170 arc_period_(arc_period), in arc_limit_()176 arc_period_(acc.arc_period_), in FastLogAccumulator()217 index_begin = begin > 0 ? (begin - 1)/ arc_period_ + 1 : 0; in Sum()218 index_end = end / arc_period_; in Sum()219 stored_begin = index_begin * arc_period_; in Sum()220 stored_end = index_end * arc_period_; in Sum()250 if (!weights.empty() || arc_limit_ < arc_period_) {270 if (++narcs % arc_period_ == 0) {330 ssize_t arc_period_; // Save cumulative weights per 'arc_period_'. variable