/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
D | EstimatedParameter.java | 44 protected double estimate; field in EstimatedParameter 62 estimate = firstEstimate; in EstimatedParameter() 77 estimate = firstEstimate; in EstimatedParameter() 87 estimate = parameter.estimate; in EstimatedParameter() 94 public void setEstimate(double estimate) { in setEstimate() argument 95 this.estimate = estimate; in setEstimate() 102 return estimate; in getEstimate()
|
D | Estimator.java | 56 void estimate(EstimationProblem problem) throws EstimationException; in estimate() method
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/micro_features/ |
D | noise_reduction.cc | 28 uint32_t estimate = in NoiseReductionApply() local 30 (static_cast<uint64_t>(state->estimate[i]) * one_minus_smoothing)) >> in NoiseReductionApply() 32 state->estimate[i] = estimate; in NoiseReductionApply() 35 if (estimate > signal_scaled_up) { in NoiseReductionApply() 36 estimate = signal_scaled_up; in NoiseReductionApply() 43 (signal_scaled_up - estimate) >> state->smoothing_bits; in NoiseReductionApply() 50 memset(state->estimate, 0, sizeof(*state->estimate) * state->num_channels); in NoiseReductionReset()
|
D | noise_reduction_util.cc | 37 state->estimate, (state->num_channels * sizeof(*state->estimate))); in NoiseReductionPopulateState() 39 state->estimate[i] = 0; in NoiseReductionPopulateState()
|
D | pcan_gain_control_test.cc | 47 uint32_t estimate[] = {6321887, 31248341}; in TF_LITE_MICRO_TEST() local 51 error_reporter, &config.config_, &state, estimate, kNumChannels, in TF_LITE_MICRO_TEST()
|
D | noise_reduction.h | 31 uint32_t estimate[kFeatureSliceSize]; member
|
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/ |
D | noise_reduction.c | 28 uint32_t estimate = in NoiseReductionApply() local 30 ((uint64_t) state->estimate[i] * one_minus_smoothing)) >> in NoiseReductionApply() 32 state->estimate[i] = estimate; in NoiseReductionApply() 35 if (estimate > signal_scaled_up) { in NoiseReductionApply() 36 estimate = signal_scaled_up; in NoiseReductionApply() 42 const uint32_t subtracted = (signal_scaled_up - estimate) >> in NoiseReductionApply() 50 memset(state->estimate, 0, sizeof(*state->estimate) * state->num_channels); in NoiseReductionReset()
|
D | noise_reduction_util.c | 35 state->estimate = calloc(state->num_channels, sizeof(*state->estimate)); in NoiseReductionPopulateState() 36 if (state->estimate == NULL) { in NoiseReductionPopulateState() 44 free(state->estimate); in NoiseReductionFreeStateContents()
|
D | pcan_gain_control_test.cc | 44 uint32_t estimate[] = {6321887, 31248341}; in TF_LITE_MICRO_TEST() local 48 &config.config_, &state, estimate, kNumChannels, kSmoothingBits, in TF_LITE_MICRO_TEST()
|
D | noise_reduction.h | 33 uint32_t* estimate; member
|
/external/skqp/include/private/ |
D | SkFloatingPoint.h | 152 float estimate; in sk_float_rsqrt_portable() local 153 memcpy(&estimate, &i, 4); in sk_float_rsqrt_portable() 156 const float estimate_sq = estimate*estimate; in sk_float_rsqrt_portable() 157 estimate *= 0.703952253f*(2.38924456f-x*estimate_sq); in sk_float_rsqrt_portable() 158 return estimate; in sk_float_rsqrt_portable() 176 float32x2_t estimate = vrsqrte_f32(xx); in sk_float_rsqrt() 179 const float32x2_t estimate_sq = vmul_f32(estimate, estimate); in sk_float_rsqrt() 180 estimate = vmul_f32(estimate, vrsqrts_f32(xx, estimate_sq)); in sk_float_rsqrt() 181 return vget_lane_f32(estimate, 0); // 1 will work fine too; the answer's in both places. in sk_float_rsqrt()
|
/external/skia/include/private/ |
D | SkFloatingPoint.h | 156 float estimate; in sk_float_rsqrt_portable() local 157 memcpy(&estimate, &i, 4); in sk_float_rsqrt_portable() 160 const float estimate_sq = estimate*estimate; in sk_float_rsqrt_portable() 161 estimate *= 0.703952253f*(2.38924456f-x*estimate_sq); in sk_float_rsqrt_portable() 162 return estimate; in sk_float_rsqrt_portable() 180 float32x2_t estimate = vrsqrte_f32(xx); in sk_float_rsqrt() 183 const float32x2_t estimate_sq = vmul_f32(estimate, estimate); in sk_float_rsqrt() 184 estimate = vmul_f32(estimate, vrsqrts_f32(xx, estimate_sq)); in sk_float_rsqrt() 185 return vget_lane_f32(estimate, 0); // 1 will work fine too; the answer's in both places. in sk_float_rsqrt()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | sqrt.c | 428 BIGNUM *estimate, *tmp, *delta, *last_delta, *tmp2; in BN_sqrt() local 442 estimate = BN_CTX_get(ctx); in BN_sqrt() 444 estimate = out_sqrt; in BN_sqrt() 449 if (estimate == NULL || tmp == NULL || last_delta == NULL || delta == NULL) { in BN_sqrt() 455 if (!BN_lshift(estimate, BN_value_one(), BN_num_bits(in)/2)) { in BN_sqrt() 463 if (!BN_div(tmp, NULL, in, estimate, ctx) || in BN_sqrt() 464 !BN_add(tmp, tmp, estimate) || in BN_sqrt() 465 !BN_rshift1(estimate, tmp) || in BN_sqrt() 467 !BN_sqr(tmp, estimate, ctx) || in BN_sqrt() 497 if (ok && out_sqrt == in && !BN_copy(out_sqrt, estimate)) { in BN_sqrt()
|
/external/v8/tools/perf/ |
D | statistics-for-json.R | 83 mww$conf.int[1], mww$conf.int[2], mww$estimate); 85 unname(mww$estimate), unname(mww$p.value), 92 t$conf.int[1], t$conf.int[2], t$estimate[1]-t$estimate[2]);
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUMathInstr.td | 63 // Reciprocal estimate and interpolation 65 // Division estimate 79 // Reciprocal estimate and interpolation 81 // Division estimate
|
/external/libxcam/plugins/smart/dvs/libdvs/ |
D | stabilizer.cpp | 115 …return motionEstimator_.dynamicCast<KeypointBasedMotionEstimator>()->estimate(ugrayImage0, ugrayIm… in estimateMotion() 117 …return motionEstimator_.dynamicCast<KeypointBasedMotionEstimator>()->estimate(at(curPos_ - 1, fram… in estimateMotion() 233 …return motionEstimator_.dynamicCast<KeypointBasedMotionEstimator>()->estimate(ugrayImage0, ugrayIm… in estimateMotion() 235 …return motionEstimator_.dynamicCast<KeypointBasedMotionEstimator>()->estimate(at(curPos_ - 1, fram… in estimateMotion()
|
/external/skia/tests/ |
D | MathTest.cpp | 264 float estimate = rsqrt(input); in test_rsqrt() local 265 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt() 274 float estimate = rsqrt(input); in test_rsqrt() local 275 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt() 284 float estimate = rsqrt(input); in test_rsqrt() local 285 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt()
|
/external/skqp/tests/ |
D | MathTest.cpp | 264 float estimate = rsqrt(input); in test_rsqrt() local 265 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt() 274 float estimate = rsqrt(input); in test_rsqrt() local 275 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt() 284 float estimate = rsqrt(input); in test_rsqrt() local 285 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt()
|
/external/tensorflow/tensorflow/core/framework/ |
D | cost_graph.proto | 58 // Analytical estimate of the computational cost of this node, in 62 // Analytical estimate of the memory access cost of this node, in
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | vcvt-cost.ll | 1 ; We currently estimate the cost of sext/zext/trunc v8(v16)i32 <-> v8(v16)i8 19 ;; We currently estimate the cost of this instruction as expensive. If lowering 66 ;; We currently estimate the cost of this instruction as expensive. If lowering
|
/external/llvm/test/CodeGen/ARM/ |
D | vcvt-cost.ll | 1 ; We currently estimate the cost of sext/zext/trunc v8(v16)i32 <-> v8(v16)i8 19 ;; We currently estimate the cost of this instruction as expensive. If lowering 66 ;; We currently estimate the cost of this instruction as expensive. If lowering
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count-unknown-stride.ll | 9 ; We should have a conservative estimate for the max backedge taken count for 40 ; We should have a conservative estimate for the max backedge taken count for
|
/external/swiftshader/third_party/subzero/pydir/ |
D | bisection-tool.py | 19 def estimate(self, included_ranges): member in Runner 75 + str(self.estimate(included_ranges))
|
/external/dng_sdk/source/ |
D | dng_bad_pixels.cpp | 1022 uint32 estimate = (total + (count >> 1)) / count; in FixIsolatedPixel() local 1024 p2 [2] = (uint16) estimate; in FixIsolatedPixel() 1100 uint32 estimate = (total + (count >> 1)) / count; in FixClusteredPixel() local 1102 p [0] = (uint16) estimate; in FixClusteredPixel() 1510 uint32 estimate = (total + (count >> 1)) / count; in FixSingleColumn() local 1512 p4 [4] = (uint16) Pin_uint32 (lower, estimate, upper); in FixSingleColumn() 1684 uint32 estimate = (total + (count >> 1)) / count; in FixClusteredRect() local 1686 p [0] = (uint16) estimate; in FixClusteredRect()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | static_schedule.cc | 52 Costs::NanoSeconds estimate = in PredictExecutionTime() local 56 return std::max(estimate, Costs::NanoSeconds(1)); in PredictExecutionTime()
|