Home
last modified time | relevance | path

Searched defs:Estimate (Results 1 – 21 of 21) sorted by relevance

/external/catch2/include/internal/benchmark/
Dcatch_estimate.hpp17 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/
Destimate.rs36 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()
Dreport.rs775 fn compare_to_threshold(estimate: &Estimate, noise: f64) -> ComparisonResult { in compare_to_threshold()
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Dpitch_search.cc32 PitchInfo PitchEstimator::Estimate( in Estimate() function in webrtc::rnn_vad::PitchEstimator
/external/rust/crates/criterion/src/plot/plotters_backend/
Dregression.rs135 let Estimate { in regression_comparison_figure() localVariable
146 let Estimate { in regression_comparison_figure() localVariable
Ddistributions.rs14 estimate: &Estimate, in abs_distribution()
162 estimate: &Estimate, in rel_distribution()
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Ddistributions.rs21 estimate: &Estimate, in abs_distribution()
162 estimate: &Estimate, in rel_distribution()
Dregression.rs151 let Estimate { in regression_comparison_figure() localVariable
162 let Estimate { in regression_comparison_figure() localVariable
/external/webrtc/modules/audio_processing/ns/
Dquantile_noise_estimator.cc30 void QuantileNoiseEstimator::Estimate( in Estimate() function in webrtc::QuantileNoiseEstimator
/external/webrtc/modules/rtp_rtcp/source/
Dremote_ntp_time_estimator.cc64 int64_t RemoteNtpTimeEstimator::Estimate(uint32_t rtp_timestamp) { in Estimate() function in webrtc::RemoteNtpTimeEstimator
Dremote_ntp_time_estimator_unittest.cc91 TEST_F(RemoteNtpTimeEstimatorTest, Estimate) { in TEST_F() argument
/external/catch2/include/internal/benchmark/detail/
Dcatch_stats.cpp190 … 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/
Dreverb_decay_estimator.cc295 float ReverbDecayEstimator::LateReverbLinearRegressor::Estimate() { in Estimate() function in webrtc::ReverbDecayEstimator::LateReverbLinearRegressor
364 int ReverbDecayEstimator::EarlyReverbLengthEstimator::Estimate() { in Estimate() function in webrtc::ReverbDecayEstimator::EarlyReverbLengthEstimator
Dresidual_echo_estimator.cc218 void ResidualEchoEstimator::Estimate( in Estimate() function in webrtc::ResidualEchoEstimator
/external/webrtc/system_wrappers/source/
Drtp_to_ntp_estimator.cc182 bool RtpToNtpEstimator::Estimate(int64_t rtp_timestamp, in Estimate() function in webrtc::RtpToNtpEstimator
/external/rust/crates/criterion/src/analysis/
Dmod.rs272 ) -> (Distribution<f64>, Estimate) { in regression() argument
/external/rust/crates/criterion/src/html/
Dmod.rs825 fn compare_to_threshold(estimate: &Estimate, noise: f64) -> ComparisonResult { in compare_to_threshold()
/external/catch2/single_include/catch2/
Dcatch.hpp5390 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/
Dcatch.hpp5423 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/
DAArch64ISelLowering.cpp6063 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/
DAArch64ISelLowering.cpp7339 if (SDValue Estimate = getEstimate(Subtarget, AArch64ISD::FRSQRTE, Operand, in getSqrtEstimate() local
7378 if (SDValue Estimate = getEstimate(Subtarget, AArch64ISD::FRECPE, Operand, in getRecipEstimate() local