Searched refs:x2 (Results 326 - 350 of 1796) sorted by relevance

<<11121314151617181920>>

/external/vixl/examples/
H A Dsum-array.cc41 __ Mov(x2, x0);
50 __ Ldrb(w3, MemOperand(x2, 1, PostIndex)); // w3 = *(x2++)
H A Dswap-int32.cc34 // In this scope the register x2 will be used by the macro-assembler
37 __ Mov(x2, __ StackPointer());
38 __ SetStackPointer(x2);
H A Dswap4.cc38 __ Push(x3, x2);
42 __ Peek(x2, 8);
72 "x2 = 0x%" PRIx64 "\n"
82 "x2 = 0x%" PRIx64 "\n"
/external/chromium_org/third_party/skia/src/core/
H A DSkEdge.cpp178 SkFDot6 x0, y0, x1, y1, x2, y2; local
186 x2 = SkScalarRoundToFDot6(pts[2].fX, shift);
194 x2 = int(pts[2].fX * scale);
202 SkTSwap(x0, x2);
217 SkFDot6 dx = ((x1 << 1) - x0 - x2) >> 2;
253 SkFixed A = SkFDot6ToFixedDiv2(x0 - x1 - x1 + x2); // 1/2 the real value
267 fQLastX = SkFDot6ToFixed(x2);
337 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
345 x2 = SkScalarRoundToFDot6(pts[2].fX, shift);
355 x2
[all...]
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_chroma_mode2.s87 //x2 => *pu1_dst
130 mov x6, x2
182 add x20,x2,#16
183 csel x2, x20, x2,gt
193 add x20, x2, x3, lsl #2
194 csel x2, x20, x2,le
201 csel x2, x20, x2,l
[all...]
H A Dihevc_deblk_luma_horz.s77 // bic x2,x2,#1
78 asr x2,x2,#1
80 add x3,x3,x2,lsl #1
94 adrp x2, :got:gai4_ihevc_beta_table
95 ldr x2, [x2, #:got_lo12:gai4_ihevc_beta_table]
100 ldr w5, [x2,x7,lsl #2] // beta
107 movi v0.4h, #0x2
[all...]
H A Dihevc_deblk_luma_vert.s78 // bic x2,x2,#1
79 asr x2,x2,#1
81 add x3,x3,x2,lsl #1
95 adrp x2, :got:gai4_ihevc_beta_table
96 ldr x2, [x2, #:got_lo12:gai4_ihevc_beta_table]
98 movi v18.8b, #0x2
102 ldr w5,[x2,x
[all...]
H A Dihevc_weighted_pred_uni.s106 // x2 => src_strd
155 lsl x2,x2,#1
171 add x5,x0,x2 //pi2_src_tmp1 = pi2_src1 + 2*src_strd1(2* because pi1_src is a 16 bit pointer)
174 ld1 {v2.4h},[x5],x2 //load and increment the pi2_src_tmp ii iteration
178 ld1 {v3.4h},[x5],x2 //load and increment the pi2_src iii iteration
181 ld1 {v5.4h},[x5],x2 //load and increment the pi2_src_tmp iv iteration
228 sub x22,x4,x2,lsl #2 //2*src_strd - wd
/external/pixman/pixman/
H A Dpixman.c173 if (rbox->x2 > (v = cbox->x2 + dx))
174 rbox->x2 = v;
179 if (rbox->x1 >= rbox->x2 || rbox->y1 >= rbox->y2)
242 region->extents.x2 = dest_x + width;
248 region->extents.x2 = MIN (region->extents.x2, dest_image->bits.width);
254 if (region->extents.x1 >= region->extents.x2 ||
258 region->extents.x2 = 0;
332 pixman_fixed_48_16_t x2; member in struct:__anon28853
342 pixman_fixed_t x1, y1, x2, y2; local
[all...]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
H A DBaseDexReaderLeb128Test.java49 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
58 performTest(0x17f, new byte[]{(byte)0xff, 0x2, 0x11}, 2);
67 performTest(0x8000, new byte[]{(byte)0x80, (byte)0x80, 0x2, 0x11}, 3);
76 performTest(0xbfff, new byte[]{(byte)0xff, (byte)0xff, 0x2, 0x11}, 3);
85 performTest(0x400000, new byte[]{(byte)0x80, (byte)0x80, (byte)0x80, 0x2, 0x11}, 4);
94 performTest(0x5fffff, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, 0x2, 0x11}, 4);
103 performTest(0x20000000, new byte[]{(byte)0x80, (byte)0x80, (byte)0x80, (byte)0x80, 0x2, 0x11}, 5);
110 performTest(0x2fffffff, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff, 0x2, 0x11}, 5);
130 performTest(0x8604, new byte[]{(byte)0x84, (byte)0x8c, 0x2});
142 performTest(0x438c86, new byte[]{(byte)0x86, (byte)0x99, (byte)0x8e, 0x2});
[all...]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
H A DDexWriterUleb128Test.java62 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
71 performTest(0x17f, new byte[]{(byte)0xff, 0x2, 0x11}, 2);
80 performTest(0x8000, new byte[]{(byte)0x80, (byte)0x80, 0x2, 0x11}, 3);
89 performTest(0xbfff, new byte[]{(byte)0xff, (byte)0xff, 0x2, 0x11}, 3);
98 performTest(0x400000, new byte[]{(byte)0x80, (byte)0x80, (byte)0x80, 0x2, 0x11}, 4);
107 performTest(0x5fffff, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, 0x2, 0x11}, 4);
116 performTest(0x20000000, new byte[]{(byte)0x80, (byte)0x80, (byte)0x80, (byte)0x80, 0x2, 0x11}, 5);
120 performTest(0x2fffffff, new byte[]{(byte)0xff, (byte)0xff, (byte)0xff, (byte)0xff, 0x2, 0x11}, 5);
137 performTest(0x8604, new byte[]{(byte)0x84, (byte)0x8c, 0x2});
149 performTest(0x438c86, new byte[]{(byte)0x86, (byte)0x99, (byte)0x8e, 0x2});
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm.c40 uint32_t x2 = r->v[4]; local
53 x2 += x1 >> 26;
55 x3 += x2 >> 26;
56 x2 &= 0x3ffffff;
66 y2 = x2 + (y1 >> 26);
77 y2 ^= x2;
89 y2 ^= x2;
103 uint32_t x2 = x->v[4]; local
109 x2 += x1 >> 26;
111 x3 += x2 >> 2
[all...]
/external/ceres-solver/internal/ceres/
H A Dpartitioned_matrix_view_test.cc86 Vector x2(pmv_->num_cols());
87 x2.setZero();
90 x1(i) = x2(i) = RandDouble();
97 A_->RightMultiply(x2.data(), y2.data());
106 Vector x2 = Vector::Zero(pmv_->num_cols()); local
110 x2(i + pmv_->num_cols_e()) = x1(i);
117 A_->RightMultiply(x2.data(), y2.data());
H A Dtrust_region_minimizer_test.cc92 const double x2 = state[1]; local
98 << "x2=" << x2 << ", "
102 const double f1 = x1 + 10.0 * x2;
104 const double f3 = pow(x2 - 2.0 * x3, 2.0);
144 2.0*(x2 - 2.0*x3)*(1.0 - 2.0*x3),
152 2.0*(x2 - 2.0*x3)*(x2 - 2.0),
173 gradient[column_index++] = f1 * 10.0 + f3 * 2.0 * (x2 - 2.0 * x3);
178 f2 * sqrt(5.0) + f3 * (2.0 * 2.0 * (2.0 * x3 - x2));
[all...]
/external/chromium_org/third_party/libsrtp/srtp/tables/
H A Daes_tables.c94 uint32_t x1, x2, x3; local
103 x2 = gf2_8_shift(x1);
104 x3 = x2 ^ x1;
106 tmp.v8[0] = x2;
113 tmp.v8[1] = x2;
120 tmp.v8[2] = x2;
127 tmp.v8[3] = x2;
/external/srtp/tables/
H A Daes_tables.c94 uint32_t x1, x2, x3; local
103 x2 = gf2_8_shift(x1);
104 x3 = x2 ^ x1;
106 tmp.v8[0] = x2;
113 tmp.v8[1] = x2;
120 tmp.v8[2] = x2;
127 tmp.v8[3] = x2;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans8_dspr2.c473 int x0, x1, x2, x3, x4, x5, x6, x7; local
477 x2 = input[5];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
493 s2 = cospi_10_64 * x2 + cospi_22_64 * x3;
494 s3 = cospi_22_64 * x2 - cospi_10_64 * x3;
502 x2 = ROUND_POWER_OF_TWO((s2 + s6), DCT_CONST_BITS);
512 s2 = x2;
521 x2 = s0 - s2;
529 s2 = cospi_16_64 * (x2 + x3);
530 s3 = cospi_16_64 * (x2
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1229.js91 function h2(z2, y2, x2) {
99 function h3(z2, y2, x2) {
104 var local_x = x2 >> 1;
/external/clang/test/CodeGenCXX/
H A Dconstructor-init.cpp233 void foo(const pair &x, const pair2 &x2) { argument
235 pair2 y2(x2);
238 y2 = x2;
/external/clang/test/SemaTemplate/
H A Dmember-access-expr.cpp58 void test_convert(X2 x2) { argument
59 convert<int>(x2);
60 convert<long>(x2); // expected-note{{instantiation}}
/external/fonttools/Lib/fontTools/misc/
H A DbezierTools.py312 x2 = rQ2*cos((theta+4.0*pi)/3.0) - a1/3.0
313 return [x0, x1, x2]
331 x2, y2 = pt2
334 bx = (x2 - cx) * 2.0
342 x2, y2 = pt2
346 cx = (x2 -dx) * 3.0
348 bx = (x3 - x2) * 3.0 - cx
361 x2 = (bx * 0.5) + cx
365 return (x1, y1), (x2, y2), (x3, y3)
375 x2
[all...]
/external/fonttools/Tools/fontTools/misc/
H A DbezierTools.py312 x2 = rQ2*cos((theta+4.0*pi)/3.0) - a1/3.0
313 return [x0, x1, x2]
331 x2, y2 = pt2
334 bx = (x2 - cx) * 2.0
342 x2, y2 = pt2
346 cx = (x2 -dx) * 3.0
348 bx = (x3 - x2) * 3.0 - cx
361 x2 = (bx * 0.5) + cx
365 return (x1, y1), (x2, y2), (x3, y3)
375 x2
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans8_dspr2.c473 int x0, x1, x2, x3, x4, x5, x6, x7; local
477 x2 = input[5];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
493 s2 = cospi_10_64 * x2 + cospi_22_64 * x3;
494 s3 = cospi_22_64 * x2 - cospi_10_64 * x3;
502 x2 = ROUND_POWER_OF_TWO((s2 + s6), DCT_CONST_BITS);
512 s2 = x2;
521 x2 = s0 - s2;
529 s2 = cospi_16_64 * (x2 + x3);
530 s3 = cospi_16_64 * (x2
[all...]
/external/pcre/dist/sljit/
H A DsljitNativeSPARC_common.c118 #define ADD (OPC1(0x2) | OPC3(0x00))
119 #define ADDC (OPC1(0x2) | OPC3(0x08))
120 #define AND (OPC1(0x2) | OPC3(0x01))
121 #define ANDN (OPC1(0x2) | OPC3(0x05))
123 #define FABSS (OPC1(0x2) | OPC3(0x34) | DOP(0x09))
124 #define FADDD (OPC1(0x2) | OPC3(0x34) | DOP(0x42))
125 #define FADDS (OPC1(0x2) | OPC3(0x34) | DOP(0x41))
126 #define FCMPD (OPC1(0x2) | OPC3(0x35) | DOP(0x52))
127 #define FCMPS (OPC1(0x2) | OPC3(0x35) | DOP(0x51))
128 #define FDIVD (OPC1(0x2) | OPC
[all...]
/external/skia/src/core/
H A DSkEdge.cpp171 SkFDot6 x0, y0, x1, y1, x2, y2; local
179 x2 = int(pts[2].fX * scale);
186 SkTSwap(x0, x2);
201 SkFDot6 dx = ((x1 << 1) - x0 - x2) >> 2;
237 SkFixed A = SkFDot6ToFixedDiv2(x0 - x1 - x1 + x2); // 1/2 the real value
251 fQLastX = SkFDot6ToFixed(x2);
321 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
329 x2 = int(pts[2].fX * scale);
339 SkTSwap(x1, x2);
361 SkFDot6 dx = cubic_delta_from_line(x0, x1, x2, x
[all...]

Completed in 535 milliseconds

<<11121314151617181920>>