Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/
Dctor_double_double.pass.cpp26 assert(d.stddev() == 1); in main()
32 assert(d.stddev() == 1); in main()
38 assert(d.stddev() == 5.25); in main()
Dparam_ctor.pass.cpp28 assert(p.stddev() == 1); in main()
35 assert(p.stddev() == 1); in main()
42 assert(p.stddev() == 5); in main()
Dctor_param.pass.cpp28 assert(d.stddev() == 10); in main()
Dparam_copy.pass.cpp29 assert(p.stddev() == .125); in main()
Dparam_assign.pass.cpp30 assert(p.stddev() == 6); in main()
Deval_param.pass.cpp63 double x_var = sqr(p.stddev()); in main()
Deval.pass.cpp62 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/
DBuildResults.java39 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()
DConfigResults.java427 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/
Dstat.c55 double rel_stddev_stats(double stddev, double avg) in rel_stddev_stats() argument
60 pct = 100.0 * stddev/avg; in rel_stddev_stats()
Dstat.h15 double rel_stddev_stats(double stddev, double avg);
/external/v8/tools/
Drun_perf.py235 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/
DMakefile17 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/
DScenarioData.java346 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/
Dstream_encoder.h71 FLAC__real stddev; member
/external/mesa3d/src/gallium/auxiliary/util/
Du_cache.c269 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/
Dwindow.h60 void FLAC__window_gauss(FLAC__real *window, const FLAC__int32 L, const FLAC__real stddev); /* 0.0 <…
/external/flac/libFLAC/
Dwindow.c115 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()
Dstream_encoder.c1696 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/
DStats.java55 public static double stddev(int[] X) { in stddev() method in Stats
/external/harfbuzz_ng/test/shaping/
Dhb_test_tools.py189 def stddev (self): member in Stats
200 return (self.mean () - population.mean ()) / population.stddev ()
/external/fio/tools/plot/
Dfio2gnuplot.manpage88 Available types are : min, max, avg, stddev.
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-stat.txt55 repeat command and print average + stddev (max: 100). 0 means forever.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-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/
Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images ...

12