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

  /packages/apps/SpareParts/src/com/android/spare_parts/
SpareParts.java 206 float lastVal = Float.parseFloat(indices[0]);
209 if (val < (lastVal + (thisVal-lastVal)*.5f)) {
212 lastVal = thisVal;
  /external/eigen/Eigen/src/SparseCore/
TriangularSolver.h 38 Scalar lastVal(0);
42 lastVal = it.value();
46 tmp -= lastVal * other.coeff(lastIndex,col);
53 other.coeffRef(i,col) = tmp/lastVal;
  /packages/apps/Settings/src/com/android/settings/
DisplaySettings.java 212 float lastVal = Float.parseFloat(indices[0]);
215 if (val < (lastVal + (thisVal-lastVal)*.5f)) {
218 lastVal = thisVal;
  /external/aac/libSBRenc/src/
ps_bitenc.cpp 300 INT lastVal = 0;
304 INT delta = (val[band] - lastVal) + tableOffset;
305 lastVal = val[band];
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 255 milliseconds