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

  /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
  /frameworks/base/services/common_time/
common_clock_service.h 43 virtual status_t getEstimatedError(int32_t* estimate);
common_clock_service.cpp 75 status_t CommonClockService::getEstimatedError(int32_t* estimate) {
76 *estimate = mTimeServer.getEstimatedError();
  /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...]
  /frameworks/av/include/common_time/
ICommonClock.h 51 // a reserved invalid error estimate
81 virtual status_t getEstimatedError(int32_t* estimate) = 0;
  /external/v8/src/
handles.cc 182 static int ExpectedNofPropertiesFromEstimate(int estimate) {
185 if (estimate == 0) estimate = 2;
188 // the estimate conservatively.
189 if (Serializer::enabled()) return estimate + 2;
192 // so we can afford to adjust the estimate generously.
194 return estimate + 8;
196 return estimate + 3;
202 int estimate) {
207 ExpectedNofPropertiesFromEstimate(estimate));
    [all...]
bignum-dtoa.cc 397 double estimate = ceil((exponent + kSignificandSize - 1) * k1Log10 - 1e-10); local
398 return static_cast<int>(estimate);
handles.h 265 // Sets the expected number of properties based on estimate from compiler.
267 int estimate);
  /frameworks/av/media/common_time/
ICommonClock.cpp 154 virtual status_t getEstimatedError(int32_t* estimate) {
161 *estimate = reply.readInt32();
  /external/openfst/src/include/fst/
queue.h 731 // An A* estimate is a function object that maps from a state ID to a
732 // an estimate of the shortest distance to the final states.
733 // The trivial A* estimate is always One().
742 // function object between weights, and an estimate E of the
753 const E &estimate)
754 : weights_(weights), less_(less), estimate_(estimate) {}
770 // estimate E of the shortest distance to the final states, is specialized
778 NaturalAStarQueue(const vector<W> &distance, const E &estimate) :
779 ShortestFirstQueue<S, C>(C(distance, less_, estimate)) {}
  /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...]
  /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/mdnsresponder/mDNSCore/
DNSCommon.h 169 extern mDNSu16 GetRDLength(const ResourceRecord *const rr, mDNSBool estimate);
DNSCommon.c     [all...]
  /external/gcc-demangle/
cp-demangle.c     [all...]
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.c     [all...]
  /external/ceres-solver/docs/
solving.tex 130 Given a set of pairs $\{(x_i, y_i)\}$, the user wishes to estimate
135 linear regression to estimate the optimal values of $a_1$ and
154 additional optimization step to estimate $a_1$ and $a_2$ exactly after
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/benchmarks/
regexp.js 32 // operation is given a weight that is calculated from an estimate of
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-regexp.js 32 // operation is given a weight that is calculated from an estimate of
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-regexp.js 32 // operation is given a weight that is calculated from an estimate of
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-regexp.js 32 // operation is given a weight that is calculated from an estimate of
    [all...]

Completed in 375 milliseconds