HomeSort by relevance Sort by last modified time
    Searched defs:estimate (Results 1 - 10 of 10) sorted by null

  /frameworks/av/media/libstagefright/
ClockEstimator.cpp 100 double WindowedLinearFitEstimator::estimate(double x, double y) { function in class:android::WindowedLinearFitEstimator
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum-dtoa.cc 396 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); local
397 return static_cast<int>(estimate);
    [all...]
  /external/chromium_org/v8/src/
bignum-dtoa.cc 374 double estimate = local
376 return static_cast<int>(estimate);
  /external/chromium_org/net/dns/
dns_session.cc 176 base::TimeDelta& estimate = server_stats_[server_index]->rtt_estimate; local
178 base::TimeDelta current_error = rtt - estimate;
179 estimate += current_error / 8; // * alpha
  /frameworks/base/core/java/android/view/
VelocityTracker.java 256 * Gets an estimate of the X position of the pointer at the specified time point.
261 return estimate(time, xCoeff);
265 * Gets an estimate of the Y position of the pointer at the specified time point.
270 return estimate(time, yCoeff);
291 private float estimate(float time, float[] c) { method in class:VelocityTracker.Estimator
  /art/runtime/
oat.cc 29 size_t estimate = 0U; local
34 estimate += it->first.length() + 1;
35 estimate += it->second.length() + 1;
38 return sizeof(OatHeader) + estimate;
47 // Estimate size of optional data.
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h 82 * __fres - Floating Reciprocal Estimate
84 * __frsqrte - Floating Reciprocal Square Root Estimate
85 * __frsqrtes - Floating Reciprocal Square Root Estimate Single
723 * __fres - Floating Reciprocal Estimate
734 float estimate; local
736 /* outputs: */ : "=f" (estimate)
738 return estimate;
756 * __frsqrte - Floating Reciprocal Square Root Estimate
764 double estimate; local
767 /* outputs: */ : "=f" (estimate)
    [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.c 906 static void setpause (global_State *g, l_mem estimate) {
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
    [all...]
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c 417 * 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
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 3487 unsigned estimate; local
3521 unsigned i, residual_bits, estimate; local
3586 unsigned i, residual_bits, estimate; local
3658 unsigned estimate; local
    [all...]

Completed in 367 milliseconds