Searched refs:stddev (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libcpustats/ |
D | CentralTendencyStatistics.cpp | 70 double CentralTendencyStatistics::stddev() const in stddev() function in CentralTendencyStatistics 72 double stddev; in stddev() local 74 stddev = sqrt(variance()); in stddev() 75 mStddev = stddev; in stddev() 78 stddev = mStddev; in stddev() 80 return stddev; in stddev()
|
/frameworks/base/tests/JankBench/scripts/ |
D | itr_collect.py | 93 stddev = numpy.std(res.durations) 97 score = stddev * mean *pj 102 … print "\tScore = %f x %f x %f = %f (%d samples)" % (stddev, mean, pj, score, len(res.durations))
|
D | collect.py | 134 stddev = round_to_2(numpy.std(res.durations)) 138 score = stddev * mean * pj 144 stddevs.append(stddev) 147 …print "\t%s: Score = %f x %f x %f = %f (%d samples)" % (iteration, stddev, mean, pj, score, len(re…
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | HistoryTracker.java | 126 double stddev = Math.sqrt( in falseConfidence() local 131 return 1 - stddev; in falseConfidence()
|
/frameworks/av/media/libcpustats/include/cpustats/ |
D | CentralTendencyStatistics.h | 49 double stddev() const;
|
/frameworks/wilhelm/tests/examples/ |
D | slesTestDecodeAac.cpp | 835 printf(" stddev = %.1f bytes\n", frameStats.stddev()); in TestDecToBuffQueue()
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 453 const double stddev = mWcStats.getStdDev(); in sample() local 471 stddev * .001, in sample() 475 stddev / perLoop100, in sample()
|