Searched refs:StatisticsStdDev (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dstatistics_gtest.cc22 EXPECT_DOUBLE_EQ(benchmark::StatisticsStdDev({101, 101, 101, 101}), 0.0);
23 EXPECT_DOUBLE_EQ(benchmark::StatisticsStdDev({1, 2, 3}), 1.0);
24 EXPECT_FLOAT_EQ(benchmark::StatisticsStdDev({1.5, 2.4, 3.3, 4.2, 5.1}),
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dstatistics.h33 double StatisticsStdDev(const std::vector<double>& v);
H A Dstatistics.cc66 double StatisticsStdDev(const std::vector<double>& v) { function in namespace:benchmark
H A Dbenchmark_register.cc251 ComputeStatistics("stddev", StatisticsStdDev);
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dstatistics.h33 double StatisticsStdDev(const std::vector<double>& v);
H A Dstatistics.cc66 double StatisticsStdDev(const std::vector<double>& v) { function in namespace:benchmark
H A Dbenchmark_register.cc256 ComputeStatistics("stddev", StatisticsStdDev);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dstatistics_gtest.cc51 double Res = benchmark::StatisticsStdDev(Inputs);
56 double Res = benchmark::StatisticsStdDev(Inputs);

Completed in 108 milliseconds