Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/CellSPU/
DSPUMathInstr.td63 // Reciprocal estimate and interpolation
65 // Division estimate
79 // Reciprocal estimate and interpolation
81 // Division estimate
DSPUInstrInfo.td3827 // Floating point reciprocal estimate
3840 // Floating point interpolate (used in conjunction with reciprocal estimate)
3945 // floating reciprocal absolute square root estimate (frsqest)
/external/v8/src/
Dhandles.cc182 static int ExpectedNofPropertiesFromEstimate(int estimate) { in ExpectedNofPropertiesFromEstimate() argument
185 if (estimate == 0) estimate = 2; in ExpectedNofPropertiesFromEstimate()
189 if (Serializer::enabled()) return estimate + 2; in ExpectedNofPropertiesFromEstimate()
193 return estimate + 8; in ExpectedNofPropertiesFromEstimate()
198 int estimate) { in SetExpectedNofPropertiesFromEstimate() argument
203 ExpectedNofPropertiesFromEstimate(estimate)); in SetExpectedNofPropertiesFromEstimate()
Dbignum-dtoa.cc394 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); in EstimatePower() local
395 return static_cast<int>(estimate); in EstimatePower()
Dhandles.h332 int estimate);
/external/flac/libFLAC/
Dstream_encoder.c3455 unsigned estimate in spotcheck_subframe_estimate_() argument
3472 if(estimate != actual) in spotcheck_subframe_estimate_()
3473 …rame_number, FLAC__SubframeTypeString[subframe->type], estimate, actual, (int)actual-(int)estimate in spotcheck_subframe_estimate_()
3487 unsigned estimate; in evaluate_constant_subframe_() local
3491estimate = FLAC__SUBFRAME_ZERO_PAD_LEN + FLAC__SUBFRAME_TYPE_LEN + FLAC__SUBFRAME_WASTED_BITS_FLAG… in evaluate_constant_subframe_()
3494 spotcheck_subframe_estimate_(encoder, blocksize, subframe_bps, subframe, estimate); in evaluate_constant_subframe_()
3499 return estimate; in evaluate_constant_subframe_()
3521 unsigned i, residual_bits, estimate; in evaluate_fixed_subframe_() local
3554estimate = FLAC__SUBFRAME_ZERO_PAD_LEN + FLAC__SUBFRAME_TYPE_LEN + FLAC__SUBFRAME_WASTED_BITS_FLAG… in evaluate_fixed_subframe_()
3557 spotcheck_subframe_estimate_(encoder, blocksize, subframe_bps, subframe, estimate); in evaluate_fixed_subframe_()
[all …]
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
DmainProgram.m211 % If we have a new delay estimate from Bastiaan's alg. update the offset
221 % Compensate with the offset estimate
/external/v8/benchmarks/
DREADME.txt38 weight that is calculated from an estimate of the popularity of the
/external/srtp/googlepatches/
Dvidyo-4-srtp-rtx.patch105 printf("mips estimate: %e\n", mips);
Dvidyo-3-srtp-ws.patch826 printf("mips estimate: %e\n", mips);
/external/valgrind/main/coregrind/m_demangle/
Dcp-demangle.c2930 d_growable_string_init (struct d_growable_string *dgs, size_t estimate) in d_growable_string_init() argument
2937 if (estimate > 0) in d_growable_string_init()
2938 d_growable_string_resize (dgs, estimate); in d_growable_string_init()
3115 int estimate, size_t *palc) in cplus_demangle_print() argument
3119 d_growable_string_init (&dgs, estimate); in cplus_demangle_print()
/external/llvm/lib/Target/ARM/
DREADME-Thumb.txt248 won't have to over-estimate. It can also be used for loop alignment pass.
/external/srtp/
DChanges218 sequence numbers greater than 32,768 don't cause it to estimate the
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_klex.pkb637 essentialA established 0*JK!H7C*/8 established "&JK!H7C*/Kestate)esteemc estimate
638 0!:JK*D<K estimate
/external/icu4c/samples/ufortune/resources/
Droot.txt78 game. The player should estimate the distance the ball would have
/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm346 …// Fallback to a cross-platform estimate, which will populate these values if they are non-positiv…
/external/webkit/Source/WebKit/win/Interfaces/
DIWebView.idl581 @discussion An estimate of the percent complete for a document load. This
584 estimate based on the total number of bytes expected to be received
/external/protobuf/
DCHANGES.txt244 * All message classes now have a SpaceUsed() method which returns an estimate
/external/llvm/lib/Target/PowerPC/
DREADME.txt208 Implement Newton-Rhapson method for improving estimate instructions to the
/external/qemu-pc-bios/bochs/
Dconfig.h.in100 // other factors. You'll get a reasonable estimate though.
/external/chromium/chrome/browser/sync/protocol/
Dsync.proto475 // If present and zero, this estimate is firm: the server has no changes
/external/jpeg/
Dstructure.doc566 in buffered-image mode. So the work estimate is inherently bogus anyway.
869 jpeg_mem_available estimate available memory
/external/srtp/doc/
Drfc3711.txt711 The index estimate is based on the receiver's locally maintained ROC
720 On consecutive SRTP packets, the receiver SHOULD estimate the index
774 The algorithm for the index estimate and ROC update is a matter of
941 * The receiver does not need to "estimate" the index, as it is
/external/iproute2/doc/
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/webkit/Source/WebCore/rendering/
DRenderThemeMac.mm72 // We estimate the animation rate of a Mac OS X progress bar is 33 fps.

12