Searched defs:stddev (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/cpustats/
H A DCentralTendencyStatistics.cpp70 double CentralTendencyStatistics::stddev() const function in class:CentralTendencyStatistics
72 double stddev; local
74 stddev = sqrt(variance());
75 mStddev = stddev;
78 stddev = mStddev;
80 return stddev;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2496 double stddev = mWcStats.stddev(); local
2500 double stddevCycles = mHzStats.stddev();
2508 " us per mix loop: mean=%.0f stddev=%.0f min=%.0f max=%.0f\n"
2509 " %% of wall: mean=%.1f stddev=%.1f min=%.1f max=%.1f\n"
2510 " MHz: mean=%.1f, stddev=%.1f, min=%.1f max=%.1f",
2514 stddev * .001,
2518 stddev / perLoop100,

Completed in 53 milliseconds