HomeSort by relevance Sort by last modified time
    Searched refs:z2 (Results 51 - 75 of 82) sorted by null

1 23 4

  /external/clang/test/SemaCXX/
overload-call.cpp 283 struct Z2 : Z { };
289 void db_rebind_test(Z2 z2) {
290 float& f1 = db_rebind(z2);
  /external/v8/test/mjsunit/harmony/
module-parsing.js 65 export const z1 = 2, z2 = 3
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 390 uint32_t z2 = (*x++ >> 16) * y + (*xc >> 16) + carry; local
391 carry = z2 >> 16;
392 xc = storeInc(xc, z2, z);
400 uint32_t z2 = *xc; local
404 xc = storeInc(xc, z, z2);
405 z2 = (*x++ >> 16) * y + (*xc & 0xffff) + carry;
406 carry = z2 >> 16;
408 *xc = z2;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/arm/armv6/
vp8_fast_quantize_b_armv6.asm 52 ldr r12, [r3], #4 ; [z3 | z2]
60 eor r12, r12, r11 ; [z3 ^ sz3 | z2 ^ sz2]
  /frameworks/rs/
rsFont.h 249 float x2, float y2, float z2,
rsFont.cpp 667 float x2, float y2, float z2,
682 ALOGE("V1 x: %f y: %f z: %f", x2, y2, z2);
695 (*currentPos++) = z2;
  /bionic/libc/stdlib/
strtod.c 676 ULong z2; local
712 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
713 carry = z2 >> 16;
714 Storeinc(xc, z2, z);
723 z2 = *xc;
727 Storeinc(xc, z, z2);
728 z2 = (*x++ >> 16) * y + (*xc & 0xffff) + carry;
729 carry = z2 >> 16;
732 *xc = z2;
    [all...]
  /external/opencv/cxcore/src/
cxarithm.cpp     [all...]
cxmathfuncs.cpp 153 float z2 = (float) (yf[2] * xf[3] * a * d); local
158 z2 = (float)((_CV_ATAN_CF0*fabs(z2) + _CV_ATAN_CF1)*z2 + icvAtanTab[idx[2]]);
163 angle[i+2] = z2;
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtsynth.c 141 pVoiceMgr->wtVoices[i].filter.z2 = DEFAULT_FILTER_ZERO;
378 pWTVoice->filter.z2 = 0;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c 141 pVoiceMgr->wtVoices[i].filter.z2 = DEFAULT_FILTER_ZERO;
378 pWTVoice->filter.z2 = 0;
    [all...]
eas_dlssynth.c 345 pWTVoice->filter.z2 = 0;
  /frameworks/rs/driver/
rsdGL.cpp 543 float x2, float y2, float z2, float u2, float v2,
547 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
rsdRuntimeStubs.cpp 260 float x2, float y2, float z2, float u2, float v2,
276 //ALOGE("%4.2f, %4.2f, %4.2f", x2, y2, z2);
280 float vtx[] = {x1,y1,z1, x2,y2,z2, x3,y3,z3, x4,y4,z4};
294 float x2, float y2, float z2,
298 x2, y2, z2, 1, 1,
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 888 float z2 = secondPoint.z - rootPoint.z; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 716 double z2 = z*z; local
718 mat.m_matrix[0][0] = 1.0f - 2.0f * (y2 + z2) * sinA2;
722 mat.m_matrix[1][1] = 1.0f - 2.0f * (z2 + x2) * sinA2;
    [all...]
  /external/sqlite/dist/orig/
shell.c 477 const char *z2 = z; local
478 while( *z2 ){ z2++; }
479 return 0x3fffffff & (int)(z2 - z);
    [all...]
  /external/sqlite/dist/
shell.c 482 const char *z2 = z; local
483 while( *z2 ){ z2++; }
484 return 0x3fffffff & (int)(z2 - z);
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 812 ULong z2; variable
860 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
861 carry = z2 >> 16;
862 Storeinc(xc, z2, z);
871 z2 = *xc;
875 Storeinc(xc, z, z2);
876 z2 = (*x++ >> 16) * y + (*xc & 0xffff) + carry;
877 carry = z2 >> 16;
880 *xc = z2;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
fastquantizeb_neon.asm 52 vld1.16 {q0, q1}, [r4@128] ; load z2
  /external/v8/test/mjsunit/
large-object-allocation.js 109 this.z2 = i;
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 766 float z2 = thisHeight / height * .6F; local
768 float zoom = Math.min(z1, z2);
  /external/icu4c/test/intltest/
tzrulets.cpp     [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h     [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H     [all...]

Completed in 1270 milliseconds

1 23 4