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

  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_indexing.cpp 67 double *tempC;
89 tempC=tempA;
91 tempB=tempC;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp 67 double *tempC;
89 tempC=tempA;
91 tempB=tempC;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 807 final double tempC = tempB + tempA;
810 result = tempC*extra*z + tempC*extra + tempC*z + tempB + tempA;
812 result = tempC*z + tempB + tempA;
818 hiPrec[1] = tempC*extra*z + tempC*extra + tempC*z + tempB;
    [all...]

Completed in 189 milliseconds