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

  /external/v8/src/
bignum-dtoa.cc 397 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); local
398 return static_cast<int>(estimate);
  /frameworks/base/core/java/android/view/
VelocityTracker.java 300 * Gets an estimate of the X position of the pointer at the specified time point.
305 return estimate(time, xCoeff);
309 * Gets an estimate of the Y position of the pointer at the specified time point.
314 return estimate(time, yCoeff);
335 private float estimate(float time, float[] c) { method in class:VelocityTracker.Estimator
  /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 93 milliseconds