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

/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.c142 struct X10 x10; local
144 x10.y = sizeof(struct X10);
/external/chromium_org/third_party/boringssl/src/crypto/chacha/
H A Dchacha_vec.c192 x9, x10, x11, x12, x13, x14, x15; local
216 x8 = kp[4]; x9 = kp[5]; x10 = kp[6]; x11 = kp[7];
233 QROUND_WORDS( x2, x6,x10,x14)
235 QROUND_WORDS( x0, x5,x10,x15)
267 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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c927 int x10 = input[5]; local
935 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
954 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
955 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
971 x10 = dct_const_round_shift(s2 - s10);
989 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
990 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
1006 x10 = dct_const_round_shift(s10 + s14);
1024 s10 = x10;
1041 x10
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c852 tran_high_t x10 = input[5]; local
870 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
871 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
887 x10 = fdct_round_shift(s2 - s10);
905 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
906 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
922 x10 = fdct_round_shift(s10 + s14);
940 s10 = x10;
957 x10 = s8 - s10;
969 s10 = cospi_16_64 * (x10
[all...]
/external/chromium_org/third_party/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/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/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c927 int x10 = input[5]; local
935 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
954 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
955 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
971 x10 = dct_const_round_shift(s2 - s10);
989 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
990 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
1006 x10 = dct_const_round_shift(s10 + s14);
1024 s10 = x10;
1041 x10
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c651 int x10 = input[5]; local
659 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
678 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
679 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
695 x10 = dct_const_round_shift(s2 - s10);
713 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
714 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
730 x10 = dct_const_round_shift(s10 + s14);
748 s10 = x10;
765 x10
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c811 int x10 = input[5]; local
829 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
830 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
846 x10 = fdct_round_shift(s2 - s10);
864 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
865 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
881 x10 = fdct_round_shift(s10 + s14);
899 s10 = x10;
916 x10 = s8 - s10;
928 s10 = cospi_16_64 * (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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c687 tran_high_t x10 = input[5]; local
695 | x9 | x10 | x11 | x12 | x13 | x14 | x15)) {
714 s10 = x10 * cospi_21_64 + x11 * cospi_11_64;
715 s11 = x10 * cospi_11_64 - x11 * cospi_21_64;
731 x10 = dct_const_round_shift(s2 - s10);
749 s10 = x10 * cospi_20_64 + x11 * cospi_12_64;
750 s11 = x10 * cospi_12_64 - x11 * cospi_20_64;
766 x10 = dct_const_round_shift(s10 + s14);
784 s10 = x10;
801 x10
2106 tran_high_t x10 = input[5]; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c1332 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
1340 x10 = _mm_loadl_epi64((__m128i *)(in1 + 2 * in_p));
1358 x9 = _mm_unpacklo_epi8(x10, x11);
1359 x10 = _mm_unpacklo_epi8(x12, x13);
1365 x13 = _mm_unpacklo_epi16(x10, x11);
1381 x13 = _mm_unpackhi_epi16(x10, x11);
/external/chromium_org/v8/src/arm64/
H A Dregexp-macro-assembler-arm64.cc194 __ Add(x10, code_pointer(), Operand(w10, UXTW));
195 __ Br(x10);
220 __ Add(x10, input_end(), Operand(current_input_offset(), SXTW));
221 __ Cmp(x10, input_start());
231 __ Add(x10, input_end(), Operand(current_input_offset(), SXTW));
232 __ Cmp(x10, input_start());
300 __ Ldp(w11, capture_start_offset, capture_location(start_reg, x10));
426 __ Mov(x10, GetCachedRegister(start_reg));
429 __ Ldp(w11, w10, capture_location(start_reg, x10));
619 __ Mov(x10, ma
1507 __ Cmp(backtrack_stackpointer(), x10); local
[all...]
H A Dcode-stubs-arm64.cc511 EmitIdenticalObjectComparison(masm, lhs, rhs, x10, d0, &slow, cond);
557 Register rhs_map = x10;
607 __ IncrementCounter(isolate()->counters()->string_compare_native(), 1, x10,
610 StringHelper::GenerateFlatOneByteStringEquals(masm, lhs, rhs, x10, x11,
613 StringHelper::GenerateCompareFlatOneByteStrings(masm, lhs, rhs, x10, x11,
638 __ Mov(x10, Smi::FromInt(ncr));
639 __ Push(x10);
723 Register base_tagged = x10;
762 // x10 base_tagged The tagged base (input).
872 // x10 base_tagge
1075 __ EnterExitFrame(save_doubles(), x10, 3); local
1172 __ LeaveExitFrame(save_doubles(), x10, true); local
[all...]
H A Dfull-codegen-arm64.cc130 __ Peek(x10, receiver_offset);
131 __ JumpIfNotRoot(x10, Heap::kUndefinedValueRootIndex, &ok);
133 __ Ldr(x10, GlobalObjectMemOperand());
134 __ Ldr(x10, FieldMemOperand(x10, GlobalObject::kGlobalProxyOffset));
135 __ Poke(x10, receiver_offset);
164 __ Sub(x10, jssp, locals_count * kPointerSize);
165 __ CompareRoot(x10, Heap::kRealStackLimitRootIndex);
170 __ LoadRoot(x10, Heap::kUndefinedValueRootIndex);
172 __ PushMultipleTimes(x10 , locals_coun
2552 __ Push(context_register(), x10); local
4817 __ Push(result_register(), x10); local
[all...]
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_intrin_sse2.c1470 __m128i x8, x9, x10, x11, x12, x13, x14, x15; local
1478 x10 = _mm_loadl_epi64((__m128i *)(in1 + 2 * in_p));
1496 x9 = _mm_unpacklo_epi8(x10, x11);
1497 x10 = _mm_unpacklo_epi8(x12, x13);
1503 x13 = _mm_unpacklo_epi16(x10, x11);
1519 x13 = _mm_unpackhi_epi16(x10, x11);
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c247 SET_INT_VECTOR(0x10, #0xC000, #vgabios_int10_handler)
258 int #0x10 variable
315 cmp bl, #0x10
347 cmp ah, #0x10
467 mov al, #0x10
571 int #0x10
577 int #0x10
670 case 0x10:
671 // All other functions of group AH=0x10 rewritten in assembler
678 case 0x10
3863 mov dl, #0x10 ;; I/O space #0 local
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c723 unsigned char fdpt0[0x10];
724 unsigned char fdpt1[0x10];
1447 int #0x10
1795 while ((inb(0x64) & 0x02) && (--max>0)) outb(0x80, 0x10);
2259 #define ATA_CB_ER_IDNF 0x10 // ATA id not found
2287 #define ATA_CB_STAT_SKC 0x10 // seek complete
2288 #define ATA_CB_STAT_SERV 0x10 // service
2329 #define ATA_CMD_RECALIBRATE 0x10
2365 #define ATA_MODE_USEIRQ 0x10
3720 write_byte(0x40,0x10,read_byt
4014 mov ax, #0x10 ;; 010 000 = 2nd descriptor in table, TI=GDT, RPL=00 local
8711 mov al, #0x10 ;; get CMOS diskette drive type local
[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/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 4761 milliseconds