Home
last modified time | relevance | path

Searched defs:mean (Results 1 - 25 of 54) sorted by relevance

123

/third_party/node/test/pummel/
H A Dtest-crypto-timing-safe-equal-benchmarks.js70 function mean(array) { function
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dexponential_biased.cc41 int64_t ExponentialBiased::GetSkipCount(int64_t mean) { in GetSkipCount() argument
72 int64_t ExponentialBiased::GetStride(int64_t mean) { in GetStride() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Ddistribution_test_util.h39 double mean = 0.0; member
H A Dchi_square.cc124 const double mean = 1 - 2.0 / (9 * dof); in ChiSquareValue() local
171 const double mean = 1 - 2.0 / (9 * dof); in ChiSquarePValue() local
/third_party/ffmpeg/libavutil/tests/
H A Dlfg.c118 double mean = 1000; in main() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Ddistributions_test.cc456 const double mean = (0 + 1 + 1 + 2 + 3 + 4 + 7 + 8 + 15 + 16 + 31 + 32 + 63 + TEST_F() local
[all...]
H A Dgaussian_distribution_test.cc94 const TypeParam mean = (mod & 0x1) ? -x : x; in TYPED_TEST() local
158 GaussianModel(double mean, double stddev) GaussianModel() argument
160 double mean() const { return mean_; } mean() function in __anon19271::GaussianModel
[all...]
H A Dexponential_distribution_test.cc157 double mean() const { return beta_; } in mean() function in __anon19270::ExponentialModel
H A Duniform_int_distribution_test.cc158 const double mean = (a + b) / 2; in TYPED_TEST() local
H A Dgaussian_distribution.h100 result_type mean() const { return mean_; } in mean() function in absl::gaussian_distribution::param_type
125 explicit gaussian_distribution(result_type mean, result_type stddev = 1) in gaussian_distribution() argument
152 result_type mean() const { return param_.mean(); } in mean() function in absl::gaussian_distribution
199 auto mean = random_internal::read_floating_point<result_type>(is); operator >>() local
[all...]
H A Dpoisson_distribution.h63 double mean() const { return mean_; } in mean() function in absl::poisson_distribution::param_type
90 explicit poisson_distribution(double mean) : param_(mean) {} in poisson_distribution() argument
112 double mean() const { return param_.mean(); } in mean() function in absl::poisson_distribution
133 poisson_distribution<IntType>::param_type::param_type(double mean) in param_type() argument
248 double mean = random_internal::read_floating_point<double>(is); operator >>() local
[all...]
H A Dzipf_distribution_test.cc114 double mean() const { return mean_; } in mean() function in __anon19317::ZipfModel
/third_party/ffmpeg/libavutil/
H A Dpca.c34 double *mean; member
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dfilters_utils.c38 int mean = p[0]; in WebPEstimateBestFilter() local
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dhashtable_debug.h73 double mean; member
/third_party/skia/bin/
H A Dcompare38 def mean(xs): function
/third_party/benchmark/src/
H A Dstatistics.cc68 const auto mean = StatisticsMean(v); in StatisticsStdDev() local
82 const auto mean = StatisticsMean(v); in StatisticsCV() local
/third_party/skia/third_party/externals/dawn/scripts/
H A Dperf_test_runner.py40 def mean(data): function
/third_party/skia/third_party/externals/angle2/scripts/
H A Dperf_test_runner.py42 def mean(data): function
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_cache.c294 double mean = (double)cache->count/(double)cache->size; in util_cache_destroy() local
/third_party/ffmpeg/libavcodec/
H A Daptxenc.c108 int32_t d, mean, interval, inv, sample_difference_abs; in aptx_quantize_difference() local
H A Dsvq1dec.c174 unsigned mean; in svq1_decode_block_intra() local
241 unsigned mean; in svq1_decode_block_non_intra() local
[all...]
H A Dsvq1enc.c161 int mean = diff + (size >> 1) >> (level + 3); in encode_block() local
/third_party/alsa-utils/bat/
H A Danalyze.c108 float mean = 0.0, t, sigma = 0.0, p = 0.0; in check() local
66 check_peak(struct bat *bat, struct analyze *a, int end, int peak, float hz, float mean, float p, int channel, int start) check_peak() argument
[all...]
/third_party/ltp/testcases/misc/math/fptests/
H A Dfptest02.c318 static double mean; variable

Completed in 13 milliseconds

123