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

12

/external/clang/test/SemaCXX/
H A Ddependent-types.cpp12 U<T> x7; // expected-error{{declaration of reference variable 'x7' requires an initializer}} local
H A Dattr-selectany.cpp20 // FIXME: MSVC accepts this and makes x7 externally visible and comdat, but keep
22 static int x7; // expected-note{{previous definition}} variable
23 extern __declspec(selectany) int x7; // expected-warning{{attribute declaration must precede definition}} variable
25 int asdf() { return x7; }
/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.h206 const double* x7,
208 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, residuals);
218 const double* x7,
221 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, residuals);
231 const double* x7,
235 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, residuals);
308 const T* x7,
310 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, residuals);
321 const T* x7,
324 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x
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
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.h319 const double* x7,
339 parameter_blocks[7] = x7;
350 const double* x7,
371 parameter_blocks[7] = x7;
383 const double* x7,
405 parameter_blocks[7] = x7;
584 const JetT* x7,
604 jets[7] = x7;
616 const JetT* x7,
637 jets[7] = x7;
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
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
99 x7 = (pInVect[11] - pInVect[13])>>1;
123 /* rearrangement of x1,x3,x5,x7 as in (15) */
124 x7 <<= 1 ;
125 x5 = ( x5 <<1 ) - x7 ;
135 /* rearrangement of x3 and x7 as in (15) */
136 x3 -= x7;
137 x7 <<= 1 ;
138 SBC_IDCT_MULT(SBC_COS_PI_SUR_4, x7, x7); /*x
[all...]
/external/ceres-solver/internal/ceres/
H A Dautodiff_cost_function_test.cc102 const T* const x7,
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.cc187 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[1] + x7[1] * x7[1];
200 const T* x5, const T* x6, const T* x7, const T* x8,
203 + x4[0] * x4[0] + x5[0] * x5[0] + x6[0] * x6[0] + x7[0] * x7[0]
206 + x4[1] * x4[1] + x5[1] * x5[1] + x6[1] * x6[1] + x7[1] * x7[
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.cc122 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);
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.cc470 const T* x7,
473 pow(*x5, 6) + pow(*x6, 7) + pow(*x7, 8);
487 const T* x7,
491 pow(*x5, 6) + pow(*x6, 7) + pow(*x7, 8) + pow(*x8, 9);
505 const T* x7,
510 pow(*x5, 6) + pow(*x6, 7) + pow(*x7, 8) + pow(*x8, 9) + pow(*x9, 10);
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
H A Dproblem_impl.cc407 double* x6, double* x7) {
416 residual_parameters.push_back(x7);
424 double* x6, double* x7, double* x8) {
433 residual_parameters.push_back(x7);
442 double* x6, double* x7, double* x8, double* x9) {
451 residual_parameters.push_back(x7);
403 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7) argument
420 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
438 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
/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c36 struct S7 { int i : 8; unsigned j : 8; } x7; variable in typeref:struct:S7
H A Dstruct2.c33 struct S7 { int i : 8; unsigned j : 16; } x7; variable in typeref:struct:S7
/external/lzma/Asm/x86/
H A D7zAsm.asm49 x7 equ EDI define
78 r7 equ x7
/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
482 x7 = input[6];
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;
507 x7 = ROUND_POWER_OF_TWO((s3 - s7), DCT_CONST_BITS);
516 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
517 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
526 x7 = ROUND_POWER_OF_TWO((s5 - s7), DCT_CONST_BITS);
531 s6 = cospi_16_64 * (x6 + x7);
[all...]
H A Dvp9_itrans16_dspr2.c924 int x7 = input[6]; local
934 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8
950 s6 = x6 * cospi_13_64 + x7 * cospi_19_64;
951 s7 = x6 * cospi_19_64 - x7 * cospi_13_64;
968 x7 = dct_const_round_shift(s7 + s15);
986 s7 = x7;
1003 x7 = s3 - s7;
1020 s6 = - x6 * cospi_24_64 + x7 * cospi_8_64;
1021 s7 = x6 * cospi_8_64 + x7 * cospi_24_64;
1038 x7
[all...]
/external/clang/test/CodeGen/
H A Doverride-layout.c74 void use_X7() { struct X7 x7; x7.y = x7.x = sizeof(struct X7); } local
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans8_dspr2.c473 int x0, x1, x2, x3, x4, x5, x6, x7; local
482 x7 = input[6];
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;
507 x7 = ROUND_POWER_OF_TWO((s3 - s7), DCT_CONST_BITS);
516 s6 = -cospi_24_64 * x6 + cospi_8_64 * x7;
517 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
526 x7 = ROUND_POWER_OF_TWO((s5 - s7), DCT_CONST_BITS);
531 s6 = cospi_16_64 * (x6 + x7);
[all...]
/external/chromium_org/base/
H A Dbind_internal.h2152 typename CallbackParamTraits<X7>::ForwardType x7) {
2167 typename CallbackParamTraits<X7>::ForwardType x7)>
2171 CallbackForward(x6), CallbackForward(x7));
2195 typename CallbackParamTraits<X7>::ForwardType x7) {
2213 typename CallbackParamTraits<X7>::ForwardType x7)>
2217 CallbackForward(x6), CallbackForward(x7));
2239 typename CallbackParamTraits<X7>::ForwardType x7) {
2260 typename CallbackParamTraits<X7>::ForwardType x7)>
2264 CallbackForward(x6), CallbackForward(x7));
2284 typename CallbackParamTraits<X7>::ForwardType x7) {
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
2424 Run(BindStateBase* base, typename CallbackParamTraits<X7>::ForwardType x7) argument
2500 typename Bound7UnwrapTraits::ForwardType x7 = 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];
234 QROUND_WORDS( x3, x7,x11,x15)
237 QROUND_WORDS( x2, x7, x8,x13)
264 op[7] = REVW_BE(REVW_BE(ip[7]) ^ (x7 + kp[3]));
/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*/ \
137 row0 = _mm_shuffle_epi32(row0, 0xFF); /*x7, x5, x7, x5, x7, x5, x7, x5*/ \
142 row0 = _mm_madd_epi16(row0, * ( __m128i*)(table1+24)); /*x7*w31+x5*w30, x7*w27+x5*w26, x7*w2
[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*/ \
137 row0 = _mm_shuffle_epi32(row0, 0xFF); /*x7, x5, x7, x5, x7, x5, x7, x5*/ \
142 row0 = _mm_madd_epi16(row0, * ( __m128i*)(table1+24)); /*x7*w31+x5*w30, x7*w27+x5*w26, x7*w2
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c541 tran_high_t x7 = input[6]; local
550 s6 = cospi_26_64 * x6 + cospi_6_64 * x7;
551 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
560 x7 = fdct_round_shift(s3 - s7);
569 s6 = - cospi_24_64 * x6 + cospi_8_64 * x7;
570 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
579 x7 = fdct_round_shift(s5 - s7);
584 s6 = cospi_16_64 * (x6 + x7);
585 s7 = cospi_16_64 * (x6 - x7);
590 x7
849 tran_high_t x7 = input[6]; local
[all...]
/external/clang/test/Analysis/
H A Ddead-stores.c562 int x7 = 0, x8 = getInt(); //expected-warning {{Value stored to 'x8' during its initialization is never read}} // expected-warning{{unused variable 'x8'}} // expected-warning{{unused variable 'x7'}} local
/external/clang/test/FixIt/
H A Dfixit.cpp81 int x7 %= 0; // expected-error {{invalid '%=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
105 int x7 %= 0; // expected-error {{invalid '%=' at end of declaration; did you mean '='?}} local
106 (void)x7;
128 if (int x7 %= 0) { (void)x7; } // expected-error {{invalid '%=' at end of declaration; did you mean '='?}}

Completed in 378 milliseconds

12