Searched refs:x0 (Results 201 - 225 of 1369) sorted by relevance

1234567891011>>

/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp46 // (4x(x3), 4x(x2), 4x(x1), 4x(x0)) upon return.
48 // (4x(16 - x3), 4x(16 - x2), 4x(16 - x1), 4x(16 - x0))
56 int* x0,
66 _mm_storeu_si128(reinterpret_cast<__m128i *>(x0), x0_wide);
71 // (4x(x3), 4x(x2), 4x(x1), 4x(x0))
75 // (4x(16-x3), 4x(16-x2), 4x(16-x1), 4x(16-x0))
92 // (4x(y1), 4x(y0), 4x(x1), 4x(x0)) upon return.
94 // (4x(16-y1), 4x(16-y0), 4x(16-x1), 4x(16-x0)).
118 // (x1, y1, x0, y0)
120 // (y1, y0, x1, x0)
49 PrepareConstantsTwoPixelPairs(const uint32_t* xy, const __m128i& mask_3FFF, const __m128i& mask_000F, const __m128i& sixteen_8bit, const __m128i& mask_dist_select, __m128i* all_x_result, __m128i* sixteen_minus_x, int* x0, int* x1) argument
288 ProcessTwoPixelPairs(const uint32_t* row0, const uint32_t* row1, const int* x0, const int* x1, const __m128i& scale_x, const __m128i& all_y, const __m128i& neg_y, const __m128i& alpha) argument
438 int x0[4]; local
475 unsigned x0 = xx >> 18; local
510 int x0[4]; local
549 const unsigned x0 = xx >> 18; local
664 unsigned x0 = data >> 14; local
[all...]
/external/compiler-rt/test/builtins/Unit/ppc/
H A Dqdiv_test.c232 {0x1.0000007fffc00p-14, 0x1.efe0000000000p-108, 0x1.007fffffe0000p-312, 0x0.0000000000000p+0, 0x1.ff0080bfdf705p+297, 0x1.fb017ac5608fap+243},
233 {0x1.0000007fffc00p-14, 0x1.efe0000000000p-108, -0x1.007fffffe0000p-312, 0x0.0000000000000p+0, -0x1.ff0080bfdf705p+297, -0x1.fb017ac5608fap+243},
234 {-0x1.0000007fffc00p-14, -0x1.efe0000000000p-108, 0x1.007fffffe0000p-312, 0x0.0000000000000p+0, -0x1.ff0080bfdf705p+297, -0x1.fb017ac5608fap+243},
235 {-0x1.0000007fffc00p-14, -0x1.efe0000000000p-108, -0x1.007fffffe0000p-312, 0x0.0000000000000p+0, 0x1.ff0080bfdf705p+297, 0x1.fb017ac5608fap+243},
236 {0x1.3fe0000100000p-744, -0x1.0000000000000p-817, 0x1.3fffffffffe00p+293, 0x1.fe00040000000p+218, 0x1.ffccccce60000p-1038, 0x0.0000000000000p+0},
237 {0x1.3fe0000100000p-744, -0x1.0000000000000p-817, -0x1.3fffffffffe00p+293, -0x1.fe00040000000p+218, -0x1.ffccccce60000p-1038, -0x0.0000000000000p+0},
238 {-0x1.3fe0000100000p-744, 0x1.0000000000000p-817, 0x1.3fffffffffe00p+293, 0x1.fe00040000000p+218, -0x1.ffccccce60000p-1038, -0x0.0000000000000p+0},
239 {-0x1.3fe0000100000p-744, 0x1.0000000000000p-817, -0x1.3fffffffffe00p+293, -0x1.fe00040000000p+218, 0x1.ffccccce60000p-1038, 0x0.0000000000000p+0},
252 {0x1.0080000000000p-547, -0x1.0000000000000p-620, 0x1.001ffffffc000p+963, 0x1.fffffffff001cp+908, 0x0.0000000000000p+0, 0x0
[all...]
/external/ceres-solver/include/ceres/
H A Dcost_function_to_functor.h153 bool operator()(const double* x0, double* residuals) const { argument
165 return cost_function_->Evaluate(&x0, residuals, NULL);
168 bool operator()(const double* x0, argument
182 parameter_blocks[0] = x0;
187 bool operator()(const double* x0, argument
202 parameter_blocks[0] = x0;
208 bool operator()(const double* x0, argument
224 parameter_blocks[0] = x0;
231 bool operator()(const double* x0, argument
248 parameter_blocks[0] = x0;
256 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, double* residuals) const argument
283 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, double* residuals) const argument
312 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, double* residuals) const argument
343 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, const double* x8, double* residuals) const argument
376 operator ()(const double* x0, const double* x1, const double* x2, const double* x3, const double* x4, const double* x5, const double* x6, const double* x7, const double* x8, const double* x9, double* residuals) const argument
412 operator ()(const JetT* x0, JetT* residuals) const argument
427 operator ()(const JetT* x0, const JetT* x1, JetT* residuals) const argument
447 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, JetT* residuals) const argument
469 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, JetT* residuals) const argument
493 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, JetT* residuals) const argument
519 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, const JetT* x5, JetT* residuals) const argument
547 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, const JetT* x5, const JetT* x6, JetT* residuals) const argument
577 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, const JetT* x5, const JetT* x6, const JetT* x7, JetT* residuals) const argument
609 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, const JetT* x5, const JetT* x6, const JetT* x7, const JetT* x8, JetT* residuals) const argument
643 operator ()(const JetT* x0, const JetT* x1, const JetT* x2, const JetT* x3, const JetT* x4, const JetT* x5, const JetT* x6, const JetT* x7, const JetT* x8, const JetT* x9, JetT* residuals) const argument
[all...]
/external/libavc/common/armv8/
H A Dih264_intra_pred_luma_8x8_av8.s103 // x0 => *pu1_src
118 add x0, x0, #9
119 ld1 {v0.8b}, [x0]
181 // x0 => *pu1_src
197 add x0, x0, #7
200 ldrb w5, [x0], #-1
202 ldrb w6, [x0], #-1
206 ldrb w7, [x0], #
[all...]
H A Dih264_deblk_luma_av8.s60 //* @param[in] x0 - pu1_src
96 sub x0, x0, x1, lsl #1 //x1 = uc_Horizonpad
97 sub x0, x0, x1 //x0 pointer to p2
99 ld1 {v10.8b, v11.8b}, [x0], x1 //p2 values are loaded into q5
101 mov x6, x0 //keeping backup of pointer to p1
102 ld1 {v8.8b, v9.8b}, [x0], x1 //p1 values are loaded into q4
103 mov x7, x0 //keepin
[all...]
/external/llvm/test/MC/ARM/
H A Deh-directive-section.s73 @ RELOC: 0x0 R_ARM_PREL31 __gxx_personality_v0 0x0
102 @ RELOC: 0x0 R_ARM_PREL31 .TEST1 0x0
103 @ RELOC: 0x4 R_ARM_PREL31 .ARM.extab.TEST1 0x0
132 @ RELOC: 0x0 R_ARM_PREL31 __gxx_personality_v0 0x0
161 @ RELOC: 0x0 R_ARM_PREL31 TEST2 0x0
162 @ RELOC: 0x4 R_ARM_PREL31 .ARM.extabTEST2 0x0
[all...]
/external/libavc/common/
H A Dih264_resi_trans_quant.c125 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
140 x0 = x4 + x7;
145 pi2_out_tmp[0] = x0 + x1;
147 pi2_out_tmp[2] = x0 - x1;
167 x0 = x4 + x7;
174 i4_value = x0 + x1;
190 i4_value = x0 - x1;
273 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
288 x0 = x4 + x7;
293 pi2_out_tmp[0] = x0
422 WORD32 x0,x1,x2,x3,x4,x5,x6,x7,i4_value; local
550 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
[all...]
/external/libhevc/common/arm64/
H A Dihevc_inter_pred_chroma_vert.s91 //x0 => *pu1_src
118 sub x0,x0,x2 //pu1_src - src_strd
144 add x6,x0,x2 //pu1_src +src_strd
147 ld1 {v5.8b},[x0],#8 //loads src
171 add x0,x0,x8 //pu1_src += (2*src_strd - 2wd)
186 add x6,x0,x2 //pu1_src + src_strd
187 ld1 {v6.s}[0],[x0] //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp1, 0
189 add x0,x
[all...]
H A Dihevc_inter_pred_chroma_vert_w16out.s91 //x0 => *pu1_src
120 sub x0,x0,x2 //pu1_src - src_strd
147 add x6,x0,x2 //pu1_src +src_strd
150 ld1 {v5.8b},[x0],#8 //loads src
172 add x0,x0,x8 //pu1_src += (2*src_strd - 2wd)
187 add x6,x0,x2 //pu1_src + src_strd
188 ld1 {v6.s}[0],[x0] //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp1, 0
190 add x0,x
[all...]
H A Dihevc_weighted_pred_bi_default.s100 // x0 => *pi2_src1
193 add x11,x0,x3 //pi2_src_tmp1 = pi2_src1 + 2*src_strd1(2* because pi1_src is a 16 bit pointer)
195 ld1 {v6.4h},[x0],#8 //load and increment the pi2_src1
227 add x0,x0,x7 //pi2_src1 + 4*src_strd1 - 2*wd(since pi2_src1 is 16 bit pointer double the increment with double the wd decrement)
248 add x11,x0,x3 //pi2_src_tmp1 = pi2_src1 + 2*src_strd1(2* because pi1_src is a 16 bit pointer)
250 ld1 {v6.4h},[x0],#8 //load and increment the pi2_src1
272 add x0,x0,x7 //pi2_src1 + 2*src_strd1 - 2*wd(since pi2_src1 is 16 bit pointer double the increment with double the wd decrement)
288 add x11,x0,x
[all...]
/external/libvorbis/lib/
H A Dmdct.c356 DATA_TYPE *x0 = x+bit[0]; local
359 REG_TYPE r0 = x0[1] - x1[1];
360 REG_TYPE r1 = x0[0] + x1[0];
366 r0 = HALVE(x0[1] + x1[1]);
367 r1 = HALVE(x0[0] - x1[0]);
374 x0 = x+bit[2];
377 r0 = x0[1] - x1[1];
378 r1 = x0[0] + x1[0];
382 r0 = HALVE(x0[1] + x1[1]);
383 r1 = HALVE(x0[
507 DATA_TYPE *x0=in+n2+n4; local
[all...]
/external/v8/src/arm64/
H A Dfull-codegen-arm64.cc213 // Context is returned in x0. It replaces the context passed to us.
215 __ Mov(cp, x0);
216 __ Str(x0, MemOperand(fp, StandardFrameConstants::kContextOffset));
276 SetVar(arguments, x0, x1, x2);
325 __ LoadRoot(x0, Heap::kUndefinedValueRootIndex);
337 __ Mov(x0, Smi::FromInt(0));
408 // Runtime::TraceExit returns its parameter in x0.
411 DCHECK(x0.Is(result_register()));
425 __ Push(x0);
428 __ Pop(x0);
2155 __ Mov(StoreDescriptor::ReceiverRegister(), x0); local
2166 __ Mov(StoreDescriptor::NameRegister(), x0); local
2305 __ Move(LoadDescriptor::ReceiverRegister(), x0); local
2315 __ Move(LoadDescriptor::NameRegister(), x0); local
2414 __ Move(LoadDescriptor::NameRegister(), x0); local
[all...]
/external/boringssl/src/crypto/cipher/
H A De_rc2.c126 uint16_t x0, x1, x2, x3, t; local
130 x0 = (uint16_t)l & 0xffff;
141 t = (x0 + (x1 & ~x3) + (x2 & x3) + *(p0++)) & 0xffff;
142 x0 = (t << 1) | (t >> 15);
143 t = (x1 + (x2 & ~x0) + (x3 & x0) + *(p0++)) & 0xffff;
145 t = (x2 + (x3 & ~x1) + (x0 & x1) + *(p0++)) & 0xffff;
147 t = (x3 + (x0 & ~x2) + (x1 & x2) + *(p0++)) & 0xffff;
156 x0 += p1[x3 & 0x3f];
157 x1 += p1[x0
170 uint16_t x0, x1, x2, x3, t; local
[all...]
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/
H A DAndroidInput.java54 0x0, // unknown
55 0x0, // key code soft left
56 0x0, // key code soft right
59 0x0, // key call
60 0x0, // key endcall
72 0x0, // key pound
78 0x0, // volume up
79 0x0, // volume down
81 0x0, // camera
82 0x0, // clea
[all...]
/external/libhevc/decoder/arm64/
H A Dihevcd_fmt_conv_420sp_to_420p.s51 //* Arguments : x0 pu1_src_y *
67 //* Register Usage : x0 - x14 *
116 ld1 {v0.8b, v1.8b},[x0],#16
128 SUB x0,x0,x6
130 ld1 {v0.8b, v1.8b}, [x0],#16
134 ADD x0, x0, x10
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
H A DMachO_ARM64_relocations.s36 adrp x0, _ptr@PAGE
38 ldr x0, [x0, _ptr@PAGEOFF]
53 adrp x0, _ptr@GOTPAGE
55 ldr x0, [x0, _ptr@GOTPAGEOFF]
/external/llvm/test/MC/AArch64/
H A Dtrace-regs-diagnostics.s13 msr trcstatr, x0
27 msr trcidr7, x0
41 msr trcpidr0, x0
50 // CHECK-NEXT: msr trcstatr, x0
92 // CHECK-NEXT: msr trcidr7, x0
134 // CHECK-NEXT: msr trcpidr0, x0
/external/llvm/test/MC/SystemZ/
H A Dfixups.s40 # CHECK-REL: 0x{{[0-9A-F]*0}} R_390_TLS_GDCALL sym 0x0
48 # CHECK-REL: 0x{{[0-9A-F]*0}} R_390_TLS_LDCALL sym 0x0
68 # CHECK-REL: 0x{{[0-9A-F]*0}} R_390_TLS_GDCALL sym 0x0
76 # CHECK-REL: 0x{{[0-9A-F]*0}} R_390_TLS_LDCALL sym 0x0
88 # CHECK-REL: 0x{{[0-9A-F]*0}} R_390_TLS_LE64 target 0x0
92 # CHECK-REL: 0x{{[0-9A-F]*0}} R_390_TLS_LDO64 target 0x0
96 # CHECK-REL: 0x{{[0-9A-F]*0}} R_390_TLS_LDM64 target 0x0
100 # CHECK-REL: 0x{{[0-9A-F]*0}} R_390_TLS_GD64 target 0x0
104 # CHECK-REL: 0x{{[0-9A-F]*0}} R_390_TLS_LE32 target 0x0
108 # CHECK-REL: 0x{{[0-9A-F]*0}} R_390_TLS_LDO32 target 0x0
[all...]
/external/skia/src/core/
H A DSkEdge.h88 SkFDot6 x0, y0, x1, y1;
92 x0 = SkScalarRoundToFDot6(p0.fX, shift);
98 x0 = int(p0.fX * scale);
108 SkTSwap(x0, x1);
121 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
124 fX = SkFDot6ToFixed(x0 + SkFixedMul(slope, dy)); // + SK_Fixed1/2
H A DSkBitmapProcState_sample.h114 SRCTYPE x0 = srcAddr[UNPACK_PRIMARY_SHORT(xx0)]; local
119 *colors++ = RETURNDST(x0);
164 uint32_t XX = *xy++; // x0:14 | 4 | x1:14
165 unsigned x0 = XX >> 14; local
167 unsigned subX = x0 & 0xF;
168 x0 >>= 4;
171 SRC_TO_FILTER(row0[x0]),
173 SRC_TO_FILTER(row1[x0]),
205 unsigned x0 = data >> 14; local
207 unsigned subX = x0
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_copy_tmp.h51 COPY_FUNC( 0x0 ) /* noop */
70 _mesa_copy_tab[0x0] = TAG2(copy, 0x0);
/external/v8/test/mjsunit/regress/
H A Dregress-969.js47 x0 = 0;
48 function test0() { return first((y = 1, typeof x0), 2); }
52 delete x0;
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/
H A DBrentSolver.java291 * @param x0 old approximation for the root
296 * @param x2 bracket point (must be set to x0 if no bracket point is
304 double x0, double y0,
309 double delta = x1 - x0;
316 x0 = x1;
318 x2 = x0;
346 // the equality test (x0 == x2) is intentional,
349 if (x0 == x2) {
357 p = r3 * (dx * r1 * (r1 - r2) - (x1 - x0) * (r2 - 1.0));
378 x0
303 solve(final UnivariateRealFunction f, double x0, double y0, double x1, double y1, double x2, double y2) argument
[all...]
H A DUnivariateRealSolverUtils.java46 * @param x0 the lower bound for the interval.
54 public static double solve(UnivariateRealFunction f, double x0, double x1) argument
57 return LazyHolder.FACTORY.newDefaultSolver().solve(f, x0, x1);
65 * @param x0 the lower bound for the interval
75 public static double solve(UnivariateRealFunction f, double x0, double x1, argument
82 return solver.solve(f, x0, x1);
/external/clang/test/SemaTemplate/
H A Dinstantiate-decl-init.cpp28 explicit X1(const X0 &x0 = X0());

Completed in 3941 milliseconds

1234567891011>>