Home
last modified time | relevance | path

Searched defs:Mean (Results 1 – 5 of 5) sorted by relevance

/third_party/benchmark/test/
Dstatistics_gtest.cc9 TEST(StatisticsTest, Mean) { in TEST() argument
/third_party/node/src/
Dhistogram-inl.h44 double Histogram::Mean() const { in Mean() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Drandom.inl273 GLM_FUNC_QUALIFIER genType gaussRand(genType Mean, genType Deviation)
289 …GLM_FUNC_QUALIFIER vecType<T, P> gaussRand(vecType<T, P> const & Mean, vecType<T, P> const & Devia…
/third_party/node/deps/v8/tools/
Dperf-compare.py32 def Mean(values): member in Statistics
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dbeta_distribution_test.cc249 double Mean() const { return alpha_ / (alpha_ + beta_); } in Mean() function in __anon4268e8d70111::BetaDistributionModel