Searched defs:Statistics (Results 1 – 4 of 4) sorted by relevance
455 struct Statistics { struct465 Statistics statistics_ = {}; argument757 struct Statistics { struct770 Statistics statistics_ = {}; argument
786 struct Statistics struct788 double mean;789 double standardDeviation;790 double standardErrorOfMean;
532 struct Statistics { struct534 StatisticsFunc* compute_; argument537 Statistics(const std::string& name, StatisticsFunc* compute, argument539 : name_(name), compute_(compute), unit_(unit) {} in name_()
395 D3D10_DDI_QUERY_DATA_PIPELINE_STATISTICS Statistics; member