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

  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_indexing.cpp 66 double *tempB;
72 tempB=temp+nr_elements;
90 tempA=tempB;
91 tempB=tempC;
92 source=tempB;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp 66 double *tempB;
72 tempB=temp+nr_elements;
90 tempA=tempB;
91 tempB=tempC;
92 source=tempB;
  /external/opencv3/modules/cudaarithm/test/
test_arithm.cpp 331 cv::Mat tempB(dftSize, B.type(), cv::Scalar::all(0));
333 // copy A and B to the top-left corners of tempA and tempB, respectively
336 cv::Mat roiB(tempB, cv::Rect(0, 0, B.cols, B.rows));
342 cv::dft(tempB, tempB, 0, B.rows);
346 cv::mulSpectrums(tempA, tempB, tempA, 0, ccorr);
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
vec3.js 685 var tempB = vec3.fromValues(b[0], b[1], b[2]);
688 vec3.normalize(tempB, tempB);
690 var cosine = vec3.dot(tempA, tempB);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 798 tempB will have 52 bits of precision.
801 double tempB = intPartA * fracPartB + intPartB * fracPartA + intPartB * fracPartB;
803 /* Compute the result. (1+z)(tempA+tempB). Order of operations is
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;
870 double tempB = EXP_FRAC_TABLE_B[intFrac];
872 double temp = tempA + tempB;
873 tempB = -(temp - tempA - tempB)
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/dist/
gl-matrix.js     [all...]

Completed in 375 milliseconds