Home
last modified time | relevance | path

Searched refs:statistic (Results 1 – 25 of 70) sorted by relevance

123

/external/webrtc/modules/audio_processing/aec3/
Decho_remover_metrics_unittest.cc37 std::array<EchoRemoverMetrics::DbMetric, 2> statistic; in TEST() local
38 statistic.fill(EchoRemoverMetrics::DbMetric(0.f, 100.f, -100.f)); in TEST()
44 aec3::UpdateDbMetric(value, &statistic); in TEST()
45 EXPECT_FLOAT_EQ(kValue0, statistic[0].sum_value); in TEST()
46 EXPECT_FLOAT_EQ(kValue0, statistic[0].ceil_value); in TEST()
47 EXPECT_FLOAT_EQ(kValue0, statistic[0].floor_value); in TEST()
48 EXPECT_FLOAT_EQ(kValue1, statistic[1].sum_value); in TEST()
49 EXPECT_FLOAT_EQ(kValue1, statistic[1].ceil_value); in TEST()
50 EXPECT_FLOAT_EQ(kValue1, statistic[1].floor_value); in TEST()
52 aec3::UpdateDbMetric(value, &statistic); in TEST()
[all …]
Decho_remover_metrics.cc214 std::array<EchoRemoverMetrics::DbMetric, 2>* statistic) { in UpdateDbMetric() argument
215 RTC_DCHECK(statistic); in UpdateDbMetric()
220 RTC_DCHECK_EQ(kNumBands, statistic->size()); in UpdateDbMetric()
222 for (size_t k = 0; k < statistic->size(); ++k) { in UpdateDbMetric()
227 (*statistic)[k].Update(average_band); in UpdateDbMetric()
Decho_remover_metrics.h67 std::array<EchoRemoverMetrics::DbMetric, 2>* statistic);
/external/iptables/extensions/
Dlibxt_statistic.t2 -m statistic;;FAIL
3 -m statistic --mode random ! --probability 0.50000000000;=;OK
4 -m statistic --mode random ! --probability 1.1;;FAIL
5 -m statistic --probability 1;;FAIL
6 -m statistic --mode nth ! --every 5 --packet 2;=;OK
7 -m statistic --mode nth ! --every 5;;FAIL
8 -m statistic --mode nth ! --every 5 --packet 5;;FAIL
Dlibxt_statistic.txlate1 iptables-translate -A OUTPUT -m statistic --mode nth --every 10 --packet 1
4 iptables-translate -A OUTPUT -m statistic --mode nth ! --every 10 --packet 5
7 iptables-translate -A OUTPUT -m statistic --mode random --probability 0.1
8 nft # -A OUTPUT -m statistic --mode random --probability 0.1
Dlibxt_statistic.man1 This module matches packets based on some statistic condition.
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Ddistributions.rs19 statistic: Statistic, in abs_distribution()
72 statistic in abs_distribution()
121 let path = context.report_path(id, &format!("{}.svg", statistic)); in abs_distribution()
143 .map(|(statistic, distribution, estimate)| { in abs_distributions()
148 statistic, in abs_distributions()
160 statistic: Statistic, in rel_distribution()
233 statistic in rel_distribution()
284 let path = context.report_path(id, &format!("change/{}.svg", statistic)); in rel_distribution()
298 .map(|&statistic| { in rel_distributions()
302 statistic, in rel_distributions()
[all …]
/external/rust/crates/criterion/src/plot/plotters_backend/
Ddistributions.rs12 statistic: Statistic, in abs_distribution()
56 let path = context.report_path(id, &format!("{}.svg", statistic)); in abs_distribution()
67 format!("{}:{}", id.as_title(), statistic), in abs_distribution()
144 .for_each(|(statistic, distribution, estimate)| { in abs_distributions()
149 statistic, in abs_distributions()
160 statistic: Statistic, in rel_distribution()
216 let path = context.report_path(id, &format!("change/{}.svg", statistic)); in rel_distribution()
222 format!("{}:{}", id.as_title(), statistic), in rel_distribution()
298 crate::plot::CHANGE_STATS.iter().for_each(|&statistic| { in rel_distributions()
302 statistic, in rel_distributions()
[all …]
/external/llvm-project/openmp/runtime/src/
Dkmp_stats.cpp78 void statistic::addSample(double sample) { in addSample()
94 statistic &statistic::operator+=(const statistic &other) { in operator +=()
127 void statistic::scale(double factor) { in scale()
135 std::string statistic::format(char unit, bool total) const { in format()
592 statistic const *theStats, in printTimerStats()
593 statistic const *totalStats) { in printTimerStats()
598 statistic const *stat = &theStats[s]; in printTimerStats()
616 statistic const *stat = &theStats[s]; in printTimerStats()
629 statistic const *theStats) { in printCounterStats()
633 statistic const *stat = &theStats[s]; in printCounterStats()
[all …]
Dkmp_stats.h393 class statistic {
404 statistic(bool doHist = bool(KMP_STATS_HIST)) {
408 statistic(statistic const &o) in statistic() function
412 statistic(double minv, double maxv, double meanv, uint64_t sc, double sd) in statistic() function
438 statistic &operator+=(statistic const &other);
449 class timeStat : public statistic {
453 timeStat() : statistic() {} in timeStat()
837 static void printTimerStats(FILE *statsOut, statistic const *theStats,
838 statistic const *totalStats);
839 static void printCounterStats(FILE *statsOut, statistic const *theStats);
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_KthOrderStatistic.pbtxt3 summary: "Computes the Kth order statistic of a data set. The current"
16 the kth order statistic. There are at least k values greater than or
17 equal to the Kth order statistic. The semantics are not the same as
Dapi_def_NthElement.pbtxt19 The `n`-th order statistic along each last dimensional slice.
29 summary: "Finds values of the `n`-th order statistic for the last dimension."
/external/rust/crates/criterion/src/stats/univariate/
Dmixed.rs14 statistic: S, in bootstrap()
39 statistic(a, b) in bootstrap()
Dmod.rs32 statistic: S, in bootstrap()
59 sub_distributions.push(statistic(a_resample, b_resample)); in bootstrap()
Dsample.rs202 pub fn bootstrap<T, S>(&self, nresamples: usize, statistic: S) -> T::Distributions in bootstrap()
213 |resamples, _| statistic(resamples.next()), in bootstrap()
/external/llvm-project/mlir/include/mlir/Pass/
DPassBase.td51 // The C++ variable name for the statistic.
54 // The displayed name of the statistic, similar to the argument of an option.
57 // The description of the statistic.
/external/rust/crates/criterion/src/stats/bivariate/
Dmod.rs68 pub fn bootstrap<T, S>(&self, nresamples: usize, statistic: S) -> T::Distributions in bootstrap()
79 |resamples, _| statistic(resamples.next()), in bootstrap()
/external/autotest/client/site_tests/power_VideoCall/
Dcontrol11 This test simulates video call multitasking and record power related statistic.
Dcontrol.fast11 This test simulates video call multitasking and record power related statistic.
Dcontrol.25min12 This test simulates video call multitasking and record power related statistic.
Dcontrol.fast_crosbolt12 This test simulates video call multitasking and record power related statistic.
/external/llvm-project/mlir/docs/
DPassManagement.md513 [`llvm::Statistic`](http://llvm.org/docs/ProgrammersManual.html#the-statistic-class-stats-option)
523 Statistic testStat{this, "testStat", "A test statistic"};
528 // Update our statistic after some invariant was hit.
549 (S) 15 testStat - A test statistic
552 (S) 6 testStat - A test statistic
566 (S) 21 testStat - A test statistic
593 Statistic statistic{this, "example-statistic", "An example statistic"};
629 Statistic<"statistic", "example-statistic", "An example statistic">
744 - A name to use for the generated statistic variable.
746 - The name used when displaying the statistic.
[all …]
/external/ImageMagick/MagickCore/
Dfx.c394 statistic; in FxChannelStatistics() local
423 statistic=0.0; in FxChannelStatistics()
430 statistic=(double) depth; in FxChannelStatistics()
439 statistic=kurtosis; in FxChannelStatistics()
448 statistic=maxima; in FxChannelStatistics()
457 statistic=mean; in FxChannelStatistics()
465 statistic=median; in FxChannelStatistics()
474 statistic=minima; in FxChannelStatistics()
483 statistic=skewness; in FxChannelStatistics()
492 statistic=standard_deviation; in FxChannelStatistics()
[all …]
/external/clang/docs/
DSanitizerStats.rst38 the function name. The third column is the type of statistic gathered (in
/external/llvm-project/clang/docs/
DSanitizerStats.rst38 the function name. The third column is the type of statistic gathered (in

123