HomeSort by relevance Sort by last modified time
    Searched refs:x2 (Results 276 - 300 of 3002) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cxxabi.h 114 __public_mask = 0x2,
145 __diamond_shaped_mask = 0x2
162 __volatile_mask = 0x2,
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cxxabi.h 112 __public_mask = 0x2,
143 __diamond_shaped_mask = 0x2
160 __volatile_mask = 0x2,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 217 { OP_ADD, 0x3, 0x3, 0x0, 0x8, 0x2, 0x2 | 0x8 },
218 { OP_SUB, 0x3, 0x3, 0x0, 0x0, 0x2, 0x2 | 0x8 },
219 { OP_MUL, 0x3, 0x0, 0x0, 0x8, 0x2, 0x2 | 0x8 },
220 { OP_MAX, 0x3, 0x3, 0x0, 0x0, 0x2, 0x2 },
221 { OP_MIN, 0x3, 0x3, 0x0, 0x0, 0x2, 0x2 },
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_target_nvc0.cpp 217 { OP_ADD, 0x3, 0x3, 0x0, 0x8, 0x2, 0x2 | 0x8 },
218 { OP_SUB, 0x3, 0x3, 0x0, 0x0, 0x2, 0x2 | 0x8 },
219 { OP_MUL, 0x3, 0x0, 0x0, 0x8, 0x2, 0x2 | 0x8 },
220 { OP_MAX, 0x3, 0x3, 0x0, 0x0, 0x2, 0x2 },
221 { OP_MIN, 0x3, 0x3, 0x0, 0x0, 0x2, 0x2 },
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 53 const unsigned int EvalBeforeNestingBit = 0x2;
164 Upper=0x2,
263 DontAlign = 0x2
387 Affine = 0x2,
401 AltiVec = 0x2,
  /external/eigen/unsupported/Eigen/src/MoreVectorization/
MathFunctions.h 70 Packet4f x2=a; local
71 z2=pmul(x2,x2);
77 z2=pmadd(temp,x2,x2);
  /external/tremolo/Tremolo/
mdct.c 200 DATA_TYPE *x2 = x + (points>>1) - 4; local
206 s2 = x2[1] - x2[0]; x1[1] = x2[1] + x2[0];
207 s3 = x2[3] - x2[2]; x1[3] = x2[3] + x2[2];
208 XPROD31( s1, s0, T[0], T[1], &x2[0], &x2[2] )
    [all...]
  /external/valgrind/main/memcheck/tests/
mempool2.c 118 char *x1, *x2; local
131 x2 = allocate(p2, 20);
140 res += x2[-1]; // invalid
141 res += x2[20]; // invalid
150 VALGRIND_MEMPOOL_FREE(p2, x2);
151 res += x2[11];
159 VALGRIND_MEMPOOL_FREE(p2, x2);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.c 48 left->x2 = bez->x1 + t * (bez->x2 - bez->x1);
51 left->x3 = bez->x2 + t * (bez->x3 - bez->x2);
57 bez->x2 = left->x3 + t * (bez->x3 - left->x3);
60 left->x3 = left->x2 + t * (left->x3 - left->x2);
63 left->x4 = bez->x1 = left->x3 + t * (bez->x2 - left->x3);
71 double c = (bez->x2 + bez->x3) * 0.5;
72 first_half->x2 = (bez->x1 + bez->x2) * 0.5
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 48 left->x2 = bez->x1 + t * (bez->x2 - bez->x1);
51 left->x3 = bez->x2 + t * (bez->x3 - bez->x2);
57 bez->x2 = left->x3 + t * (bez->x3 - left->x3);
60 left->x3 = left->x2 + t * (left->x3 - left->x2);
63 left->x4 = bez->x1 = left->x3 + t * (bez->x2 - left->x3);
71 double c = (bez->x2 + bez->x3) * 0.5;
72 first_half->x2 = (bez->x1 + bez->x2) * 0.5
    [all...]
  /external/qemu/android/skin/
argb.h 81 #define ARGB_DECL2(x1,x2) mmx_t x1, x2
86 #define ARGB_SUM(x1,x2,x3) x1 = _mm_add_pi32(x2, x3)
94 #define ARGB_INTERP255(x1,x2,x3,alpha) \
95 x1 = mmx_interp255( x2, x3, _zero, (alpha))
97 #define ARGB_ADDW_11(x1,x2,x3) \
98 ARGB_SUM(x1,x2,x3)
100 #define ARGB_ADDW_31(x1,x2,x3) \
102 mmx_t _t1 = _mm_add_pi16(x2, x3);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/passwin64/
dwarfwin64_testhd.asm 187 .uleb128 0x2
224 .uleb128 0x2
237 .value 0x2
242 .value 0x2
247 .value 0x2
252 .value 0x2
257 .value 0x2
262 .value 0x2
267 .value 0x2
272 .value 0x2
    [all...]
  /external/llvm/test/MC/AArch64/
gicv3-regs.s 5 mrs x2, icc_hppir1_el1
27 mrs x2, icc_ap1r0_el1
57 mrs x2, ich_lr14_el2
61 // CHECK: mrs x2, icc_hppir1_el1 // encoding: [0x42,0xcc,0x38,0xd5]
83 // CHECK: mrs x2, icc_ap1r0_el1 // encoding: [0x02,0xc9,0x38,0xd5]
113 // CHECK: mrs x2, ich_lr14_el2 // encoding: [0xc2,0xcd,0x3c,0xd5]
127 msr icc_sre_el1, x2
138 msr icc_ap1r0_el1, x2
142 msr ich_ap0r0_el2, x2
167 msr ich_lr13_el2, x2
    [all...]
basic-a64-diagnostics.s 9 add x2, x3, x5, sxtb
10 add x2, x4, w2, uxtx
13 // CHECK-ERROR: add x2, x3, x5, sxtb
16 // CHECK-ERROR: add x2, x4, w2, uxtx
25 sub x9, x15, x2, uxth #5
33 // CHECK-ERROR: sub x9, x15, x2, uxth #5
39 add x1, x2, sp, uxtx
47 // CHECK-ERROR: add x1, x2, sp, uxtx
53 subs x2, x1, sp, uxtx
54 adds x2, x1, sp, uxtb #
    [all...]
  /external/chromium_org/v8/test/mjsunit/
top-level-assignments.js 62 var x2 = new Object(); class
65 x2.a = 7;
66 x2.b = function() { return 42; };
69 x2.c = 88;
70 x2.d = "A Man Called Horse";
77 assertEquals(7, x2.a);
78 assertEquals(42, x2.b());
79 assertEquals(88, x2.c);
80 assertEquals("A Man Called Horse", x2.d);
  /external/openfst/src/include/fst/
signed-log-weight.h 36 typedef LogWeightTpl<T> X2;
37 using PairWeight<X1, X2>::Value1;
38 using PairWeight<X1, X2>::Value2;
40 using PairWeight<X1, X2>::Reverse;
41 using PairWeight<X1, X2>::Quantize;
42 using PairWeight<X1, X2>::Member;
46 SignedLogWeightTpl() : PairWeight<X1, X2>() {}
49 : PairWeight<X1, X2> (w) { }
51 SignedLogWeightTpl(const PairWeight<X1, X2>& w)
52 : PairWeight<X1, X2> (w) {
296 LogWeight x2 = w.Value(); local
305 LogWeight x2 = w.Value(); local
314 LogWeight x2 = w.Value(); local
323 LogWeight x2 = w.Value2().Value(); local
333 Log64Weight x2 = w.Value(); local
342 Log64Weight x2 = w.Value(); local
351 Log64Weight x2 = w.Value(); local
360 Log64Weight x2 = w.Value2().Value(); local
    [all...]
  /external/v8/test/mjsunit/
top-level-assignments.js 62 var x2 = new Object(); class
65 x2.a = 7;
66 x2.b = function() { return 42; };
69 x2.c = 88;
70 x2.d = "A Man Called Horse";
77 assertEquals(7, x2.a);
78 assertEquals(42, x2.b());
79 assertEquals(88, x2.c);
80 assertEquals("A Man Called Horse", x2.d);
  /external/chromium_org/third_party/opus/src/celt/
celt.c 92 opus_val32 x0, x1, x2, x3, x4; local
96 x2 = x[-T];
102 + MULT16_32_Q15(g10,x2)
106 x3=x2;
107 x2=x1;
121 opus_val32 x0, x1, x2, x3, x4; local
141 x2 = x[-T1 ];
153 + MULT16_32_Q15(MULT16_16_Q15(f,g10),x2)
157 x3=x2;
158 x2=x1
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 201 #define FLUSHTX 0x2
242 #define PT_STOP2 0x2
246 #define PT_EVENPARITY 0x2
252 #define F_IXOFF 0x2
263 #define FI_RAW 0x2
282 #define FO_ONLCR 0x2
300 #define P_CTSLOCK 0x2
322 #define DT_TXEMPTY 0x2
340 #define SG_DCD 0x2
372 #define CT_DISABLE 0x2
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 201 #define FLUSHTX 0x2
242 #define PT_STOP2 0x2
246 #define PT_EVENPARITY 0x2
252 #define F_IXOFF 0x2
263 #define FI_RAW 0x2
282 #define FO_ONLCR 0x2
300 #define P_CTSLOCK 0x2
322 #define DT_TXEMPTY 0x2
340 #define SG_DCD 0x2
372 #define CT_DISABLE 0x2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 201 #define FLUSHTX 0x2
242 #define PT_STOP2 0x2
246 #define PT_EVENPARITY 0x2
252 #define F_IXOFF 0x2
263 #define FI_RAW 0x2
282 #define FO_ONLCR 0x2
300 #define P_CTSLOCK 0x2
322 #define DT_TXEMPTY 0x2
340 #define SG_DCD 0x2
372 #define CT_DISABLE 0x2
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
poly1305_arm.c 77 uint32_t x2 = r->v[4]; local
90 x2 += x1 >> 26; x1 &= 0x3ffffff;
91 x3 += x2 >> 26; x2 &= 0x3ffffff;
98 y2 = x2 + (y1 >> 26); y1 &= 0x3ffffff;
105 y2 ^= x2;
117 y2 ^= x2;
132 uint32_t x2 = x->v[4]; local
138 x2 += x1 >> 26;
140 x3 += x2 >> 26
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
viewrtree.tcl 108 foreach {rowid x1 x2 y1 y2} $cell break
110 if {$x2 > $xmax} {set xmax $x2}
143 foreach {rowid x1 x2 y1 y2} $cell break
144 set total_area [expr {$total_area + ($x2-$x1)*($y2-$y1)}]
146 set x2 [expr {$x2*$xscale + $xoff}]
150 set id [.c create rectangle $x1 $y1 $x2 $y2]
168 foreach {rowid x1 x2 y1 y2} $cell break
169 set cell_area [expr $cell_area+($x2-$x1)*($y2-$y1)
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 80 double x1[3],double x2[3],double x3[3],double x4[3],
87 db_SProjImagePointPointConstraints(c+18,c+27,xp2,x2);
95 double x1[3],double x2[3],double x3[3],
102 db_SAffineImagePointPointConstraints(c+14,c+21,xp2,x2);
114 inline void db_CommonFocalLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double x2[3],double xp1[3],double xp2[3],int signed_disambiguation=1)
135 m=db_SafeReciprocal(x2[2]);
136 bx=x2[0]*m;
137 by=x2[1]*m;
177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation)
186 db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,xp1,xp2,signed_disambiguation)
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_image_homography.cpp 80 double x1[3],double x2[3],double x3[3],double x4[3],
87 db_SProjImagePointPointConstraints(c+18,c+27,xp2,x2);
95 double x1[3],double x2[3],double x3[3],
102 db_SAffineImagePointPointConstraints(c+14,c+21,xp2,x2);
114 inline void db_CommonFocalLengthFromRotation_2Point(double fsol[3],int *nr_sols,double x1[3],double x2[3],double xp1[3],double xp2[3],int signed_disambiguation=1)
135 m=db_SafeReciprocal(x2[2]);
136 bx=x2[0]*m;
137 by=x2[1]*m;
177 int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],double xp1[3],double xp2[3],double xp3[3],double *f,int signed_disambiguation)
186 db_CommonFocalLengthFromRotation_2Point(fsol,&nr_sols,x1,x2,xp1,xp2,signed_disambiguation)
    [all...]

Completed in 857 milliseconds

<<11121314151617181920>>