Searched defs:estimate (Results 1 - 25 of 31) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
H A DEstimator.java28 * <p>The interface is composed only of the {@link #estimate estimate}
48 * estimate of the parameters can be retrieved from the problem
56 void estimate(EstimationProblem problem) throws EstimationException; method in interface:Estimator
H A DGaussNewtonEstimator.java161 public void estimate(EstimationProblem problem) method in class:GaussNewtonEstimator
H A DEstimatedParameter.java44 protected double estimate; field in class:EstimatedParameter
55 * Build an instance from a first estimate of the parameter,
58 * @param firstEstimate first estimate of the parameter
62 estimate = firstEstimate;
67 * Build an instance from a first estimate of the parameter and a
70 * @param firstEstimate first estimate of the parameter
77 estimate = firstEstimate;
87 estimate = parameter.estimate;
92 * @param estimate ne
94 setEstimate(double estimate) argument
[all...]
H A DAbstractEstimator.java99 * @see #estimate
277 * of the {@link #estimate(EstimationProblem) estimate}
307 * estimate of the parameters can be retrieved from the problem
315 public abstract void estimate(EstimationProblem problem) method in class:AbstractEstimator
H A DLevenbergMarquardtEstimator.java181 * @see #estimate
191 * @see #estimate
202 * @see #estimate
213 * @see #estimate
248 public void estimate(EstimationProblem problem) method in class:LevenbergMarquardtEstimator
646 // compute an improved estimate for lmPar
/external/swiftshader/third_party/subzero/pydir/
H A Dbisection-tool.py19 def estimate(self, included_ranges): member in class:Runner
75 + str(self.estimate(included_ranges))
/external/boringssl/src/crypto/fipsmodule/bn/
H A Dsqrt.c428 BIGNUM *estimate, *tmp, *delta, *last_delta, *tmp2; local
442 estimate = BN_CTX_get(ctx);
444 estimate = out_sqrt;
449 if (estimate == NULL || tmp == NULL || last_delta == NULL || delta == NULL) {
454 // We estimate that the square root of an n-bit number is 2^{n/2}.
455 if (!BN_lshift(estimate, BN_value_one(), BN_num_bits(in)/2)) {
459 // This is Newton's method for finding a root of the equation |estimate|^2 -
462 // |estimate| = 1/2 * (|estimate| + |in|/|estimate|)
[all...]
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dstatic_schedule.cc46 Costs::NanoSeconds estimate = local
50 return std::max(estimate, Costs::NanoSeconds(1));
/external/skia/include/private/
H A DSkFloatingPoint.h145 // Get initial estimate.
149 float estimate; local
150 memcpy(&estimate, &i, 4);
153 const float estimate_sq = estimate*estimate;
154 estimate *= 0.703952253f*(2.38924456f-x*estimate_sq);
155 return estimate;
171 // Get initial estimate.
173 float32x2_t estimate = vrsqrte_f32(xx);
176 const float32x2_t estimate_sq = vmul_f32(estimate, estimat
[all...]
/external/skqp/include/private/
H A DSkFloatingPoint.h145 // Get initial estimate.
149 float estimate; local
150 memcpy(&estimate, &i, 4);
153 const float estimate_sq = estimate*estimate;
154 estimate *= 0.703952253f*(2.38924456f-x*estimate_sq);
155 return estimate;
171 // Get initial estimate.
173 float32x2_t estimate = vrsqrte_f32(xx);
176 const float32x2_t estimate_sq = vmul_f32(estimate, estimat
[all...]
/external/v8/src/
H A Dbignum-dtoa.cc372 double estimate = local
374 return static_cast<int>(estimate);
H A Dobjects.cc10900 // Rough estimate of line count based on a roughly estimated average
13509 // Sets the expected number of properties based on estimate from parser.
13512 int estimate = literal->expected_property_count(); local
13516 if (estimate == 0) estimate = 2;
13520 // the estimate conservatively.
13522 estimate += 2;
13525 // so we can afford to adjust the estimate generously.
13526 estimate += 8;
13529 shared->set_expected_nof_properties(estimate);
[all...]
/external/v8/src/runtime/
H A Druntime-array.cc177 // to generate the estimate.
189 int estimate = static_cast<int>((kNumberOfHoleCheckSamples - holes) / local
191 return Smi::FromInt(estimate);
/external/skia/tests/
H A DMathTest.cpp320 float estimate = rsqrt(input); local
321 float relativeError = sk_float_abs(exact - estimate)/exact;
330 float estimate = rsqrt(input); local
331 float relativeError = sk_float_abs(exact - estimate)/exact;
340 float estimate = rsqrt(input); local
341 float relativeError = sk_float_abs(exact - estimate)/exact;
/external/skqp/tests/
H A DMathTest.cpp320 float estimate = rsqrt(input); local
321 float relativeError = sk_float_abs(exact - estimate)/exact;
330 float estimate = rsqrt(input); local
331 float relativeError = sk_float_abs(exact - estimate)/exact;
340 float estimate = rsqrt(input); local
341 float relativeError = sk_float_abs(exact - estimate)/exact;
/external/syslinux/com32/lua/src/
H A Dlgc.c913 static void setpause (global_State *g, l_mem estimate) { argument
915 estimate = estimate / PAUSEADJ; /* adjust 'estimate' */
916 threshold = (g->gcpause < MAX_LMEM / estimate) /* overflow? */
917 ? estimate * g->gcpause /* no overflow */
1036 return work; /* estimate of memory marked by 'atomic' */
1063 g->GCestimate += work; /* estimate of total memory traversed */
1125 lu_mem estimate = g->GCestimate; local
1128 if (gettotalbytes(g) > (estimate / 10
[all...]
/external/dng_sdk/source/
H A Ddng_bad_pixels.cpp1022 uint32 estimate = (total + (count >> 1)) / count; local
1024 p2 [2] = (uint16) estimate;
1100 uint32 estimate = (total + (count >> 1)) / count; local
1102 p [0] = (uint16) estimate;
1230 // In case there is some green split, make an estimate of
1510 uint32 estimate = (total + (count >> 1)) / count; local
1512 p4 [4] = (uint16) Pin_uint32 (lower, estimate, upper);
1684 uint32 estimate = (total + (count >> 1)) / count; local
1686 p [0] = (uint16) estimate;
/external/valgrind/none/tests/ppc32/
H A Dtest_isa_2_06_part3.c428 * estimate instructions.
435 * valgrind can easily differ from the estimate in the lower bits (within the 14 bits of
436 * precision) and the estimate may still be within expected tolerances. On top of that,
1106 Bool estimate = (test_group.type == VX_ESTIMATE); local
1158 if (estimate) {
1217 if (estimate) {
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_2_06_part3.c428 * estimate instructions.
435 * valgrind can easily differ from the estimate in the lower bits (within the 14 bits of
436 * precision) and the estimate may still be within expected tolerances. On top of that,
1106 Bool estimate = (test_group.type == VX_ESTIMATE); local
1158 if (estimate) {
1217 if (estimate) {
/external/valgrind/coregrind/m_demangle/
H A Dcp-demangle.c3949 d_growable_string_init (struct d_growable_string *dgs, size_t estimate) argument
3956 if (estimate > 0)
3957 d_growable_string_resize (dgs, estimate);
4334 int estimate, size_t *palc)
4338 d_growable_string_init (&dgs, estimate);
4333 cplus_demangle_print(int options, struct demangle_component *dc, int estimate, size_t *palc) argument
/external/flac/libFLAC/
H A Dstream_encoder.c3642 unsigned estimate
3659 if(estimate != actual)
3660 fprintf(stderr, "EST: bad, frame#%u sub#%%d type=%8s est=%u, actual=%u, delta=%d\n", encoder->private_->current_frame_number, FLAC__SubframeTypeString[subframe->type], estimate, actual, (int)actual-(int)estimate);
3674 unsigned estimate; local
3678 estimate = FLAC__SUBFRAME_ZERO_PAD_LEN + FLAC__SUBFRAME_TYPE_LEN + FLAC__SUBFRAME_WASTED_BITS_FLAG_LEN + subframe->wasted_bits + subframe_bps;
3681 spotcheck_subframe_estimate_(encoder, blocksize, subframe_bps, subframe, estimate);
3686 return estimate;
3708 unsigned i, residual_bits, estimate; local
3741 estimate
3773 unsigned i, residual_bits, estimate; local
3845 unsigned estimate; local
[all...]
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c1394 mDNSexport mDNSu16 GetRDLength(const ResourceRecord *const rr, mDNSBool estimate) argument
1397 const domainname *const name = estimate ? rr->name : mDNSNULL;
1448 return(mDNSu16)((estimate ? 2 : DomainNameLength(rr->name)) + (i ? (2 + i) : 0));
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc4669 uint64_t estimate = DoubleToRawbits(recip_sqrt_estimate(scaled)); local
4673 uint32_t est_bits = static_cast<uint32_t>(Bits(estimate, 51, 29));
4676 return DoublePack(0, Bits(result_exp, 10, 0), Bits(estimate, 51, 0));
4783 double estimate = recip_estimate(scaled); local
4785 fraction = DoubleMantissa(estimate);
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 845 milliseconds

12