Home
last modified time | relevance | path

Searched refs:Stat1MinMax (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/utils/google-benchmark/src/
Dstat.h15 class Stat1MinMax; variable
19 typedef Stat1MinMax<float, int64_t> Stat1MinMax_f;
20 typedef Stat1MinMax<double, int64_t> Stat1MinMax_d;
210 class Stat1MinMax : public Stat1<VType, NumType> {
212 typedef Stat1MinMax<VType, NumType> Self;
214 Stat1MinMax() { Clear(); } in Stat1MinMax() function
216 explicit Stat1MinMax(const VType &dat) : Stat1<VType, NumType>(dat) { in Stat1MinMax() function
222 explicit Stat1MinMax(const VType *begin, const VType *end) { in Stat1MinMax() function
225 (*this) += Stat1MinMax(*item); in Stat1MinMax()
229 Stat1MinMax(const VType &dat, const NumType &w) in Stat1MinMax() function
[all …]
/external/google-benchmark/src/
Dstat.h15 class Stat1MinMax; variable
19 typedef Stat1MinMax<float, int64_t> Stat1MinMax_f;
20 typedef Stat1MinMax<double, int64_t> Stat1MinMax_d;
214 class Stat1MinMax : public Stat1<VType, NumType> {
216 typedef Stat1MinMax<VType, NumType> Self;
218 Stat1MinMax() { Clear(); } in Stat1MinMax() function
220 explicit Stat1MinMax(const VType &dat) : Stat1<VType, NumType>(dat) { in Stat1MinMax() function
226 explicit Stat1MinMax(const VType *begin, const VType *end) { in Stat1MinMax() function
229 (*this) += Stat1MinMax(*item); in Stat1MinMax()
233 Stat1MinMax(const VType &dat, const NumType &w) in Stat1MinMax() function
[all …]