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

  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp 65 double *tempA;
71 tempA=temp;
74 dest=tempA;
89 tempC=tempA;
90 tempA=tempB;
93 dest=tempA;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 797 tempA is exact since intPartA and intPartB only have 22 bits each.
800 double tempA = intPartA * fracPartA;
803 /* Compute the result. (1+z)(tempA+tempB). Order of operations is
804 important. For accuracy add by increasing size. tempA is exact and
807 final double tempC = tempB + tempA;
810 result = tempC*extra*z + tempC*extra + tempC*z + tempB + tempA;
812 result = tempC*z + tempB + tempA;
817 hiPrec[0] = tempA;
869 double tempA = EXP_FRAC_TABLE_A[intFrac] - 1.0;
872 double temp = tempA + tempB
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 1893 milliseconds