/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
D | EstimatedParameter.java | 44 protected double estimate; field in EstimatedParameter 94 public void setEstimate(double estimate) { in setEstimate()
|
D | Estimator.java | 56 void estimate(EstimationProblem problem) throws EstimationException; in estimate() method
|
D | GaussNewtonEstimator.java | 161 public void estimate(EstimationProblem problem) in estimate() method in GaussNewtonEstimator
|
D | AbstractEstimator.java | 315 public abstract void estimate(EstimationProblem problem) in estimate() method in AbstractEstimator
|
D | LevenbergMarquardtEstimator.java | 248 public void estimate(EstimationProblem problem) in estimate() method in LevenbergMarquardtEstimator
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/ |
D | noise_reduction.cc | 28 uint32_t estimate = in NoiseReductionApply() local
|
D | noise_reduction.h | 31 uint32_t estimate[kFeatureSliceSize]; member
|
D | pcan_gain_control_test.cc | 47 uint32_t estimate[] = {6321887, 31248341}; in TF_LITE_MICRO_TEST() local
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/ |
D | noise_reduction.c | 28 uint32_t estimate = in NoiseReductionApply() local
|
D | noise_reduction.h | 33 uint32_t* estimate; member
|
D | pcan_gain_control_test.cc | 44 uint32_t estimate[] = {6321887, 31248341}; in TF_LITE_MICRO_TEST() local
|
/external/swiftshader/third_party/subzero/pydir/ |
D | bisection-tool.py | 19 def estimate(self, included_ranges): member in Runner
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | sqrt.c | 428 BIGNUM *estimate, *tmp, *delta, *last_delta, *tmp2; in BN_sqrt() local
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | static_schedule.cc | 52 Costs::NanoSeconds estimate = in PredictExecutionTime() local
|
/external/dng_sdk/source/ |
D | dng_bad_pixels.cpp | 1022 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/skqp/tests/ |
D | MathTest.cpp | 264 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/skia/tests/ |
D | MathTest.cpp | 264 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/v8/src/ |
D | bignum-dtoa.cc | 372 double estimate = in EstimatePower() local
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-bignum-dtoa.cpp | 425 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); in EstimatePower() local
|
/external/v8/src/wasm/ |
D | wasm-module.cc | 331 size_t estimate = in EstimateWasmModuleSize() local
|
/external/skqp/include/private/ |
D | SkFloatingPoint.h | 152 float estimate; in sk_float_rsqrt_portable() local
|
/external/skia/include/private/ |
D | SkFloatingPoint.h | 156 float estimate; in sk_float_rsqrt_portable() local
|
/external/flac/libFLAC/ |
D | stream_encoder.c | 3642 unsigned estimate in spotcheck_subframe_estimate_() 3674 unsigned estimate; in evaluate_constant_subframe_() local 3708 unsigned i, residual_bits, estimate; in evaluate_fixed_subframe_() local 3773 unsigned i, residual_bits, estimate; in evaluate_lpc_subframe_() local 3845 unsigned estimate; in evaluate_verbatim_subframe_() local
|
/external/v8/src/runtime/ |
D | runtime-array.cc | 453 int estimate = static_cast<int>((kNumberOfHoleCheckSamples - holes) / in RUNTIME_FUNCTION() local
|
/external/lua/src/ |
D | lgc.c | 942 l_mem estimate = g->GCestimate / PAUSEADJ; /* adjust 'estimate' */ in setpause() local
|