HomeSort by relevance Sort by last modified time
    Searched defs:estimate (Results 1 - 6 of 6) 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 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
  /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/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c 393 * estimate instructions.
400 * valgrind can easily differ from the estimate in the lower bits (within the 14 bits of
401 * precision) and the estimate may still be within expected tolerances. On top of that,
1071 Bool estimate = (test_group.type == VX_ESTIMATE); local
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part3.c 393 * estimate instructions.
400 * valgrind can easily differ from the estimate in the lower bits (within the 14 bits of
401 * precision) and the estimate may still be within expected tolerances. On top of that,
1071 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 542 milliseconds