Home
last modified time | relevance | path

Searched defs:stddev (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dgaussian_distribution.h103 result_type stddev() const { return stddev_; } in stddev() function
126 : param_(mean, stddev) {} in param_() argument
153 result_type stddev() const { return param_.stddev(); } in stddev() function
201 auto stddev = random_internal::read_floating_point<result_type>(is); variable
Dgaussian_distribution_test.cc95 const TypeParam stddev = (mod & 0x2) ? -y : y; in TYPED_TEST() local
158 GaussianModel(double mean, double stddev) : mean_(mean), stddev_(stddev) {} in GaussianModel()
162 double stddev() const { return stddev_; } in stddev() function in __anonea9754d50111::GaussianModel
180 double stddev; member
Dbernoulli_distribution_test.cc83 const double stddev = trials * stddev_p; in TEST_P() local
Dexponential_distribution_test.cc159 double stddev() const { return std::sqrt(variance()); } in stddev() function in __anon60c96e810111::ExponentialModel
Dpoisson_distribution_test.cc169 double stddev() const { return std::sqrt(variance()); } in stddev() function in __anon333c06250111::PoissonModel
/third_party/node/deps/v8/tools/
Davg.py64 def __init__(self, points=0, key=0, average=0, stddev=0, min_width=0, max_width=0): argument
87 def format_line(points, key, average, stddev, min_value, max_value, argument
153 def stddev(self): member in Measurement
Drun_perf.py182 def AddTraceResult(self, trace, result, stddev): argument
/third_party/ffmpeg/libavutil/tests/
Dlfg.c119 double stddev = 53; in main() local
/third_party/ffmpeg/tests/
Dfate-run.sh70 stddev(){ function
/third_party/benchmark/src/
Dstatistics.cc81 const auto stddev = StatisticsStdDev(v); in StatisticsCV() local
/third_party/node/lib/internal/
Dhistogram.js175 get stddev() { getter in Histogram
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_cache.c295 double stddev = sqrt(mean); in util_cache_destroy() local
/third_party/skia/third_party/externals/harfbuzz/test/shape/
Dhb_test_tools.py191 def stddev (self): member in Stats
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstfacedetect.cpp564 Scalar mean, stddev; in gst_face_detect_run_detector() local
/third_party/skia/tools/skpbench/
Dskpbench.cpp476 const double stddev = 100/*%*/ * sqrt(variance) / accumValue; in print_result() local
/third_party/node/deps/histogram/src/
Dhdr_histogram.c1212 double stddev = hdr_stddev(h) / value_scale; in hdr_percentiles_print() local
/third_party/libabigail/tests/lib/
Dcatch.hpp7787 double outlier_variance(Estimate<double> mean, Estimate<double> stddev, int n) { in outlier_variance()
7822 auto stddev = &standard_deviation; in analyse_samples() local