/external/grpc-grpc/src/php/tests/qps/ |
D | histogram.php | 25 private $sum_of_squares; variable in Histogram 73 public function sum_of_squares() { function in Histogram
|
/external/webrtc/modules/audio_processing/aec3/ |
D | subtractor_output.cc | 37 const auto sum_of_squares = [](float a, float b) { return a + b * b; }; in ComputeMetrics() local
|
D | reverb_decay_estimator.cc | 78 const auto sum_of_squares = [](float a, float b) { return a + b * b; }; in BlockEnergyAverage() local
|
D | suppression_gain.cc | 135 const auto sum_of_squares = [](float a, float b) { return a + b * b; }; in UpperBandsGain() local
|
/external/pigweed/pw_allocator/public/pw_allocator/ |
D | fragmentation.h | 49 } sum_of_squares; member
|
D | block_allocator_testing.h | 325 size_t sum_of_squares = 0; in MeasureFragmentation() local
|
/external/grpc-grpc/src/ruby/qps/ |
D | histogram.rb | 67 def sum_of_squares method in Histogram
|
/external/pigweed/pw_allocator/ |
D | fragmentation.cc | 46 float sum_of_squares = fragmentation.sum_of_squares.hi; in CalculateFragmentation() local
|
/external/grpc-grpc/test/core/util/ |
D | histogram.cc | 39 double sum_of_squares; member 130 double sum_of_squares, double count) { in grpc_histogram_merge_contents()
|
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/ |
D | stats.proto | 54 double sum_of_squares = 5; field
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | stats.proto | 52 double sum_of_squares = 5; field
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/ |
D | stats.proto | 52 double sum_of_squares = 5; field
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | HistogramData.php | 37 protected $sum_of_squares = 0.0; variable in Grpc\\Testing\\HistogramData
|
/external/webrtc/common_audio/resampler/ |
D | push_sinc_resampler_unittest.cc | 206 double sum_of_squares = 0; in ResampleTest() local
|
D | sinc_resampler_unittest.cc | 292 double sum_of_squares = 0; in TEST_P() local
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | batch_normalization_test.cc | 185 auto sum_of_squares = in XLA_TEST_F() local
|