HomeSort by relevance Sort by last modified time
    Searched full:tempa (Results 1 - 15 of 15) sorted by null

  /packages/apps/Camera/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;
  /packages/apps/Camera2/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;
  /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/tcpdump/
parsenfsfh.c 381 u_int32_t tempa[4]; /* at least 16 bytes, maybe more */ local
383 memset((char *)tempa, 0, sizeof(tempa));
384 memcpy((char *)tempa, (char *)fh, 14); /* ensure alignment */
385 fsidp->Fsid_dev.Minor = tempa[0] + (tempa[1]<<1);
386 fsidp->Fsid_dev.Major = tempa[2] + (tempa[3]<<1);
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingSphere.java 212 Vector3f tempA = new Vector3f(); //vars.vect1;
227 BufferUtils.populateFromBuffer(tempA, points, ap - 1);
229 setSphere(tempA, tempB);
232 BufferUtils.populateFromBuffer(tempA, points, ap - 1);
235 setSphere(tempA, tempB, tempC);
238 BufferUtils.populateFromBuffer(tempA, points, ap - 1);
242 setSphere(tempA, tempB, tempC, tempD);
247 BufferUtils.populateFromBuffer(tempA, points, i + ap);
248 if (tempA.distanceSquared(center) - (radius * radius) > RADIUS_EPSILON - 1f) {
  /external/clang/test/CodeGenCXX/
temporaries.cpp 693 // CHECK: call void @_ZN17MultipleExtension1AC1Ev({{.*}} @[[TEMPA:_ZGRN17MultipleExtension2e1E.*]])
694 // CHECK: call i32 @__cxa_atexit({{.*}} @_ZN17MultipleExtension1AD1Ev {{.*}} @[[TEMPA]]
695 // CHECK: store {{.*}} @[[TEMPA]], {{.*}} getelementptr inbounds ({{.*}} @[[TEMPE:_ZGRN17MultipleExtension2e1E.*]], i32 0, i32 0)
707 // CHECK: call void @_ZN17MultipleExtension1AC1Ev({{.*}} @[[TEMPA:_ZGRN17MultipleExtension2e2E.*]])
708 // CHECK: call i32 @__cxa_atexit({{.*}} @_ZN17MultipleExtension1AD1Ev {{.*}} @[[TEMPA]]
709 // CHECK: store {{.*}} @[[TEMPA]], {{.*}} getelementptr inbounds ({{.*}} @[[E:_ZN17MultipleExtension2e2E]], i32 0, i32 0)
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 650 ENTROPY_CONTEXT ta = *a, tempa = *a; local
679 tempa = ta;
682 ratey = cost_coeffs(x, b, PLANE_TYPE_Y_WITH_DC, &tempa, &templ);
695 *a = tempa;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1036 ENTROPY_CONTEXT ta[2], tempa[2]; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/libffi/
texinfo.tex     [all...]
  /ndk/sources/host-tools/make-3.81/config/
texinfo.tex     [all...]

Completed in 819 milliseconds