Home
last modified time | relevance | path

Searched refs:stddev (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libcpustats/
DCentralTendencyStatistics.cpp70 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/
Ditr_collect.py93 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))
Dcollect.py134 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/
DHistoryTracker.java126 double stddev = Math.sqrt( in falseConfidence() local
131 return 1 - stddev; in falseConfidence()
/frameworks/av/media/libcpustats/include/cpustats/
DCentralTendencyStatistics.h49 double stddev() const;
/frameworks/wilhelm/tests/examples/
DslesTestDecodeAac.cpp835 printf(" stddev = %.1f bytes\n", frameStats.stddev()); in TestDecToBuffQueue()
/frameworks/av/services/audioflinger/
DThreads.cpp453 const double stddev = mWcStats.getStdDev(); in sample() local
471 stddev * .001, in sample()
475 stddev / perLoop100, in sample()