/external/catch2/include/internal/benchmark/ |
D | catch_estimate.hpp | 17 struct Estimate { struct 18 Duration point; 19 Duration lower_bound; 20 Duration upper_bound; 21 double confidence_interval; 24 operator Estimate<Duration2>() const { in operator Estimate<Duration2>()
|
/external/rust/crates/criterion/src/ |
D | estimate.rs | 36 pub struct Estimate { struct 53 Estimate { in build_estimates() argument 114 pub fn typical(&self) -> &Estimate { in typical() 117 pub fn get(&self, stat: Statistic) -> Option<&Estimate> { in get() 163 pub fn get(&self, stat: Statistic) -> &Estimate { in get()
|
D | report.rs | 775 fn compare_to_threshold(estimate: &Estimate, noise: f64) -> ComparisonResult { in compare_to_threshold()
|
/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
D | pitch_search.cc | 32 PitchInfo PitchEstimator::Estimate( in Estimate() function in webrtc::rnn_vad::PitchEstimator
|
/external/rust/crates/criterion/src/plot/plotters_backend/ |
D | regression.rs | 135 let Estimate { in regression_comparison_figure() localVariable 146 let Estimate { in regression_comparison_figure() localVariable
|
D | distributions.rs | 14 estimate: &Estimate, in abs_distribution() 162 estimate: &Estimate, in rel_distribution()
|
/external/rust/crates/criterion/src/plot/gnuplot_backend/ |
D | distributions.rs | 21 estimate: &Estimate, in abs_distribution() 162 estimate: &Estimate, in rel_distribution()
|
D | regression.rs | 151 let Estimate { in regression_comparison_figure() localVariable 162 let Estimate { in regression_comparison_figure() localVariable
|
/external/webrtc/modules/audio_processing/ns/ |
D | quantile_noise_estimator.cc | 30 void QuantileNoiseEstimator::Estimate( in Estimate() function in webrtc::QuantileNoiseEstimator
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | remote_ntp_time_estimator.cc | 64 int64_t RemoteNtpTimeEstimator::Estimate(uint32_t rtp_timestamp) { in Estimate() function in webrtc::RemoteNtpTimeEstimator
|
D | remote_ntp_time_estimator_unittest.cc | 91 TEST_F(RemoteNtpTimeEstimatorTest, Estimate) { in TEST_F() argument
|
/external/catch2/include/internal/benchmark/detail/ |
D | catch_stats.cpp | 190 … auto Estimate = [=](double(*f)(std::vector<double>::iterator, std::vector<double>::iterator)) { in analyse_samples() local 205 … auto Estimate = [=](double(*f)(std::vector<double>::iterator, std::vector<double>::iterator)) { in analyse_samples() local
|
/external/webrtc/modules/audio_processing/aec3/ |
D | reverb_decay_estimator.cc | 295 float ReverbDecayEstimator::LateReverbLinearRegressor::Estimate() { in Estimate() function in webrtc::ReverbDecayEstimator::LateReverbLinearRegressor 364 int ReverbDecayEstimator::EarlyReverbLengthEstimator::Estimate() { in Estimate() function in webrtc::ReverbDecayEstimator::EarlyReverbLengthEstimator
|
D | residual_echo_estimator.cc | 218 void ResidualEchoEstimator::Estimate( in Estimate() function in webrtc::ResidualEchoEstimator
|
/external/webrtc/system_wrappers/source/ |
D | rtp_to_ntp_estimator.cc | 182 bool RtpToNtpEstimator::Estimate(int64_t rtp_timestamp, in Estimate() function in webrtc::RtpToNtpEstimator
|
/external/rust/crates/criterion/src/analysis/ |
D | mod.rs | 272 ) -> (Distribution<f64>, Estimate) { in regression() argument
|
/external/rust/crates/criterion/src/html/ |
D | mod.rs | 825 fn compare_to_threshold(estimate: &Estimate, noise: f64) -> ComparisonResult { in compare_to_threshold()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 5390 struct Estimate { struct 5391 Duration point; 5392 Duration lower_bound; 5393 Duration upper_bound; 5394 double confidence_interval; 5397 operator Estimate<Duration2>() const { in operator Estimate<Duration2>() 7758 … auto Estimate = [=](double(*f)(std::vector<double>::iterator, std::vector<double>::iterator)) { in analyse_samples() local 7773 … auto Estimate = [=](double(*f)(std::vector<double>::iterator, std::vector<double>::iterator)) { in analyse_samples() local
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 5423 struct Estimate { struct 5424 Duration point; 5425 Duration lower_bound; 5426 Duration upper_bound; 5427 double confidence_interval; 5430 operator Estimate<Duration2>() const { in operator Estimate<Duration2>() 7809 … auto Estimate = [=](double(*f)(std::vector<double>::iterator, std::vector<double>::iterator)) { in analyse_samples() local 7824 … auto Estimate = [=](double(*f)(std::vector<double>::iterator, std::vector<double>::iterator)) { in analyse_samples() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 6063 if (SDValue Estimate = getEstimate(Subtarget, AArch64ISD::FRSQRTE, Operand, in getSqrtEstimate() local 6102 if (SDValue Estimate = getEstimate(Subtarget, AArch64ISD::FRECPE, Operand, in getRecipEstimate() local
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 7339 if (SDValue Estimate = getEstimate(Subtarget, AArch64ISD::FRSQRTE, Operand, in getSqrtEstimate() local 7378 if (SDValue Estimate = getEstimate(Subtarget, AArch64ISD::FRECPE, Operand, in getRecipEstimate() local
|