OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stddev
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/libs/cpustats/
CentralTendencyStatistics.cpp
70
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/base/include/cpustats/
CentralTendencyStatistics.h
49
double
stddev
() const;
/external/flac/libFLAC/include/protected/
stream_encoder.h
68
FLAC__real
stddev
;
member in struct:__anon5869::__anon5870::__anon5871
/external/flac/libFLAC/include/private/
window.h
59
void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real
stddev
); /* 0.0 <
stddev
<= 0.5 */
/external/flac/libFLAC/
window.c
118
void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real
stddev
)
125
const double k = ((double)n - N2) / (
stddev
* N2);
stream_encoder.c
[
all
...]
/external/antlr/src/org/antlr/runtime/misc/
Stats.java
55
public static double
stddev
(int[] X) {
method in class:Stats
/external/openssl/crypto/perlasm/
x86_64-xlate.pl
66
{ my ($
stddev
,$stdino,@junk)=stat(STDOUT);
70
if ($
stddev
!=$outdev || $stdino!=$outino);
/system/media/wilhelm/tests/examples/
slesTestDecodeAac.cpp
729
printf("
stddev
= %.1f bytes\n", frameStats.
stddev
());
/frameworks/base/services/audioflinger/
AudioFlinger.cpp
1888
double
stddev
= stats.
stddev
();
local
[
all
...]
Completed in 623 milliseconds