Home
last modified time | relevance | path

Searched refs:stddev (Results 1 – 8 of 8) 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/av/services/audioflinger/
DFastMixerDumpState.cpp133 wall.stddev()*1e-6); in dump()
137 loadNs.stddev()*1e-3); in dump()
144 kHz.mean()*1e-3, kHz.minimum()*1e-3, kHz.maximum()*1e-3, kHz.stddev()*1e-3); in dump()
147 loadMHz.mean(), loadMHz.minimum(), loadMHz.maximum(), loadMHz.stddev()); in dump()
162 left.mean()*1e-6, left.minimum()*1e-6, left.maximum()*1e-6, left.stddev()*1e-6, in dump()
164 right.stddev()*1e-6); in dump()
DThreads.cpp396 double stddev = mWcStats.stddev(); in sample() local
400 double stddevCycles = mHzStats.stddev(); in sample()
414 stddev * .001, in sample()
418 stddev / perLoop100, in sample()
/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/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/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...