/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
Profiler.cs | 461 // buf.Append(Stats.stddev(decisionMaxFixedLookaheads)); 471 // buf.Append(Stats.stddev(decisionMaxCyclicLookaheads)); 481 // buf.Append(Stats.stddev(toArray(decisionMaxSynPredLookaheads))); 754 // int Stats.stddev(toArray(decisionMaxSynPredLookaheads);
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
Profiler.java | 72 // int Stats.stddev(toArray(decisionMaxSynPredLookaheads); 457 // buf.append(Stats.stddev(decisionMaxFixedLookaheads)); 467 // buf.append(Stats.stddev(decisionMaxCyclicLookaheads)); 477 // buf.append(Stats.stddev(toArray(decisionMaxSynPredLookaheads)));
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/ |
Stats.java | 55 public static double stddev(int[] X) { method in class:Stats
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
DimResultsElement.java | 29 static final String P_ID_STDDEV = "DimResultsElement.stddev"; //$NON-NLS-1$
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
ScenarioData.java | 346 double stddev = buildResults.getDeviation(dim_id); local 350 if (stddev < 0) { 352 } else if (stddev > 0) { 354 stream.print(dim.getDisplayValue(stddev));
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
oracle11.php | 440 'STDDEV',
|
oracle8.php | 362 'STDDEV',
|
delphi.php | 196 'SimpleRoundTo', 'SinCos', 'Sinh', 'StdDev', 'Sum', 'SumInt',
|
plsql.php | 90 'STDDEV_POP', 'STDDEV', 'SQRT', 'SOUNDEX', 'SINH', 'SIN', 'SIGN',
|
mysql.php | 231 'MAX','MIN','STDDEV_POP','STDDEV_SAMP','STDDEV','STD','SUM',
|
/external/linux-tools-perf/Documentation/ |
perf-stat.txt | 55 repeat command and print average + stddev (max: 100)
|
/frameworks/base/tests/TileBenchmark/res/values/ |
strings.xml | 72 <string name="std_dev">StdDev</string>
|
/external/harfbuzz_ng/test/shaping/ |
hb_test_tools.py | 189 def stddev (self): member in class:Stats 200 return (self.mean () - population.mean ()) / population.stddev ()
|
/external/webkit/Source/WebCore/platform/graphics/ |
ShadowBlur.cpp | 208 float stdDev = m_blurRadius / 2; 211 diameter = max(2, static_cast<int>(floorf(stdDev * gaussianKernelFactor * fudgeFactor + 0.5f))); [all...] |
/device/generic/goldfish/camera/fake-pipeline2/ |
Sensor.cpp | 413 // Scaled to roughly match gaussian/uniform noise stddev
|
/external/flac/include/FLAC/ |
stream_encoder.h | [all...] |
/external/linux-tools-perf/ |
builtin-stat.c | 244 * http://en.wikipedia.org/wiki/Stddev 1054 "repeat command and print average + stddev (max: 100)"), [all...] |
/frameworks/av/services/audioflinger/ |
Threads.cpp | 227 double stddev = mWcStats.stddev(); local 231 double stddevCycles = mHzStats.stddev(); 239 " us per mix loop: mean=%.0f stddev=%.0f min=%.0f max=%.0f\n" 240 " %% of wall: mean=%.1f stddev=%.1f min=%.1f max=%.1f\n" 241 " MHz: mean=%.1f, stddev=%.1f, min=%.1f max=%.1f", 245 stddev * .001, 249 stddev / perLoop100, [all...] |
/frameworks/wilhelm/tests/examples/ |
slesTestDecodeAac.cpp | [all...] |
/ndk/sources/cxx-stl/llvm-libc++/include/ |
random | [all...] |
/external/flac/libFLAC/ |
stream_encoder.c | [all...] |
/external/opencv/cxcore/src/ |
cxmeansdv.cpp | 45 * Mean and StdDev calculation * [all...] |
/frameworks/base/libs/androidfw/ |
VelocityTracker.cpp | 407 * In other words, an ideal choice for W would be W[i] = 1 / var(Y[i]) = 1 / stddev(Y[i]). [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
random.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
random.h | [all...] |