/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
|
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
|
/external/skia/include/private/ |
D | SkFloatingPoint.h | 134 float estimate = *SkTCast<float*>(&i); in sk_float_rsqrt_portable() local 137 const float estimate_sq = estimate*estimate; in sk_float_rsqrt_portable() 138 estimate *= 0.703952253f*(2.38924456f-x*estimate_sq); in sk_float_rsqrt_portable() 139 return estimate; in sk_float_rsqrt_portable() 157 float32x2_t estimate = vrsqrte_f32(xx); in sk_float_rsqrt() 160 const float32x2_t estimate_sq = vmul_f32(estimate, estimate); in sk_float_rsqrt() 161 estimate = vmul_f32(estimate, vrsqrts_f32(xx, estimate_sq)); in sk_float_rsqrt() 162 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/bn/ |
D | sqrt.c | 433 BIGNUM *estimate, *tmp, *delta, *last_delta, *tmp2; in BN_sqrt() local 447 estimate = BN_CTX_get(ctx); in BN_sqrt() 449 estimate = out_sqrt; in BN_sqrt() 454 if (estimate == NULL || tmp == NULL || last_delta == NULL || delta == NULL) { in BN_sqrt() 460 BN_lshift(estimate, BN_value_one(), BN_num_bits(in)/2); in BN_sqrt() 466 if (!BN_div(tmp, NULL, in, estimate, ctx) || in BN_sqrt() 467 !BN_add(tmp, tmp, estimate) || in BN_sqrt() 468 !BN_rshift1(estimate, tmp) || in BN_sqrt() 470 !BN_sqr(tmp, estimate, ctx) || in BN_sqrt() 500 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/skia/tests/ |
D | MathTest.cpp | 391 float estimate = rsqrt(input); in test_rsqrt() local 392 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt() 401 float estimate = rsqrt(input); in test_rsqrt() local 402 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt() 411 float estimate = rsqrt(input); in test_rsqrt() local 412 float relativeError = sk_float_abs(exact - estimate)/exact; in test_rsqrt()
|
/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/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/llvm/test/CodeGen/PowerPC/ |
D | frame-size.ll | 10 ; Check that the RS spill slot has been allocated (because the estimate
|
/external/v8/src/ |
D | bignum-dtoa.cc | 372 double estimate = in EstimatePower() local 374 return static_cast<int>(estimate); in EstimatePower()
|
/external/flac/libFLAC/ |
D | stream_encoder.c | 3647 unsigned estimate in spotcheck_subframe_estimate_() argument 3664 if(estimate != actual) in spotcheck_subframe_estimate_() 3665 …rame_number, FLAC__SubframeTypeString[subframe->type], estimate, actual, (int)actual-(int)estimate… in spotcheck_subframe_estimate_() 3679 unsigned estimate; in evaluate_constant_subframe_() local 3683 …estimate = FLAC__SUBFRAME_ZERO_PAD_LEN + FLAC__SUBFRAME_TYPE_LEN + FLAC__SUBFRAME_WASTED_BITS_FLAG… in evaluate_constant_subframe_() 3686 spotcheck_subframe_estimate_(encoder, blocksize, subframe_bps, subframe, estimate); in evaluate_constant_subframe_() 3691 return estimate; in evaluate_constant_subframe_() 3713 unsigned i, residual_bits, estimate; in evaluate_fixed_subframe_() local 3746 …estimate = FLAC__SUBFRAME_ZERO_PAD_LEN + FLAC__SUBFRAME_TYPE_LEN + FLAC__SUBFRAME_WASTED_BITS_FLAG… in evaluate_fixed_subframe_() 3749 spotcheck_subframe_estimate_(encoder, blocksize, subframe_bps, subframe, estimate); in evaluate_fixed_subframe_() [all …]
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | plotReceiveTrace.m | 7 …lete frame timestamp 1870514263 frame type 1 frame size 7862 at time 19965, jitter estimate was 130 89 …d complete frame timestamp %lu frame type %u frame size %*u at time %lu, jitter estimate was %lu');
|
/external/autotest/client/profilers/powertop/src/po/ |
D | nl.po | 233 msgid "Power usage (5 minute ACPI estimate) : %5.1f W (%3.1f hours left)" 238 msgid "Power usage (ACPI estimate): %3.1fW (%3.1f hours)" 498 msgid "no ACPI power usage estimate available" 503 msgid "no power usage estimate available"
|
D | ja.po | 240 msgid "Power usage (5 minute ACPI estimate) : %5.1f W (%3.1f hours left)" 245 msgid "Power usage (ACPI estimate): %3.1fW (%3.1f hours)" 585 msgid "no ACPI power usage estimate available" 590 msgid "no power usage estimate available"
|
D | ru.po | 245 msgid "Power usage (5 minute ACPI estimate) : %5.1f W (%3.1f hours left)" 252 msgid "Power usage (ACPI estimate): %3.1fW (%3.1f hours)" 598 msgid "no ACPI power usage estimate available" 603 msgid "no power usage estimate available"
|
D | it.po | 235 msgid "Power usage (5 minute ACPI estimate) : %5.1f W (%3.1f hours left)" 240 msgid "Power usage (ACPI estimate): %3.1fW (%3.1f hours)" 555 msgid "no ACPI power usage estimate available" 560 msgid "no power usage estimate available"
|
D | zh.po | 171 msgid "no ACPI power usage estimate available" 176 msgid "Power usage (ACPI estimate): %3.1fW (%3.1f hours)" 186 msgid "Power usage (5 minute ACPI estimate) : %5.1f W (%3.1f hours left)" 196 msgid "no power usage estimate available"
|
D | es.po | 239 msgid "Power usage (5 minute ACPI estimate) : %5.1f W (%3.1f hours left)" 245 msgid "Power usage (ACPI estimate): %3.1fW (%3.1f hours)" 591 msgid "no ACPI power usage estimate available" 597 msgid "no power usage estimate available"
|
D | id.po | 243 msgid "Power usage (5 minute ACPI estimate) : %5.1f W (%3.1f hours left)" 248 msgid "Power usage (ACPI estimate): %3.1fW (%3.1f hours)" 598 msgid "no ACPI power usage estimate available" 603 msgid "no power usage estimate available"
|
D | fi.po | 245 msgid "Power usage (5 minute ACPI estimate) : %5.1f W (%3.1f hours left)" 250 msgid "Power usage (ACPI estimate): %3.1fW (%3.1f hours)" 600 msgid "no ACPI power usage estimate available" 605 msgid "no power usage estimate available"
|
/external/openfst/src/include/fst/ |
D | queue.h | 753 const E &estimate) in AStarWeightCompare() argument 754 : weights_(weights), less_(less), estimate_(estimate) {} in AStarWeightCompare() 778 NaturalAStarQueue(const vector<W> &distance, const E &estimate) : in NaturalAStarQueue() argument 779 ShortestFirstQueue<S, C>(C(distance, less_, estimate)) {} in NaturalAStarQueue()
|
/external/llvm/test/CodeGen/X86/ |
D | recip-fastmath.ll | 7 ; we should generate the estimate sequence.
|
/external/v8/src/runtime/ |
D | runtime-array.cc | 169 int estimate = static_cast<int>((kNumberOfHoleCheckSamples - holes) / in RUNTIME_FUNCTION() local 171 return Smi::FromInt(estimate); in RUNTIME_FUNCTION()
|