Home
last modified time | relevance | path

Searched refs:StandardDeviation (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dfunctions.inl13 T StandardDeviation argument
16 …* (x - ExpectedValue)) / (static_cast<T>(2) * StandardDeviation * StandardDeviation)) / (StandardD…
24 tvec2<T, P> const& StandardDeviation argument
27 …tedValue) * (Coord - ExpectedValue)) / (static_cast<T>(2) * StandardDeviation * StandardDeviation);
Dfunctions.hpp38 T StandardDeviation);
47 tvec2<T, P> const& StandardDeviation);
/hardware/google/camera/common/profiler/
Dprofiler.cc35 float StandardDeviation(std::vector<float> samples, float mean) { in StandardDeviation() function
395 float dev_dt = StandardDeviation(elapses, mean_dt); in PrintResult()