Home
last modified time | relevance | path

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

/external/chromium_org/third_party/boringssl/src/crypto/bn/
Dsqrt.c433 BIGNUM *estimate, *tmp, *delta, *last_delta, *tmp2; in BN_sqrt() local
/external/chromium_org/net/dns/
Ddns_session.cc176 base::TimeDelta& estimate = server_stats_[server_index]->rtt_estimate; in RecordRTT() local
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
Dbignum-dtoa.cc396 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); in EstimatePower() local
/external/chromium_org/v8/src/
Dbignum-dtoa.cc374 double estimate = in EstimatePower() local
Dcompiler.cc550 int estimate) { in SetExpectedNofPropertiesFromEstimate()
Druntime.cc10817 int estimate = static_cast<int>((kNumberOfHoleCheckSamples - holes) / in RUNTIME_FUNCTION() local
/external/chromium_org/third_party/skia/third_party/lua/src/
Dlgc.c906 static void setpause (global_State *g, l_mem estimate) { in setpause()
1118 lu_mem estimate = g->GCestimate; in generationalcollection() 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.c3640 unsigned estimate in spotcheck_subframe_estimate_()
3672 unsigned estimate; in evaluate_constant_subframe_() local
3706 unsigned i, residual_bits, estimate; in evaluate_fixed_subframe_() local
3771 unsigned i, residual_bits, estimate; in evaluate_lpc_subframe_() local
3843 unsigned estimate; in evaluate_verbatim_subframe_() local
/external/valgrind/main/coregrind/m_demangle/
Dcp-demangle.c3355 d_growable_string_init (struct d_growable_string *dgs, size_t estimate) in d_growable_string_init()
3550 int estimate, size_t *palc) in cplus_demangle_print()
/external/gcc-demangle/
Dcp-demangle.c3220 d_growable_string_init (struct d_growable_string *dgs, size_t estimate) in d_growable_string_init()
3415 int estimate, size_t *palc) in cplus_demangle_print()
/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
/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
/external/mdnsresponder/mDNSCore/
DDNSCommon.c1394 mDNSexport mDNSu16 GetRDLength(const ResourceRecord *const rr, mDNSBool estimate) in GetRDLength()