Home
last modified time | relevance | path

Searched refs:estimate (Results 1 – 25 of 68) sorted by relevance

123

/external/skia/include/core/
DSkFloatingPoint.h142 float32x2_t estimate = vrsqrte_f32(xx); in sk_float_rsqrt()
145 const float32x2_t estimate_sq = vmul_f32(estimate, estimate); in sk_float_rsqrt()
146 estimate = vmul_f32(estimate, vrsqrts_f32(xx, estimate_sq)); in sk_float_rsqrt()
147 return vget_lane_f32(estimate, 0); // 1 will work fine too; the answer's in both places. in sk_float_rsqrt()
152 float estimate = *SkTCast<float*>(&i); in sk_float_rsqrt()
155 const float estimate_sq = estimate*estimate; in sk_float_rsqrt()
156 estimate *= (1.5f-0.5f*x*estimate_sq); in sk_float_rsqrt()
157 return estimate; in sk_float_rsqrt()
/external/chromium_org/third_party/skia/include/core/
DSkFloatingPoint.h144 float32x2_t estimate = vrsqrte_f32(xx); in sk_float_rsqrt()
147 const float32x2_t estimate_sq = vmul_f32(estimate, estimate); in sk_float_rsqrt()
148 estimate = vmul_f32(estimate, vrsqrts_f32(xx, estimate_sq)); in sk_float_rsqrt()
149 return vget_lane_f32(estimate, 0); // 1 will work fine too; the answer's in both places. in sk_float_rsqrt()
154 float estimate = *SkTCast<float*>(&i); in sk_float_rsqrt()
157 const float estimate_sq = estimate*estimate; in sk_float_rsqrt()
158 estimate *= (1.5f-0.5f*x*estimate_sq); in sk_float_rsqrt()
159 return estimate; in sk_float_rsqrt()
/external/chromium_org/third_party/boringssl/src/crypto/bn/
Dsqrt.c433 BIGNUM *estimate, *tmp, *delta, *last_delta, *tmp2; in BN_sqrt() local
447 estimate = BN_CTX_get(ctx); in BN_sqrt()
449 estimate = out_sqrt; in BN_sqrt()
454 if (estimate == NULL || tmp == NULL || last_delta == NULL || delta == NULL) { in BN_sqrt()
460 BN_lshift(estimate, BN_value_one(), BN_num_bits(in)/2); in BN_sqrt()
466 if (!BN_div(tmp, NULL, in, estimate, ctx) || in BN_sqrt()
467 !BN_add(tmp, tmp, estimate) || in BN_sqrt()
468 !BN_rshift1(estimate, tmp) || in BN_sqrt()
470 !BN_sqr(tmp, estimate, ctx) || in BN_sqrt()
501 BN_copy(out_sqrt, estimate); in BN_sqrt()
/external/chromium_org/content/browser/speech/proto/
Dgoogle_streaming_api.proto48 // An estimate of the probability that the recognizer will not change its
51 // "confidence", which estimate the probability that a recognition result
61 // The confidence estimate between 0.0 and 1.0. A higher number means the
/external/llvm/test/CodeGen/ARM/
Dvcvt-cost.ll1 ; We currently estimate the cost of sext/zext/trunc v8(v16)i32 <-> v8(v16)i8
19 ;; We currently estimate the cost of this instruction as expensive. If lowering
66 ;; We currently estimate the cost of this instruction as expensive. If lowering
/external/chromium_org/net/dns/
Ddns_session.cc176 base::TimeDelta& estimate = server_stats_[server_index]->rtt_estimate; in RecordRTT() local
178 base::TimeDelta current_error = rtt - estimate; in RecordRTT()
179 estimate += current_error / 8; // * alpha in RecordRTT()
/external/chromium_org/third_party/skia/third_party/lua/src/
Dlgc.c906 static void setpause (global_State *g, l_mem estimate) { in setpause() argument
908 estimate = estimate / PAUSEADJ; /* adjust 'estimate' */ in setpause()
909 threshold = (g->gcpause < MAX_LMEM / estimate) /* overflow? */ in setpause()
910 ? estimate * g->gcpause /* no overflow */ in setpause()
1118 lu_mem estimate = g->GCestimate; in generationalcollection() local
1121 if (gettotalbytes(g) > (estimate / 100) * g->gcmajorinc) in generationalcollection()
1124 g->GCestimate = estimate; /* keep estimate from last major coll. */ in generationalcollection()
/external/chromium_org/third_party/speex/
DTODO6 - Short-term estimate in jitter buffer
/external/llvm/test/CodeGen/PowerPC/
Dframe-size.ll10 ; Check that the RS spill slot has been allocated (because the estimate
/external/chromium_org/v8/src/
Dcompiler.cc550 int estimate) { in SetExpectedNofPropertiesFromEstimate() argument
553 if (estimate == 0) estimate = 2; in SetExpectedNofPropertiesFromEstimate()
559 estimate += 2; in SetExpectedNofPropertiesFromEstimate()
563 estimate += 8; in SetExpectedNofPropertiesFromEstimate()
565 estimate += 3; in SetExpectedNofPropertiesFromEstimate()
568 shared->set_expected_nof_properties(estimate); in SetExpectedNofPropertiesFromEstimate()
Dbignum-dtoa.cc374 double estimate = in EstimatePower() local
376 return static_cast<int>(estimate); in EstimatePower()
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
Dbignum-dtoa.cc396 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); in EstimatePower() local
397 return static_cast<int>(estimate); in EstimatePower()
/external/flac/libFLAC/
Dstream_encoder.c3640 unsigned estimate in spotcheck_subframe_estimate_() argument
3657 if(estimate != actual) in spotcheck_subframe_estimate_()
3658 …rame_number, FLAC__SubframeTypeString[subframe->type], estimate, actual, (int)actual-(int)estimate in spotcheck_subframe_estimate_()
3672 unsigned estimate; in evaluate_constant_subframe_() local
3676estimate = FLAC__SUBFRAME_ZERO_PAD_LEN + FLAC__SUBFRAME_TYPE_LEN + FLAC__SUBFRAME_WASTED_BITS_FLAG… in evaluate_constant_subframe_()
3679 spotcheck_subframe_estimate_(encoder, blocksize, subframe_bps, subframe, estimate); in evaluate_constant_subframe_()
3684 return estimate; in evaluate_constant_subframe_()
3706 unsigned i, residual_bits, estimate; in evaluate_fixed_subframe_() local
3739estimate = FLAC__SUBFRAME_ZERO_PAD_LEN + FLAC__SUBFRAME_TYPE_LEN + FLAC__SUBFRAME_WASTED_BITS_FLAG… in evaluate_fixed_subframe_()
3742 spotcheck_subframe_estimate_(encoder, blocksize, subframe_bps, subframe, estimate); in evaluate_fixed_subframe_()
[all …]
/external/chromium_org/remoting/proto/
Dvideo.proto67 // Optional frame timestamp. Used in tests to estimate frame latency.
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
DplotReceiveTrace.m7 …lete frame timestamp 1870514263 frame type 1 frame size 7862 at time 19965, jitter estimate was 130
89 …d complete frame timestamp %lu frame type %u frame size %*u at time %lu, jitter estimate was %lu');
/external/openfst/src/include/fst/
Dqueue.h753 const E &estimate) in AStarWeightCompare() argument
754 : weights_(weights), less_(less), estimate_(estimate) {} in AStarWeightCompare()
778 NaturalAStarQueue(const vector<W> &distance, const E &estimate) : in NaturalAStarQueue() argument
779 ShortestFirstQueue<S, C>(C(distance, less_, estimate)) {} in NaturalAStarQueue()
/external/chromium_org/v8/benchmarks/
DREADME.txt38 weight that is calculated from an estimate of the popularity of the
/external/deqp/doc/testspecs/GLES2/
Dperformance.shaders.operator.txt62 an estimate for the amount of initial free operations is calculated. Note that
/external/deqp/doc/testspecs/GLES3/
Dperformance.shaders.operator.txt66 an estimate for the amount of initial free operations is calculated. Note that
/external/chromium_org/third_party/sqlite/src/test/
Danalyze7.test49 # effects the row-count estimate on the one query that uses that
/external/valgrind/main/none/tests/ppc64/
Dtest_isa_2_06_part3.c1095 Bool estimate = (test_group.type == VX_ESTIMATE); in test_vsx_one_fp_arg() local
1143 if (estimate) { in test_vsx_one_fp_arg()
1195 if (estimate) { in test_vsx_one_fp_arg()
/external/valgrind/main/none/tests/ppc32/
Dtest_isa_2_06_part3.c1095 Bool estimate = (test_group.type == VX_ESTIMATE); in test_vsx_one_fp_arg() local
1143 if (estimate) { in test_vsx_one_fp_arg()
1195 if (estimate) { in test_vsx_one_fp_arg()
/external/fio/tools/plot/
Dfio2gnuplot.manpage30 The 3D plotting generates a 'surface' to estimate how close were
/external/srtp/googlepatches/
Dvidyo-4-srtp-rtx.patch105 printf("mips estimate: %e\n", mips);
/external/mdnsresponder/mDNSCore/
DDNSCommon.h169 extern mDNSu16 GetRDLength(const ResourceRecord *const rr, mDNSBool estimate);

123