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

/external/chromium_org/third_party/skia/include/core/
H A DSkFloatingPoint.h142 // Get initial estimate.
144 float32x2_t estimate = vrsqrte_f32(xx);
147 const float32x2_t estimate_sq = vmul_f32(estimate, estimate);
148 estimate = vmul_f32(estimate, vrsqrts_f32(xx, estimate_sq));
149 return vget_lane_f32(estimate, 0); // 1 will work fine too; the answer's in both places.
151 // Get initial estimate.
154 float estimate = *SkTCast<float*>(&i);
157 const float estimate_sq = estimate*estimat
[all...]
/external/skia/include/core/
H A DSkFloatingPoint.h140 // Get initial estimate.
142 float32x2_t estimate = vrsqrte_f32(xx);
145 const float32x2_t estimate_sq = vmul_f32(estimate, estimate);
146 estimate = vmul_f32(estimate, vrsqrts_f32(xx, estimate_sq));
147 return vget_lane_f32(estimate, 0); // 1 will work fine too; the answer's in both places.
149 // Get initial estimate.
152 float estimate = *SkTCast<float*>(&i);
155 const float estimate_sq = estimate*estimat
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dsqrt.c433 BIGNUM *estimate, *tmp, *delta, *last_delta, *tmp2; local
447 estimate = BN_CTX_get(ctx);
449 estimate = out_sqrt;
454 if (estimate == NULL || tmp == NULL || last_delta == NULL || delta == NULL) {
459 /* We estimate that the square root of an n-bit number is 2^{n/2}. */
460 BN_lshift(estimate, BN_value_one(), BN_num_bits(in)/2);
462 /* This is Newton's method for finding a root of the equation |estimate|^2 -
465 /* |estimate| = 1/2 * (|estimate| + |in|/|estimate|) */
[all...]
/external/chromium_org/net/dns/
H A Ddns_session.cc176 base::TimeDelta& estimate = server_stats_[server_index]->rtt_estimate; local
178 base::TimeDelta current_error = rtt - estimate;
179 estimate += current_error / 8; // * alpha
/external/chromium_org/third_party/webrtc/modules/video_coding/main/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/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dbignum-dtoa.cc396 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); local
397 return static_cast<int>(estimate);
/external/chromium_org/third_party/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/chromium_org/v8/src/
H A Dbignum-dtoa.cc374 double estimate = local
376 return static_cast<int>(estimate);
H A Dcompiler.cc548 // Sets the expected number of properties based on estimate from compiler.
550 int estimate) {
553 if (estimate == 0) estimate = 2;
557 // the estimate conservatively.
559 estimate += 2;
562 // so we can afford to adjust the estimate generously.
563 estimate += 8;
565 estimate += 3;
568 shared->set_expected_nof_properties(estimate);
549 SetExpectedNofPropertiesFromEstimate(Handle<SharedFunctionInfo> shared, int estimate) argument
[all...]
H A Druntime.cc10062 // Our initial estimate of length was foiled, possibly by
10087 // If the initial length estimate was off (see special case in visit()),
10214 // As an estimate, we assume that the prototype doesn't contain any
10552 // Pass 1: estimate the length and number of elements of the result.
10805 // to generate the estimate.
10817 int estimate = static_cast<int>((kNumberOfHoleCheckSamples - holes) /
10819 return Smi::FromInt(estimate);
/external/openfst/src/include/fst/
H A Dqueue.h731 // An A* estimate is a function object that maps from a state ID to a
732 // an estimate of the shortest distance to the final states.
733 // The trivial A* estimate is always One().
742 // function object between weights, and an estimate E of the
753 const E &estimate)
754 : weights_(weights), less_(less), estimate_(estimate) {}
770 // estimate E of the shortest distance to the final states, is specialized
778 NaturalAStarQueue(const vector<W> &distance, const E &estimate) : argument
779 ShortestFirstQueue<S, C>(C(distance, less_, estimate)) {}
752 AStarWeightCompare(const vector<Weight>& weights, const L &less, const E &estimate) argument
/external/flac/libFLAC/
H A Dstream_encoder.c3455 unsigned estimate
3472 if(estimate != actual)
3473 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);
3487 unsigned estimate; local
3491 estimate = FLAC__SUBFRAME_ZERO_PAD_LEN + FLAC__SUBFRAME_TYPE_LEN + FLAC__SUBFRAME_WASTED_BITS_FLAG_LEN + subframe->wasted_bits + subframe_bps;
3494 spotcheck_subframe_estimate_(encoder, blocksize, subframe_bps, subframe, estimate);
3499 return estimate;
3521 unsigned i, residual_bits, estimate; local
3554 estimate
3586 unsigned i, residual_bits, estimate; local
3658 unsigned estimate; local
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part3.c417 * estimate instructions.
424 * valgrind can easily differ from the estimate in the lower bits (within the 14 bits of
425 * precision) and the estimate may still be within expected tolerances. On top of that,
1095 Bool estimate = (test_group.type == VX_ESTIMATE); local
1143 if (estimate) {
1195 if (estimate) {
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part3.c417 * estimate instructions.
424 * valgrind can easily differ from the estimate in the lower bits (within the 14 bits of
425 * precision) and the estimate may still be within expected tolerances. On top of that,
1095 Bool estimate = (test_group.type == VX_ESTIMATE); local
1143 if (estimate) {
1195 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/gcc-demangle/
H A Dcp-demangle.c3220 d_growable_string_init (struct d_growable_string *dgs, size_t estimate) argument
3227 if (estimate > 0)
3228 d_growable_string_resize (dgs, estimate);
3415 int estimate, size_t *palc)
3419 d_growable_string_init (&dgs, estimate);
3414 cplus_demangle_print(int options, const struct demangle_component *dc, int estimate, size_t *palc) argument
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c3355 d_growable_string_init (struct d_growable_string *dgs, size_t estimate) argument
3362 if (estimate > 0)
3363 d_growable_string_resize (dgs, estimate);
3550 int estimate, size_t *palc)
3554 d_growable_string_init (&dgs, estimate);
3549 cplus_demangle_print(int options, const struct demangle_component *dc, int estimate, size_t *palc) argument
/external/iproute2/doc/
H A Dip-cref.tex1292 --- the initial RTT (``Round Trip Time'') estimate.
1297 --- \threeonly the initial RTT variance estimate.
1302 --- \threeonly an estimate for the initial slow start threshold.
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 541 milliseconds