HomeSort by relevance Sort by last modified time
    Searched defs:x4 (Results 26 - 50 of 66) sorted by null

12 3

  /external/clang/test/CodeGen/
override-layout.c 41 // CHECK: Type: struct X4
42 struct X4 {
129 struct X4 x4; local
130 x4.y = sizeof(struct X4);
  /external/clang/test/Sema/
expr-address-of.c 64 register struct { int f0[10]; } x4; local
65 int *_dummy4 = &x4.f0[2]; // expected-error {{address of register variable requested}}
array-init.c 23 int x4 = { 1, 2 }; // expected-warning{{excess elements in scalar initializer}} local
  /external/clang/test/SemaTemplate/
default-arguments.cpp 11 X<> *x4; variable
107 struct X4;
108 int array4[is_same<X4<add_pointer>,
109 X4<add_pointer, add_pointer::apply> >::value? 1 : -1];
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
545 x4 = blk[9];
557 x8 = W7 * (x4 + x5) + 4;
558 x4 = (x8 + (W1 - W7) * x4) >> 3;
570 x1 = x4 + x6;
571 x4 -= x6;
580 x2 = (181 * (x4 + x5) + 128) >> 8;
581 x4 = (181 * (x4 - x5) + 128) >> 8
627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
96 // x5 = (x4<<8)-x4; /* x5 = x4*255; */
97 x4 = x5 = 0;
121 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes */
124 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes */
140 x4 = x4 + ((uint32)x10 >> 8); /* accumulate high bytes *
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
fastidct.cpp 107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
113 x4 = x0;
119 x8 = x4 - x6;
120 x4 += x6;
130 blk[8] = (x4 + x7) >> 8;
134 blk[48] = (x4 - x7) >> 8;
142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
148 x4 = x0;
154 x8 = x4 - x6;
155 x4 += x6
211 int32 x0, x2, x4, x6; local
261 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
373 int32 x0, x1, x2, x4, x5; local
432 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
502 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
578 int32 x1, x2, x4, x5; local
635 int32 x0, x2, x4, x6; local
746 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
869 int32 x0, x1, x2, x4, x5; local
924 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
990 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1063 int32 x1, x2, x4, x5; local
1118 int32 x0, x2, x4, x6; local
1223 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1369 int32 x0, x1, x2, x4, x5; local
1429 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1500 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
1577 int32 x1, x2, x4, x5; local
1635 int32 x0, x2, x4, x6; local
1748 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 668 int x4 = x0 + x1; x0 -= x1; local
671 x3 = x1 + x4; x1 -= x4;
673 x4 = (x0 + x2)*C1_847;
674 x0 = descale( x4 - x0*C2_613, fixb);
675 x2 = descale( x2*C1_082 - x4, fixb);
689 x4 = x2 + x3;
690 x2 = descale((x2-x3)*C1_414, fixb) - x4;
693 x1 = x3 + x4; x3 -= x4;
720 int x4 = x0 + x1; x0 -= x1; local
1525 int x4 = x0 + x1; x0 -= x1; local
1572 int x4 = x0 + x1; x0 -= x1; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 707 final float x4 = otherEnd.x; local
713 final float denom = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1);
715 final float uA = ((x4 - x3) * (y1 - y3) - (y4 - y3) * (x1 - x3)) / denom;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 719 /* search for i4 mode for a 4x4 block */
737 int x0, x1, x2, x3, x4, x5; local
819 //===== INTRA PREDICTION FOR 4x4 BLOCK =====
1156 x4 = P_E + P_F + 1;
1161 x3 = x4 = x5 = (P_D << 1) + 1;
1174 temp2 |= (((x3 + x4) >> 2) << 24);
1178 temp1 = (temp1 >> 8) | ((x4 >> 1) << 24); /* rotate out old value */
1181 temp2 = (temp2 >> 8) | (((x4 + x5) >> 2) << 24); /* rotate out old value */
1185 //===== LOOP OVER ALL 4x4 INTRA PREDICTION MODES =====
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java 314 float x4 = m[0] * x2 + m[4] * y2 + m[12]; local
317 r[2] = x4 / w4;
  /external/freetype/src/raster/
ftraster.c 1664 Long y1, y2, y3, y4, x4, ymin1, ymax1, ymin2, ymax2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_IDCT_s.h 1034 MOV pTemp, #0x4 ;\/\/ ensure correct round variable
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_IDCT_s.h 1040 MOV pTemp, #0x4 ;\/\/ ensure correct round variable
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 2694 IRTemp x4 = newTemp(Ity_I32); local
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 
  /external/sqlite/dist/orig/
sqlite3.c 131858 float x4 = x2; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 131887 float x4 = x2; local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1094 milliseconds

12 3