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

12

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
H A Dp1.cpp19 wchar_t x6[] = { L"hello" }; variable
20 extern wchar_t x6[6];
/external/clang/test/SemaCXX/
H A Ddependent-types.cpp11 int x6[Size]; local
H A Dattr-selectany.cpp18 static __declspec(selectany) int x6 = 2; // expected-error{{'selectany' can only be applied to data items with external linkage}} variable
H A Dwarn-loop-analysis.cpp149 int x6; variable
152 for (;x6;);
/external/clang/test/Frontend/
H A Dbackend-diagnostic.c28 int x5, int x6, int x7, int x8, int x9) {
30 "r" (x4),"r" (x5),"r" (x6),"r" (x7),"r" (x8),"r" (x9));
27 inlineAsmError(int x0, int x1, int x2, int x3, int x4, int x5, int x6, int x7, int x8, int x9) argument
/external/ceres-solver/include/ceres/
H A Dnumeric_diff_functor.h194 const double* x6,
196 return functor_(x0, x1, x2, x3, x4, x5, x6, residuals);
205 const double* x6,
208 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, residuals);
217 const double* x6,
221 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, residuals);
230 const double* x6,
235 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, residuals);
295 const T* x6,
297 return functor_(x0, x1, x2, x3, x4, x5, x6, residual
188 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
199 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
211 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
224 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
289 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, T* residuals) const argument
301 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, T* residuals) const argument
314 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, T* residuals) const argument
328 operator ()(const T* x0, 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, T* residuals) const argument
[all...]
H A Dcost_function_to_functor.h289 const double* x6,
308 parameter_blocks[6] = x6;
318 const double* x6,
338 parameter_blocks[6] = x6;
349 const double* x6,
370 parameter_blocks[6] = x6;
382 const double* x6,
404 parameter_blocks[6] = x6;
553 const JetT* x6,
572 jets[6] = x6;
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
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/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
H A Dsbc_dct.c87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; local
98 x6 = (pInVect[10] - pInVect[14])>>1;
106 /* rearrangement of x2 and x6 as in (15) */
107 x2 -=x6;
108 x6 <<= 1 ;
110 /* 2-point IDCT of x2 and x6 and post-multiplication as in (15) */
111 SBC_IDCT_MULT(SBC_COS_PI_SUR_4,x6, x6); /*x6 = x6 * co
[all...]
/external/ceres-solver/internal/ceres/
H A Dautodiff_cost_function_test.cc101 const T* const x6,
106 cost[0] = *x0 + *x1 + *x2 + *x3 + *x4 + *x5 + *x6 + *x7 + *x8 + *x9;
95 operator ()(const T* const x0, const T* const x1, const T* const x2, const T* const x3, const T* const x4, const T* const x5, const T* const x6, const T* const x7, const T* const x8, const T* const x9, T* cost) const argument
H A Dcost_function_to_functor_test.cc174 const T* x5, const T* x6, T* residuals) const {
176 + x4[0] * x4[0] + x5[0] * x5[0] + x6[0] * x6[0];
178 + x4[1] * x4[1] + x5[1] * x5[1] + x6[1] * x6[1];
187 const T* x5, const T* x6, const T* x7, T* residuals) const {
189 + x4[0] * x4[0] + x5[0] * x5[0] + x6[0] * x6[0] + x7[0] * x7[0];
191 + x4[1] * x4[1] + x5[1] * x5[1] + x6[1] * x6[
173 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, T* residuals) const argument
186 operator ()(const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, T* residuals) const argument
199 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, T* residuals) const argument
215 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, T* residuals) const argument
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
[all...]
H A Dproblem.cc112 double* x6) {
115 x0, x1, x2, x3, x4, x5, x6);
122 double* x6, double* x7) {
125 x0, x1, x2, x3, x4, x5, x6, x7);
132 double* x6, double* x7, double* x8) {
135 x0, x1, x2, x3, x4, x5, x6, x7, x8);
142 double* x6, double* x7, double* x8, double* x9) {
146 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9);
108 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6) argument
118 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7) argument
128 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7, double* x8) argument
138 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7, double* x8, double* x9) argument
H A Dautodiff_test.cc453 const T* x6,
456 pow(*x5, 6) + pow(*x6, 7);
469 const T* x6,
473 pow(*x5, 6) + pow(*x6, 7) + pow(*x7, 8);
486 const T* x6,
491 pow(*x5, 6) + pow(*x6, 7) + pow(*x7, 8) + pow(*x8, 9);
504 const T* x6,
510 pow(*x5, 6) + pow(*x6, 7) + pow(*x7, 8) + pow(*x8, 9) + pow(*x9, 10);
447 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, T* y) const argument
463 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, T* y) const argument
480 operator ()(const T* x0, const T* x1, const T* x2, const T* x3, const T* x4, const T* x5, const T* x6, const T* x7, const T* x8, T* y) const argument
498 operator ()(const T* x0, 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, T* y) const argument
/external/clang/test/ASTMerge/Inputs/
H A Denum1.c42 E6 x6; variable
H A Denum2.c42 E6 x6; variable
H A Dstruct1.c33 struct S6 { int i : 8; unsigned j : 8; } x6; variable in typeref:struct:S6
H A Dstruct2.c30 struct S6 { int i : 8; unsigned j; } x6; variable in typeref:struct:S6
/external/clang/test/Lexer/
H A Dms-extensions.c9 __int64 x6 = 0x42I64; variable
/external/lzma/Asm/x86/
H A D7zAsm.asm48 x6 equ ESI define
77 r6 equ x6
/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
481 x6 = input[1];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
497 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
498 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
506 x6 = ROUND_POWER_OF_TWO((s2 - s6), DCT_CONST_BITS);
516 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
517 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
525 x6 = ROUND_POWER_OF_TWO((s4 - s6), DCT_CONST_BITS);
531 s6 = cospi_16_64 * (x6
[all...]
/external/clang/test/CodeGen/
H A Doverride-layout.c66 void use_X6() { struct X6 x6; x6.b = sizeof(struct X6); }; local
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans8_dspr2.c473 int x0, x1, x2, x3, x4, x5, x6, x7; local
481 x6 = input[1];
484 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7)) {
497 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
498 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
506 x6 = ROUND_POWER_OF_TWO((s2 - s6), DCT_CONST_BITS);
516 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
517 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
525 x6 = ROUND_POWER_OF_TWO((s4 - s6), DCT_CONST_BITS);
531 s6 = cospi_16_64 * (x6
[all...]
/external/chromium_org/base/
H A Dbind_internal.h1835 typename CallbackParamTraits<X6>::ForwardType x6) {
1849 typename CallbackParamTraits<X6>::ForwardType x6)>
1853 CallbackForward(x6));
1875 typename CallbackParamTraits<X6>::ForwardType x6) {
1892 typename CallbackParamTraits<X6>::ForwardType x6)>
1896 CallbackForward(x6));
1916 typename CallbackParamTraits<X6>::ForwardType x6) {
1936 typename CallbackParamTraits<X6>::ForwardType x6)>
1940 CallbackForward(x6));
1958 typename CallbackParamTraits<X6>::ForwardType x6) {
1829 Run(BindStateBase* base, typename CallbackParamTraits<X1>::ForwardType x1, typename CallbackParamTraits<X2>::ForwardType x2, typename CallbackParamTraits<X3>::ForwardType x3, typename CallbackParamTraits<X4>::ForwardType x4, typename CallbackParamTraits<X5>::ForwardType x5, typename CallbackParamTraits<X6>::ForwardType x6) argument
1870 Run(BindStateBase* base, typename CallbackParamTraits<X2>::ForwardType x2, typename CallbackParamTraits<X3>::ForwardType x3, typename CallbackParamTraits<X4>::ForwardType x4, typename CallbackParamTraits<X5>::ForwardType x5, typename CallbackParamTraits<X6>::ForwardType x6) argument
1912 Run(BindStateBase* base, typename CallbackParamTraits<X3>::ForwardType x3, typename CallbackParamTraits<X4>::ForwardType x4, typename CallbackParamTraits<X5>::ForwardType x5, typename CallbackParamTraits<X6>::ForwardType x6) argument
1955 Run(BindStateBase* base, typename CallbackParamTraits<X4>::ForwardType x4, typename CallbackParamTraits<X5>::ForwardType x5, typename CallbackParamTraits<X6>::ForwardType x6) argument
1999 Run(BindStateBase* base, typename CallbackParamTraits<X5>::ForwardType x5, typename CallbackParamTraits<X6>::ForwardType x6) argument
2044 Run(BindStateBase* base, typename CallbackParamTraits<X6>::ForwardType x6) argument
2113 typename Bound6UnwrapTraits::ForwardType x6 = local
2145 Run(BindStateBase* base, typename CallbackParamTraits<X1>::ForwardType x1, typename CallbackParamTraits<X2>::ForwardType x2, typename CallbackParamTraits<X3>::ForwardType x3, typename CallbackParamTraits<X4>::ForwardType x4, typename CallbackParamTraits<X5>::ForwardType x5, typename CallbackParamTraits<X6>::ForwardType x6, typename CallbackParamTraits<X7>::ForwardType x7) argument
2189 Run(BindStateBase* base, typename CallbackParamTraits<X2>::ForwardType x2, typename CallbackParamTraits<X3>::ForwardType x3, typename CallbackParamTraits<X4>::ForwardType x4, typename CallbackParamTraits<X5>::ForwardType x5, typename CallbackParamTraits<X6>::ForwardType x6, typename CallbackParamTraits<X7>::ForwardType x7) argument
2234 Run(BindStateBase* base, typename CallbackParamTraits<X3>::ForwardType x3, typename CallbackParamTraits<X4>::ForwardType x4, typename CallbackParamTraits<X5>::ForwardType x5, typename CallbackParamTraits<X6>::ForwardType x6, typename CallbackParamTraits<X7>::ForwardType x7) argument
2280 Run(BindStateBase* base, typename CallbackParamTraits<X4>::ForwardType x4, typename CallbackParamTraits<X5>::ForwardType x5, typename CallbackParamTraits<X6>::ForwardType x6, typename CallbackParamTraits<X7>::ForwardType x7) argument
2327 Run(BindStateBase* base, typename CallbackParamTraits<X5>::ForwardType x5, typename CallbackParamTraits<X6>::ForwardType x6, typename CallbackParamTraits<X7>::ForwardType x7) argument
2375 Run(BindStateBase* base, typename CallbackParamTraits<X6>::ForwardType x6, typename CallbackParamTraits<X7>::ForwardType x7) argument
2448 typename Bound6UnwrapTraits::ForwardType x6 = local
2498 typename Bound6UnwrapTraits::ForwardType x6 = local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/chacha/
H A Dchacha_vec.c191 register unsigned x0, x1, x2, x3, x4, x5, x6, x7, x8, local
215 x4 = kp[0]; x5 = kp[1]; x6 = kp[2]; x7 = kp[3];
233 QROUND_WORDS( x2, x6,x10,x14)
236 QROUND_WORDS( x1, x6,x11,x12)
263 op[6] = REVW_BE(REVW_BE(ip[6]) ^ (x6 + kp[2]));
/external/jpeg/
H A Djidctintelsse.c113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
135 tmp2 = _mm_shuffle_epi32(row0, 0xAA); /*x6, x4, x6, x4, x6, x4, x6, x4*/ \
144 tmp2 = _mm_madd_epi16(tmp2, * ( __m128i*)(table1+8) ); /*x6*w15+x4*w14, x6*w11+x4*w10, x6*w
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djidctintelsse.c113 __m128i x0, x1, x2, x3, x4, x5, x6, x7; local
122 row0 = _mm_shufflelo_epi16(row0, 0xD8); /*x7, x6, x5, x4, x3, x1, x2, x0*/ \
129 row0 = _mm_shufflehi_epi16(row0, 0xD8); /*x7, x5, x6, x4, x3, x1, x2, x0*/ \
135 tmp2 = _mm_shuffle_epi32(row0, 0xAA); /*x6, x4, x6, x4, x6, x4, x6, x4*/ \
144 tmp2 = _mm_madd_epi16(tmp2, * ( __m128i*)(table1+8) ); /*x6*w15+x4*w14, x6*w11+x4*w10, x6*w
[all...]

Completed in 535 milliseconds

12