OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempA
(Results
1 - 9
of
9
) sorted by null
/development/perftests/panorama/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
;
/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/opencv3/modules/cudaarithm/test/
test_arithm.cpp
330
cv::Mat
tempA
(dftSize, A.type(), cv::Scalar::all(0));
333
// copy A and B to the top-left corners of
tempA
and tempB, respectively
334
cv::Mat roiA(
tempA
, cv::Rect(0, 0, A.cols, A.rows));
341
cv::dft(
tempA
,
tempA
, 0, A.rows);
346
cv::mulSpectrums(
tempA
, tempB,
tempA
, 0, ccorr);
352
cv::dft(
tempA
,
tempA
, cv::DFT_INVERSE + cv::DFT_SCALE, C.rows);
355
tempA
(cv::Rect(0, 0, C.cols, C.rows)).copyTo(C)
[
all
...]
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
vec3.js
684
var
tempA
= vec3.fromValues(a[0], a[1], a[2]);
687
vec3.normalize(
tempA
,
tempA
);
690
var cosine = vec3.dot(
tempA
, tempB);
/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
...]
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/dist/
gl-matrix.js
[
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/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 313 milliseconds