/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
|
D | LevenbergMarquardtEstimator.java | 248 public void estimate(EstimationProblem problem) in estimate() method in LevenbergMarquardtEstimator
|
/external/skia/include/core/ |
D | SkFloatingPoint.h | 165 float32x2_t estimate = vrsqrte_f32(xx); in sk_float_rsqrt() 168 const float32x2_t estimate_sq = vmul_f32(estimate, estimate); in sk_float_rsqrt() 169 estimate = vmul_f32(estimate, vrsqrts_f32(xx, estimate_sq)); in sk_float_rsqrt() 170 return vget_lane_f32(estimate, 0); // 1 will work fine too; the answer's in both places. in sk_float_rsqrt() 175 float estimate = *SkTCast<float*>(&i); in sk_float_rsqrt() 178 const float estimate_sq = estimate*estimate; in sk_float_rsqrt() 179 estimate *= (1.5f-0.5f*x*estimate_sq); in sk_float_rsqrt() 180 return estimate; 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() 501 BN_copy(out_sqrt, estimate); in BN_sqrt()
|
/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/v8/src/ |
D | compiler.cc | 550 int estimate) { in SetExpectedNofPropertiesFromEstimate() argument 553 if (estimate == 0) estimate = 2; in SetExpectedNofPropertiesFromEstimate() 559 estimate += 2; in SetExpectedNofPropertiesFromEstimate() 563 estimate += 8; in SetExpectedNofPropertiesFromEstimate() 565 estimate += 3; in SetExpectedNofPropertiesFromEstimate() 568 shared->set_expected_nof_properties(estimate); in SetExpectedNofPropertiesFromEstimate()
|
D | bignum-dtoa.cc | 374 double estimate = in EstimatePower() local 376 return static_cast<int>(estimate); in EstimatePower()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | frame-size.ll | 10 ; Check that the RS spill slot has been allocated (because the estimate
|
/external/flac/libFLAC/ |
D | stream_encoder.c | 3640 unsigned estimate in spotcheck_subframe_estimate_() argument 3657 if(estimate != actual) in spotcheck_subframe_estimate_() 3658 …rame_number, FLAC__SubframeTypeString[subframe->type], estimate, actual, (int)actual-(int)estimate… in spotcheck_subframe_estimate_() 3672 unsigned estimate; in evaluate_constant_subframe_() local 3676 …estimate = FLAC__SUBFRAME_ZERO_PAD_LEN + FLAC__SUBFRAME_TYPE_LEN + FLAC__SUBFRAME_WASTED_BITS_FLAG… in evaluate_constant_subframe_() 3679 spotcheck_subframe_estimate_(encoder, blocksize, subframe_bps, subframe, estimate); in evaluate_constant_subframe_() 3684 return estimate; in evaluate_constant_subframe_() 3706 unsigned i, residual_bits, estimate; in evaluate_fixed_subframe_() local 3739 …estimate = FLAC__SUBFRAME_ZERO_PAD_LEN + FLAC__SUBFRAME_TYPE_LEN + FLAC__SUBFRAME_WASTED_BITS_FLAG… in evaluate_fixed_subframe_() 3742 spotcheck_subframe_estimate_(encoder, blocksize, subframe_bps, subframe, estimate); in evaluate_fixed_subframe_() [all …]
|
/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/benchmarks/ |
D | README.txt | 38 weight that is calculated from an estimate of the popularity of the
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.shaders.operator.txt | 62 an estimate for the amount of initial free operations is calculated. Note that
|
/external/valgrind/none/tests/ppc64/ |
D | test_isa_2_06_part3.c | 1101 Bool estimate = (test_group.type == VX_ESTIMATE); in test_vsx_one_fp_arg() local 1153 if (estimate) { in test_vsx_one_fp_arg() 1212 if (estimate) { in test_vsx_one_fp_arg()
|
/external/valgrind/none/tests/ppc32/ |
D | test_isa_2_06_part3.c | 1101 Bool estimate = (test_group.type == VX_ESTIMATE); in test_vsx_one_fp_arg() local 1153 if (estimate) { in test_vsx_one_fp_arg() 1212 if (estimate) { in test_vsx_one_fp_arg()
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.shaders.operator.txt | 66 an estimate for the amount of initial free operations is calculated. Note that
|
/external/fio/tools/plot/ |
D | fio2gnuplot.manpage | 30 The 3D plotting generates a 'surface' to estimate how close were
|
/external/srtp/googlepatches/ |
D | vidyo-4-srtp-rtx.patch | 105 printf("mips estimate: %e\n", mips);
|
/external/mdnsresponder/mDNSCore/ |
D | DNSCommon.h | 169 extern mDNSu16 GetRDLength(const ResourceRecord *const rr, mDNSBool estimate);
|
/external/llvm/lib/Target/X86/ |
D | X86Schedule.td | 70 defm WriteFRcp : X86SchedWritePair; // Floating point reciprocal estimate. 71 defm WriteFRsqrt : X86SchedWritePair; // Floating point reciprocal square root estimate.
|
/external/llvm/lib/Target/ARM/ |
D | README-Thumb.txt | 242 won't have to over-estimate. It can also be used for loop alignment pass.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_klex.pkb | 637 essentialAestablished0*JK!H7C*/8established"&JK!H7C*/Kestate)esteemc estimate 638 0!:JK*D<K estimate
|