Searched defs:x10 (Results 1 - 25 of 26) sorted by relevance

12

/external/ceres-solver/internal/ceres/
H A Dcost_function_to_functor_test.cc233 const T* x9, const T* x10, T* residuals) const {
236 + x8[0] * x8[0] + x9[0] * x9[0] + x10[0] * x10[0];
239 + x8[1] * x8[1] + x9[1] * x9[1] + x10[1] * x10[1];
231 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, const T* x9, const T* x10, T* residuals) const argument
/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c45 struct S10 *x10; variable in typeref:struct:S10
H A Dstruct2.c42 struct S10 *x10; variable in typeref:struct:S10
/external/clang/test/CodeGen/
H A Doverride-layout.c141 struct X10 x10; local
143 x10.y = sizeof(struct X10);
/external/lzma/Asm/x86/
H A D7zAsm.asm76 x10 equ r10d define
/external/boringssl/src/crypto/chacha/
H A Dchacha_vec.c186 x9, x10, x11, x12, x13, x14, x15; local
210 x8 = kp[4]; x9 = kp[5]; x10 = kp[6]; x11 = kp[7];
227 QROUND_WORDS( x2, x6,x10,x14)
229 QROUND_WORDS( x0, x5,x10,x15)
261 op[10] = REVW_BE(REVW_BE(ip[10]) ^ (x10 + kp[6]));
/external/clang/test/Parser/
H A Dcxx-decl.cpp3 const char const *x10; // expected-error {{duplicate 'const' declaration specifier}} variable
/external/clang/test/Analysis/
H A Ddead-stores.c563 int x9 = getInt(), x10 = 0; //expected-warning {{Value stored to 'x9' during its initialization is never read}} // expected-warning{{unused variable 'x9'}} // expected-warning{{unused variable 'x10'}} local
/external/clang/test/FixIt/
H A Dfixit.cpp84 int x10 >= 0; // expected-error {{invalid '>=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
111 int x10 >= 0; // expected-error {{invalid '>=' at end of declaration; did you mean '='?}} local
112 (void)x10;
131 if (int x10 >= 0) { (void)x10; } // expected-error {{invalid '>=' at end of declaration; did you mean '='?}}
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c360 tran_high_t x10 = input[5]; local
378 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
379 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
395 x10 = fdct_round_shift(s2 - s10);
413 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
414 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
430 x10 = fdct_round_shift(s10 + s14);
448 s10 = x10;
465 x10 = s8 - s10;
477 s10 = cospi_16_64 * (x10
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.c593 tran_high_t x10 = input[5]; local
601 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
620 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
621 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
637 x10 = WRAPLOW(dct_const_round_shift(s2 - s10), 8);
655 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
656 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
672 x10 = WRAPLOW(dct_const_round_shift(s10 + s14), 8);
690 s10 = x10;
707 x10
1832 tran_low_t x10 = input[5]; local
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans16_dspr2.c1068 int x10 = input[5]; local
1076 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
1095 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
1096 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
1112 x10 = dct_const_round_shift(s2 - s10);
1130 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
1131 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
1147 x10 = dct_const_round_shift(s10 + s14);
1165 s10 = x10;
1182 x10
[all...]
/external/speex/libspeex/
H A Dfilters.c503 spx_word16_t x10, x20; local
506 x10 = xx1[N2-2-i];
522 y2 = MAC16_16(MAC16_16(y2, a0, x10), NEG16(a0), x20);
523 y3 = MAC16_16(MAC16_16(y3, a1, x10), a1, x20);
527 y2 = ADD32(y2,MULT16_16(a0, x10-x20));
528 y3 = ADD32(y3,MULT16_16(a1, x10+x20));
532 x10 = xx1[N2+j-i];
537 y0 = MAC16_16(MAC16_16(y0, a0, x10), NEG16(a0), x20);
538 y1 = MAC16_16(MAC16_16(y1, a1, x10), a1, x20);
542 y0 = ADD32(y0,MULT16_16(a0, x10
[all...]
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dloopfilter_sse2.c1334 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
1359 x10 = _mm_loadl_epi64((__m128i *)(in1 + 2 * in_p)); // 6
1361 x9 = _mm_unpacklo_epi8(x10, x11); // 6
1365 x10 = _mm_unpacklo_epi8(x12, x13); // 7
1371 x13 = _mm_unpacklo_epi16(x10, x11); // 12
1387 x13 = _mm_unpackhi_epi16(x10, x11);
/external/opencv3/modules/imgproc/src/
H A Ddemosaicing.cpp1288 __m128i x10 = _mm_loadl_u8_s16(srow, +1 + bstep*2); local
1350 GRs = _mm_adds_epi16(GRs, _mm_and_si128(_mm_merge_epi16(_mm_loadu_si128((__m128i*)(brow2+N6+1)), _mm_adds_epi16(x7,x10)), mask));
1364 GRs = _mm_adds_epi16(GRs, _mm_and_si128(_mm_merge_epi16(t0, _mm_adds_epi16(x10,x12)), mask));
/external/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc192 __ Add(x10, code_pointer(), Operand(w10, UXTW));
193 __ Br(x10);
292 __ Ldp(w11, capture_start_offset, capture_location(start_reg, x10));
443 __ Mov(x10, GetCachedRegister(start_reg));
446 __ Ldp(w11, w10, capture_location(start_reg, x10));
655 __ Mov(x10, map);
656 __ Ldrb(w10, MemOperand(x10, current_character(), UXTW));
668 __ Mov(x10, map);
669 __ Ldrb(w10, MemOperand(x10, current_character(), UXTW));
757 __ Mov(x10, stack_limi
1464 __ Cmp(backtrack_stackpointer(), x10); local
[all...]
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc539 EmitIdenticalObjectComparison(masm, lhs, rhs, x10, d0, &slow, cond,
586 Register rhs_map = x10;
636 __ IncrementCounter(isolate()->counters()->string_compare_native(), 1, x10,
639 StringHelper::GenerateFlatOneByteStringEquals(masm, lhs, rhs, x10, x11,
642 StringHelper::GenerateCompareFlatOneByteStrings(masm, lhs, rhs, x10, x11,
665 __ Mov(x10, Smi::FromInt(ncr));
666 __ Push(x10);
751 Register base_tagged = x10;
790 // x10 base_tagged The tagged base (input).
900 // x10 base_tagge
1110 __ EnterExitFrame(save_doubles(), x10, 3); local
1207 __ LeaveExitFrame(save_doubles(), x10, true); local
[all...]
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc121 __ Peek(x10, receiver_offset);
122 __ AssertNotSmi(x10);
123 __ CompareObjectType(x10, x10, x11, FIRST_JS_RECEIVER_TYPE);
149 __ Sub(x10, jssp, locals_count * kPointerSize);
150 __ CompareRoot(x10, Heap::kRealStackLimitRootIndex);
155 __ LoadRoot(x10, Heap::kUndefinedValueRootIndex);
157 __ PushMultipleTimes(x10 , locals_count);
166 __ PushMultipleTimes(x10 , kMaxPushes);
172 __ PushMultipleTimes(x10 , remainin
2648 __ Push(context_register(), x10); local
4730 __ Push(result_register(), x10); local
[all...]
/external/valgrind/VEX/priv/
H A Dguest_arm64_toIR.c70 AA0A014A (orr x10,x10,x10) X3 = client_request ( X4 )
1203 "x8", "x9", "x10", "x11", "x12", "x13", "x14", "x15",
6200 case 0x10: case 0x12: case 0x14: case 0x16:
7064 imm64 <<= 8; imm64 |= (imm8 & 0x10) ? 0xFF : 0x00;
7359 IRTemp x10 = src; local
7362 assign(x11, binop(Iop_InterleaveHI64x2, mkexpr(x10), mkexpr(x10)));
7363 assign(x00, binop(Iop_InterleaveLO64x2, mkexpr(x10), mkexp
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1181 milliseconds

12