Searched refs:x2 (Results 251 - 275 of 1339) sorted by relevance

<<11121314151617181920>>

/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans4_dspr2.c324 int x0, x1, x2, x3; local
328 x2 = input[2];
331 if (!(x0 | x1 | x2 | x3)) {
339 s3 = sinpi_4_9 * x2;
340 s4 = sinpi_1_9 * x2;
343 s7 = x0 - x2 + x3;
347 x2 = sinpi_3_9 * s7;
352 s2 = x2;
/external/llvm/test/MC/AArch64/
H A Darm64-elf-relocs.s4 add x0, x2, #:lo12:sym
5 // CHECK: add x0, x2, :lo12:sym
28 add x0, x2, #:lo12:sym+8
29 // CHECK: add x0, x2, :lo12:sym
78 adrp x2, :tlsdesc:sym
79 // CHECK: adrp x2, :tlsdesc:sym
117 ldrb w1, [x2, :tprel_lo12:sym]
121 // CHECK: ldrb w1, [x2, :tprel_lo12:sym]
156 ldrh w1, [x2, :tprel_lo12:sym]
160 // CHECK: ldrh w1, [x2,
[all...]
H A Darm64-optional-hash.s12 ; CHECK: add sp, x2, x3 ; encoding: [0x5f,0x60,0x23,0x8b]
13 add sp, x2, x3, uxtx 0
/external/ltrace/testsuite/ltrace.torture/
H A Dia64-sigill.s27 nop.b 0x2
30 nop.b 0x2
/external/opencv/cvaux/src/
H A Ddecomppoly.cpp152 int x1, y1, x2, y2, x3, y3;
187 x2 = contour[ index2 ].x;
194 dx1 = x2 - x1;
196 dx2 = x3 - x2;
245 x2 = x3;
267 x1 = x2;
270 x2 = x3;
296 x1 = x2;
299 x2 = x3;
339 int x1_left = 0, y1_left = 0, x1_right = 0, y1_right = 0, x2, y
[all...]
/external/skia/src/animator/
H A DSkPathParts.cpp116 SK_MEMBER(x2, Float),
125 SkQuadTo::SkQuadTo() : x1(0), y1(0), x2(0), y2(0) {
129 fPath->fPath.quadTo(x1, y1, x2, y2);
146 fPath->fPath.rQuadTo(x1, y1, x2, y2);
156 SK_MEMBER(x2, Float),
167 SkCubicTo::SkCubicTo() : x1(0), y1(0), x2(0), y2(0), x3(0), y3(0) {
171 fPath->fPath.cubicTo(x1, y1, x2, y2, x3, y3);
188 fPath->fPath.rCubicTo(x1, y1, x2, y2, x3, y3);
/external/vixl/examples/
H A Dcrc-checksums.cc44 __ Mov(x2, x0);
58 __ Ldrb(w3, MemOperand(x2, 1, PostIndex));
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);
73 "x2 = 0x%" PRIx64 "\n"
83 "x2 = 0x%" PRIx64 "\n"
/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/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);
336 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
344 x2 = SkScalarRoundToFDot6(pts[2].fX, shift);
354 x2
[all...]
/external/libavc/common/armv8/
H A Dih264_weighted_pred_av8.s101 // x2 => src_strd
138 ld1 {v4.s}[0], [x0], x2 //load row 1 in source
139 ld1 {v4.s}[1], [x0], x2 //load row 2 in source
140 ld1 {v6.s}[0], [x0], x2 //load row 3 in source
141 ld1 {v6.s}[1], [x0], x2 //load row 4 in source
170 ld1 {v4.8b}, [x0], x2 //load row 1 in source
171 ld1 {v6.8b}, [x0], x2 //load row 2 in source
172 ld1 {v8.8b}, [x0], x2 //load row 3 in source
174 ld1 {v10.8b}, [x0], x2 //load row 4 in source
210 ld1 {v4.8b, v5.8b}, [x0], x2 //loa
[all...]
H A Dih264_inter_pred_luma_horz_qpel_vert_qpel_av8.s107 // x2 => src_strd
131 mul x6, x2, x6
133 sub x7, x7, x2, lsl #1 //pu1_pred_vert-2*src_strd
143 ld1 {v0.2s, v1.2s}, [x7], x2 // Vector load from src[0_0]
144 ld1 {v2.2s, v3.2s}, [x7], x2 // Vector load from src[1_0]
146 ld1 {v4.2s, v5.2s}, [x7], x2 // Vector load from src[2_0]
147 ld1 {v6.2s, v7.2s}, [x7], x2 // Vector load from src[3_0]
148 ld1 {v8.2s, v9.2s}, [x7], x2 // Vector load from src[4_0]
151 ld1 {v10.2s, v11.2s}, [x7], x2 // Vector load from src[5_0]
152 ld1 {v18.2s, v19.2s}, [x6], x2 // hor
[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/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DBicubicSplineInterpolatingFunction.java398 final double x2 = x * x;
399 final double x3 = x2 * x;
400 final double[] pX = {1, x, x2, x3};
502 final double x2 = x * x;
503 final double[] pX = {0, 1, x, x2};
514 final double x2 = x * x;
515 final double x3 = x2 * x;
516 final double[] pX = {1, x, x2, x3};
537 final double x2 = x * x;
538 final double x3 = x2 *
[all...]
/external/boringssl/src/crypto/poly1305/
H A Dpoly1305_arm.c43 uint32_t x2 = r->v[4]; local
56 x2 += x1 >> 26;
58 x3 += x2 >> 26;
59 x2 &= 0x3ffffff;
69 y2 = x2 + (y1 >> 26);
80 y2 ^= x2;
92 y2 ^= x2;
106 uint32_t x2 = x->v[4]; local
112 x2 += x1 >> 26;
114 x3 += x2 >> 2
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP192K1FieldElement.java147 int[] x2 = Nat192.create();
148 SecP192K1Field.square(x1, x2);
149 SecP192K1Field.multiply(x2, x1, x2);
151 SecP192K1Field.square(x2, x3);
158 SecP192K1Field.multiply(x8, x2, x8);
159 int[] x16 = x2;
/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());
/external/jmonkeyengine/engine/src/android/jme3tools/android/
H A DFixed.java315 public static int hyp(int x1, int y1, int x2, int y2) { argument
316 if ((x2 -= x1) < 0) {
317 x2 = -x2;
322 return x2 + y2 - (((x2 > y2) ? y2 : x2) >> 1);
/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;

Completed in 1869 milliseconds

<<11121314151617181920>>