Searched refs:estimate (Results 1 - 25 of 33) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
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 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 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/skia/include/private/
H A DSkFloatingPoint.h108 // Get initial estimate.
112 float estimate; local
113 memcpy(&estimate, &i, 4);
116 const float estimate_sq = estimate*estimate;
117 estimate *= 0.703952253f*(2.38924456f-x*estimate_sq);
118 return estimate;
134 // Get initial estimate.
136 float32x2_t estimate = vrsqrte_f32(xx);
139 const float32x2_t estimate_sq = vmul_f32(estimate, estimat
[all...]
/external/boringssl/src/crypto/bn/
H A Dsqrt.c432 BIGNUM *estimate, *tmp, *delta, *last_delta, *tmp2; local
446 estimate = BN_CTX_get(ctx);
448 estimate = out_sqrt;
453 if (estimate == NULL || tmp == NULL || last_delta == NULL || delta == NULL) {
458 /* We estimate that the square root of an n-bit number is 2^{n/2}. */
459 if (!BN_lshift(estimate, BN_value_one(), BN_num_bits(in)/2)) {
463 /* This is Newton's method for finding a root of the equation |estimate|^2 -
466 /* |estimate| = 1/2 * (|estimate| + |in|/|estimate|) */
[all...]
/external/webrtc/webrtc/modules/video_coding/test/
H A DplotReceiveTrace.m7 %DEBUG ; ( 7:59:42:500 | 0) VIDEO:-1 ; 2500; Received complete frame timestamp 1870514263 frame type 1 frame size 7862 at time 19965, jitter estimate was 130
89 [p, count] = sscanf(message, 'Received complete frame timestamp %lu frame type %u frame size %*u at time %lu, jitter estimate was %lu');
/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/skia/third_party/lua/src/
H A Dlgc.c906 static void setpause (global_State *g, l_mem estimate) { argument
908 estimate = estimate / PAUSEADJ; /* adjust 'estimate' */
909 threshold = (g->gcpause < MAX_LMEM / estimate) /* overflow? */
910 ? estimate * g->gcpause /* no overflow */
1029 return work; /* estimate of memory marked by 'atomic' */
1056 g->GCestimate += work; /* estimate of total memory traversed */
1118 lu_mem estimate = g->GCestimate; local
1121 if (gettotalbytes(g) > (estimate / 10
[all...]
/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/v8/src/
H A Dbignum-dtoa.cc372 double estimate = local
374 return static_cast<int>(estimate);
/external/skia/tests/
H A DMathTest.cpp405 float estimate = rsqrt(input); local
406 float relativeError = sk_float_abs(exact - estimate)/exact;
415 float estimate = rsqrt(input); local
416 float relativeError = sk_float_abs(exact - estimate)/exact;
425 float estimate = rsqrt(input); local
426 float relativeError = sk_float_abs(exact - estimate)/exact;
/external/flac/libFLAC/
H A Dstream_encoder.c3646 unsigned estimate
3663 if(estimate != actual)
3664 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);
3678 unsigned estimate; local
3682 estimate = FLAC__SUBFRAME_ZERO_PAD_LEN + FLAC__SUBFRAME_TYPE_LEN + FLAC__SUBFRAME_WASTED_BITS_FLAG_LEN + subframe->wasted_bits + subframe_bps;
3685 spotcheck_subframe_estimate_(encoder, blocksize, subframe_bps, subframe, estimate);
3690 return estimate;
3712 unsigned i, residual_bits, estimate; local
3745 estimate
3777 unsigned i, residual_bits, estimate; local
3849 unsigned estimate; local
[all...]
/external/valgrind/none/tests/ppc32/
H A Dtest_isa_2_06_part3.c423 * estimate instructions.
430 * valgrind can easily differ from the estimate in the lower bits (within the 14 bits of
431 * precision) and the estimate may still be within expected tolerances. On top of that,
1101 Bool estimate = (test_group.type == VX_ESTIMATE); local
1153 if (estimate) {
1212 if (estimate) {
/external/valgrind/none/tests/ppc64/
H A Dtest_isa_2_06_part3.c423 * estimate instructions.
430 * valgrind can easily differ from the estimate in the lower bits (within the 14 bits of
431 * precision) and the estimate may still be within expected tolerances. On top of that,
1101 Bool estimate = (test_group.type == VX_ESTIMATE); local
1153 if (estimate) {
1212 if (estimate) {
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.h169 extern mDNSu16 GetRDLength(const ResourceRecord *const rr, mDNSBool estimate);
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/v8/src/runtime/
H A Druntime-array.cc182 // to generate the estimate.
194 int estimate = static_cast<int>((kNumberOfHoleCheckSamples - holes) / local
196 return Smi::FromInt(estimate);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c1210 * It's possible to estimate RCPI based on RSSI in dBm. This calculation will
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c1210 * It's possible to estimate RCPI based on RSSI in dBm. This calculation will
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c1210 * It's possible to estimate RCPI based on RSSI in dBm. This calculation will
/external/valgrind/coregrind/m_demangle/
H A Dcp-demangle.c3749 d_growable_string_init (struct d_growable_string *dgs, size_t estimate) argument
3756 if (estimate > 0)
3757 d_growable_string_resize (dgs, estimate);
4121 int estimate, size_t *palc)
4125 d_growable_string_init (&dgs, estimate);
4120 cplus_demangle_print(int options, const struct demangle_component *dc, int estimate, size_t *palc) argument
/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/iproute2/doc/
H A Dip-cref.tex1327 --- the initial RTT (``Round Trip Time'') estimate.
1332 --- \threeonly the initial RTT variance estimate.
1337 --- \threeonly an estimate for the initial slow start threshold.

Completed in 634 milliseconds

12