Home
last modified time | relevance | path

Searched defs:estimate (Results 1 – 25 of 39) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DEstimatedParameter.java44 protected double estimate; field in EstimatedParameter
94 public void setEstimate(double estimate) { in setEstimate()
DEstimator.java56 void estimate(EstimationProblem problem) throws EstimationException; in estimate() method
DGaussNewtonEstimator.java161 public void estimate(EstimationProblem problem) in estimate() method in GaussNewtonEstimator
DAbstractEstimator.java315 public abstract void estimate(EstimationProblem problem) in estimate() method in AbstractEstimator
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dremote_estimate.h49 NetworkStateEstimate estimate() const { return estimate_; } in estimate() function
Dremote_estimate.cc141 void RemoteEstimate::SetEstimate(NetworkStateEstimate estimate) { in SetEstimate()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DThreads.kt13 var estimate = 0 in currentThreads() variable
/external/rust/crates/criterion/src/stats/univariate/kde/
Dmod.rs52 pub fn estimate(&self, x: A) -> A { in estimate() function
73 fn estimate<A: Float>(self, sample: &Sample<A>) -> A { in estimate() method
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
Dnoise_reduction.c28 uint32_t estimate = in NoiseReductionApply() local
Dnoise_reduction.h33 uint32_t* estimate; member
Dpcan_gain_control_test.cc44 uint32_t estimate[] = {6321887, 31248341}; in TF_LITE_MICRO_TEST() local
/external/webrtc/modules/congestion_controller/goog_cc/
Dlink_capacity_estimator.cc67 DataRate LinkCapacityEstimator::estimate() const { in estimate() function in webrtc::LinkCapacityEstimator
/external/openscreen/cast/streaming/
Dbandwidth_estimator_unittest.cc135 const int estimate = estimator()->ComputeNetworkBandwidth(); in TEST_F() local
220 const int estimate = estimator()->ComputeNetworkBandwidth(); in TEST_F() local
/external/boringssl/src/crypto/fipsmodule/bn/
Dsqrt.c428 BIGNUM *estimate, *tmp, *delta, *last_delta, *tmp2; in BN_sqrt() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dsqrt.c428 BIGNUM *estimate, *tmp, *delta, *last_delta, *tmp2; in BN_sqrt() local
/external/libchrome/base/debug/
Dthread_heap_usage_tracker.cc85 size_t estimate = GetAllocSizeEstimate(next, ptr, context); in RecordAlloc() local
109 size_t estimate = GetAllocSizeEstimate(next, ptr, context); in RecordFree() local
/external/dng_sdk/source/
Ddng_bad_pixels.cpp1022 uint32 estimate = (total + (count >> 1)) / count; in FixIsolatedPixel() local
1100 uint32 estimate = (total + (count >> 1)) / count; in FixClusteredPixel() local
1510 uint32 estimate = (total + (count >> 1)) / count; in FixSingleColumn() local
1684 uint32 estimate = (total + (count >> 1)) / count; in FixClusteredRect() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dstatic_schedule.cc54 Costs::NanoSeconds estimate = in PredictExecutionTime() local
/external/rust/crates/quiche/src/recovery/
Ddelivery_rate.rs93 pub fn estimate(&mut self) { in estimate() method
/external/skqp/tests/
DMathTest.cpp264 float estimate = rsqrt(input); in test_rsqrt() local
274 float estimate = rsqrt(input); in test_rsqrt() local
284 float estimate = rsqrt(input); in test_rsqrt() local
/external/webrtc/modules/audio_processing/aec3/
Decho_path_delay_estimator_unittest.cc109 auto estimate = estimator.EstimateDelay( in TEST() local
/external/skia/tests/
DMathTest.cpp262 float estimate = rsqrt(input); in test_rsqrt() local
272 float estimate = rsqrt(input); in test_rsqrt() local
282 float estimate = rsqrt(input); in test_rsqrt() local
/external/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.cc223 const absl::optional<NetworkStateEstimate>& estimate) { in SetNetworkStateEstimate()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-bignum-dtoa.cpp425 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); in EstimatePower() local
/external/skqp/include/private/
DSkFloatingPoint.h152 float estimate; in sk_float_rsqrt_portable() local

12