Searched refs:Stat1 (Results 1 – 1 of 1) sorted by relevance
13 class Stat1; variable18 typedef Stat1<float, int64_t> Stat1_f;19 typedef Stat1<double, int64_t> Stat1_d;31 class Stat1 {33 typedef Stat1<VType, NumType> Self;35 Stat1() { Clear(); } in Stat1() function37 explicit Stat1(const VType &dat) { in Stat1() function44 explicit Stat1(const VType *begin, const VType *end) { in Stat1() function47 (*this) += Stat1(*item); in Stat1()51 Stat1(const VType &dat, const NumType &w) { in Stat1() function[all …]