/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/boringssl/src/crypto/bn/ |
D | sqrt.c | 433 BIGNUM *estimate, *tmp, *delta, *last_delta, *tmp2; in BN_sqrt() 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/skia/tests/ |
D | MathTest.cpp | 391 float estimate = rsqrt(input); in test_rsqrt() local 401 float estimate = rsqrt(input); in test_rsqrt() local 411 float estimate = rsqrt(input); in test_rsqrt() local
|
/external/skia/include/private/ |
D | SkFloatingPoint.h | 134 float estimate = *SkTCast<float*>(&i); in sk_float_rsqrt_portable() local
|
/external/v8/src/ |
D | bignum-dtoa.cc | 372 double estimate = in EstimatePower() local
|
D | objects.cc | 13249 int estimate = literal->expected_property_count(); in SetExpectedNofPropertiesFromEstimate() local
|
/external/v8/src/runtime/ |
D | runtime-array.cc | 169 int estimate = static_cast<int>((kNumberOfHoleCheckSamples - holes) / in RUNTIME_FUNCTION() local
|
/external/openfst/src/include/fst/ |
D | queue.h | 753 const E &estimate) in AStarWeightCompare() 778 NaturalAStarQueue(const vector<W> &distance, const E &estimate) : in NaturalAStarQueue()
|
/external/flac/libFLAC/ |
D | stream_encoder.c | 3647 unsigned estimate in spotcheck_subframe_estimate_() 3679 unsigned estimate; in evaluate_constant_subframe_() local 3713 unsigned i, residual_bits, estimate; in evaluate_fixed_subframe_() local 3778 unsigned i, residual_bits, estimate; in evaluate_lpc_subframe_() local 3850 unsigned estimate; in evaluate_verbatim_subframe_() local
|
/external/valgrind/coregrind/m_demangle/ |
D | cp-demangle.c | 3749 d_growable_string_init (struct d_growable_string *dgs, size_t estimate) in d_growable_string_init() 4121 int estimate, size_t *palc) in cplus_demangle_print()
|
/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
|
/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
|
/external/mdnsresponder/mDNSCore/ |
D | DNSCommon.c | 1394 mDNSexport mDNSu16 GetRDLength(const ResourceRecord *const rr, mDNSBool estimate) in GetRDLength()
|
/external/vixl/src/vixl/a64/ |
D | logic-a64.cc | 4594 uint64_t estimate = double_to_rawbits(recip_sqrt_estimate(scaled)); in FPRecipSqrtEstimate() local 4699 double estimate = recip_estimate(scaled); in FPRecipEstimate() local
|