Lines Matching refs:Stat1MinMax
16 class Stat1MinMax; variable
20 typedef Stat1MinMax<float, int64_t> Stat1MinMax_f;
21 typedef Stat1MinMax<double, int64_t> Stat1MinMax_d;
211 class Stat1MinMax : public Stat1<VType, NumType> {
213 typedef Stat1MinMax<VType, NumType> Self;
215 Stat1MinMax() { Clear(); } in Stat1MinMax() function
217 explicit Stat1MinMax(const VType &dat) : Stat1<VType, NumType>(dat) { in Stat1MinMax() function
223 explicit Stat1MinMax(const VType *begin, const VType *end) { in Stat1MinMax() function
226 (*this) += Stat1MinMax(*item); in Stat1MinMax()
230 Stat1MinMax(const VType &dat, const NumType &w) in Stat1MinMax() function
236 Stat1MinMax(const Self &stat) : Stat1<VType, NumType>(stat) { in Stat1MinMax() function
299 const Stat1MinMax<VType, NumType> &s) {