Home
last modified time | relevance | path

Searched defs:estimate (Results 1 – 19 of 19) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DEstimatedParameter.java44 protected double estimate; field in EstimatedParameter
94 public void setEstimate(double estimate) { in setEstimate()
DEstimator.java56 void estimate(EstimationProblem problem) throws EstimationException; in estimate() method
DGaussNewtonEstimator.java161 public void estimate(EstimationProblem problem) in estimate() method in GaussNewtonEstimator
DAbstractEstimator.java315 public abstract void estimate(EstimationProblem problem) in estimate() method in AbstractEstimator
DLevenbergMarquardtEstimator.java248 public void estimate(EstimationProblem problem) in estimate() method in LevenbergMarquardtEstimator
/external/boringssl/src/crypto/bn/
Dsqrt.c433 BIGNUM *estimate, *tmp, *delta, *last_delta, *tmp2; in BN_sqrt() local
/external/dng_sdk/source/
Ddng_bad_pixels.cpp1022 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/
DMathTest.cpp391 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/
DSkFloatingPoint.h134 float estimate = *SkTCast<float*>(&i); in sk_float_rsqrt_portable() local
/external/v8/src/
Dbignum-dtoa.cc372 double estimate = in EstimatePower() local
Dobjects.cc13249 int estimate = literal->expected_property_count(); in SetExpectedNofPropertiesFromEstimate() local
/external/v8/src/runtime/
Druntime-array.cc169 int estimate = static_cast<int>((kNumberOfHoleCheckSamples - holes) / in RUNTIME_FUNCTION() local
/external/openfst/src/include/fst/
Dqueue.h753 const E &estimate) in AStarWeightCompare()
778 NaturalAStarQueue(const vector<W> &distance, const E &estimate) : in NaturalAStarQueue()
/external/flac/libFLAC/
Dstream_encoder.c3647 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/
Dcp-demangle.c3749 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/
Dtest_isa_2_06_part3.c1101 Bool estimate = (test_group.type == VX_ESTIMATE); in test_vsx_one_fp_arg() local
/external/valgrind/none/tests/ppc32/
Dtest_isa_2_06_part3.c1101 Bool estimate = (test_group.type == VX_ESTIMATE); in test_vsx_one_fp_arg() local
/external/mdnsresponder/mDNSCore/
DDNSCommon.c1394 mDNSexport mDNSu16 GetRDLength(const ResourceRecord *const rr, mDNSBool estimate) in GetRDLength()
/external/vixl/src/vixl/a64/
Dlogic-a64.cc4594 uint64_t estimate = double_to_rawbits(recip_sqrt_estimate(scaled)); in FPRecipSqrtEstimate() local
4699 double estimate = recip_estimate(scaled); in FPRecipEstimate() local