/external/webrtc/modules/audio_processing/aec3/ |
D | echo_remover_metrics_unittest.cc | 37 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 …]
|
D | echo_remover_metrics.cc | 214 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()
|
D | echo_remover_metrics.h | 67 std::array<EchoRemoverMetrics::DbMetric, 2>* statistic);
|
/external/iptables/extensions/ |
D | libxt_statistic.t | 2 -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
|
D | libxt_statistic.txlate | 1 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
|
D | libxt_statistic.man | 1 This module matches packets based on some statistic condition.
|
/external/rust/crates/criterion/src/plot/gnuplot_backend/ |
D | distributions.rs | 19 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/ |
D | distributions.rs | 12 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/ |
D | kmp_stats.cpp | 78 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 …]
|
D | kmp_stats.h | 393 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/ |
D | api_def_KthOrderStatistic.pbtxt | 3 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
|
D | api_def_NthElement.pbtxt | 19 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/ |
D | mixed.rs | 14 statistic: S, in bootstrap() 39 statistic(a, b) in bootstrap()
|
D | mod.rs | 32 statistic: S, in bootstrap() 59 sub_distributions.push(statistic(a_resample, b_resample)); in bootstrap()
|
D | sample.rs | 202 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/ |
D | PassBase.td | 51 // 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/ |
D | mod.rs | 68 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/ |
D | control | 11 This test simulates video call multitasking and record power related statistic.
|
D | control.fast | 11 This test simulates video call multitasking and record power related statistic.
|
D | control.25min | 12 This test simulates video call multitasking and record power related statistic.
|
D | control.fast_crosbolt | 12 This test simulates video call multitasking and record power related statistic.
|
/external/llvm-project/mlir/docs/ |
D | PassManagement.md | 513 [`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/ |
D | fx.c | 394 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/ |
D | SanitizerStats.rst | 38 the function name. The third column is the type of statistic gathered (in
|
/external/llvm-project/clang/docs/ |
D | SanitizerStats.rst | 38 the function name. The third column is the type of statistic gathered (in
|