/external/llvm/lib/Target/CellSPU/ |
D | SPUMathInstr.td | 63 // Reciprocal estimate and interpolation 65 // Division estimate 79 // Reciprocal estimate and interpolation 81 // Division estimate
|
D | SPUInstrInfo.td | 3827 // 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/ |
D | handles.cc | 182 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()
|
D | bignum-dtoa.cc | 394 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); in EstimatePower() local 395 return static_cast<int>(estimate); in EstimatePower()
|
D | handles.h | 332 int estimate);
|
/external/flac/libFLAC/ |
D | stream_encoder.c | 3455 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 3491 …estimate = 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 3554 …estimate = 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/ |
D | mainProgram.m | 211 % If we have a new delay estimate from Bastiaan's alg. update the offset 221 % Compensate with the offset estimate
|
/external/v8/benchmarks/ |
D | README.txt | 38 weight that is calculated from an estimate of the popularity of the
|
/external/srtp/googlepatches/ |
D | vidyo-4-srtp-rtx.patch | 105 printf("mips estimate: %e\n", mips);
|
D | vidyo-3-srtp-ws.patch | 826 printf("mips estimate: %e\n", mips);
|
/external/valgrind/main/coregrind/m_demangle/ |
D | cp-demangle.c | 2930 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/ |
D | README-Thumb.txt | 248 won't have to over-estimate. It can also be used for loop alignment pass.
|
/external/srtp/ |
D | Changes | 218 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/ |
D | en-GB_klex.pkb | 637 essentialAestablished0*JK!H7C*/8established"&JK!H7C*/Kestate)esteemc estimate 638 0!:JK*D<K estimate
|
/external/icu4c/samples/ufortune/resources/ |
D | root.txt | 78 game. The player should estimate the distance the ball would have
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | SimpleFontDataMac.mm | 346 …// Fallback to a cross-platform estimate, which will populate these values if they are non-positiv…
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebView.idl | 581 @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/ |
D | CHANGES.txt | 244 * All message classes now have a SpaceUsed() method which returns an estimate
|
/external/llvm/lib/Target/PowerPC/ |
D | README.txt | 208 Implement Newton-Rhapson method for improving estimate instructions to the
|
/external/qemu-pc-bios/bochs/ |
D | config.h.in | 100 // other factors. You'll get a reasonable estimate though.
|
/external/chromium/chrome/browser/sync/protocol/ |
D | sync.proto | 475 // If present and zero, this estimate is firm: the server has no changes
|
/external/jpeg/ |
D | structure.doc | 566 in buffered-image mode. So the work estimate is inherently bogus anyway. 869 jpeg_mem_available estimate available memory
|
/external/srtp/doc/ |
D | rfc3711.txt | 711 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/ |
D | ip-cref.tex | 1292 --- 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/ |
D | RenderThemeMac.mm | 72 // We estimate the animation rate of a Mac OS X progress bar is 33 fps.
|