/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/ |
D | ctor_double_double.pass.cpp | 26 assert(d.stddev() == 1); in main() 32 assert(d.stddev() == 1); in main() 38 assert(d.stddev() == 5.25); in main()
|
D | param_ctor.pass.cpp | 28 assert(p.stddev() == 1); in main() 35 assert(p.stddev() == 1); in main() 42 assert(p.stddev() == 5); in main()
|
D | ctor_param.pass.cpp | 28 assert(d.stddev() == 10); in main()
|
D | param_copy.pass.cpp | 29 assert(p.stddev() == .125); in main()
|
D | param_assign.pass.cpp | 30 assert(p.stddev() == 6); in main()
|
D | eval_param.pass.cpp | 63 double x_var = sqr(p.stddev()); in main()
|
D | eval.pass.cpp | 62 double x_var = sqr(d.stddev()); in main()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
D | BuildResults.java | 39 double[] average, stddev; field in BuildResults 82 …this.stddev[dim_id] = Math.sqrt(squaredDeviations / (this.count[dim_id] - 1)); // unbiased sample … in cleanValues() 196 return this.stddev[this.defaultDimIndex]; in getDeviation() 208 return dimIndex < 0 ? 0 : this.stddev[dimIndex]; in getDeviation() 409 this.stddev = new double[length]; in readData() 417 this.stddev[i] = stream.readDouble(); in readData() 465 this.stddev = new double[length]; in setValue() 512 this.stddev[idx] += Double.longBitsToDouble(value); in setValue() 536 buffer.append(Math.round(this.stddev[i]*1000)/1000.0); in toString() 580 stream.writeDouble(this.stddev[i]); in write()
|
D | ConfigResults.java | 427 double mean=0, stddev=0, variation=0; in getStatistics() local 454 stddev += Math.pow(values[i] - mean, 2); in getStatistics() 456 stddev = Math.sqrt((stddev / (count - 1))); in getStatistics() 457 variation = stddev / mean; in getStatistics() 458 return new double[] { count, mean, stddev, variation }; in getStatistics()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | stat.c | 55 double rel_stddev_stats(double stddev, double avg) in rel_stddev_stats() argument 60 pct = 100.0 * stddev/avg; in rel_stddev_stats()
|
D | stat.h | 15 double rel_stddev_stats(double stddev, double avg);
|
/external/v8/tools/ |
D | run_perf.py | 235 self.stddev = "" 246 if self.stddev_regexp and self.stddev: 250 self.stddev = re.search(self.stddev_regexp, stdout, re.M).group(1) 260 "stddev": self.stddev, 344 stddev = match.group(3) 352 trace_result.traces[0]["stddev"] = stddev
|
/external/fio/tools/plot/samples/ |
D | Makefile | 17 rm -rf *.average *.stddev *.min *.max *.global
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
D | ScenarioData.java | 346 double stddev = buildResults.getDeviation(dim_id); in printTableLine() local 350 if (stddev < 0) { in printTableLine() 352 } else if (stddev > 0) { in printTableLine() 354 stream.print(dim.getDisplayValue(stddev)); in printTableLine()
|
/external/flac/libFLAC/include/protected/ |
D | stream_encoder.h | 71 FLAC__real stddev; member
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_cache.c | 269 double stddev = sqrt(mean); in util_cache_destroy() local 272 double z = fabs(cache->entries[i].count - mean)/stddev; in util_cache_destroy()
|
/external/flac/libFLAC/include/private/ |
D | window.h | 60 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev); /* 0.0 <…
|
/external/flac/libFLAC/ |
D | window.c | 115 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev) in FLAC__window_gauss() argument 122 const double k = ((double)n - N2) / (stddev * N2); in FLAC__window_gauss()
|
D | stream_encoder.c | 1696 FLAC__real stddev = (FLAC__real)strtod(specification+6, 0); in FLAC__stream_encoder_set_apodization() local 1697 if (stddev > 0.0 && stddev <= 0.5) { in FLAC__stream_encoder_set_apodization() 1698 …->protected_->apodizations[encoder->protected_->num_apodizations].parameters.gauss.stddev = stddev; in FLAC__stream_encoder_set_apodization() 2519 …>private_->window[i], new_blocksize, encoder->protected_->apodizations[i].parameters.gauss.stddev); in resize_buffers_()
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/ |
D | Stats.java | 55 public static double stddev(int[] X) { in stddev() method in Stats
|
/external/harfbuzz_ng/test/shaping/ |
D | hb_test_tools.py | 189 def stddev (self): member in Stats 200 return (self.mean () - population.mean ()) / population.stddev ()
|
/external/fio/tools/plot/ |
D | fio2gnuplot.manpage | 88 Available types are : min, max, avg, stddev.
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-stat.txt | 55 repeat command and print average + stddev (max: 100). 0 means forever.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.test.performance_3.6.0.v20091014.jar | META-INF/MANIFEST.MF
plugin.properties
about.html
scripts/cs.sh
scripts ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
D | performanceui.jar | META-INF/MANIFEST.MF
.project
about.html
plugin.xml
build.properties
images ... |