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

12

/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/clang/test/SemaCXX/
H A Dattr-selectany.cpp36 __declspec(selectany) auto x8 = Internal(); // expected-error {{'selectany' can only be applied to data items with external linkage}} variable
H A Dnew-delete.cpp196 void f(X8 *x8) { argument
197 delete x8; // expected-error {{member 'operator delete' found in multiple base classes of different types}}
/external/ceres-solver/include/ceres/
H A Dnumeric_diff_functor.h219 const double* x8,
221 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, residuals);
232 const double* x8,
235 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, residuals);
322 const T* x8,
324 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, residuals);
336 const T* x8,
339 return functor_(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, residuals);
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
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
H A Dcost_function_to_functor.h351 const double* x8,
372 parameter_blocks[8] = x8;
384 const double* x8,
406 parameter_blocks[8] = x8;
617 const JetT* x8,
638 jets[8] = x8;
651 const JetT* x8,
673 jets[8] = x8;
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
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
/external/ceres-solver/internal/ceres/
H A Dautodiff_cost_function_test.cc103 const T* const x8,
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.cc200 const T* x5, const T* x6, const T* x7, const T* x8,
204 + x8[0] * x8[0];
207 + x8[1] * x8[1];
216 const T* x5, const T* x6, const T* x7, const T* x8,
220 + x8[0] * x8[0] + x9[0] * x9[0];
223 + x8[1] * x8[
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.cc132 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);
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.cc488 const T* x8,
491 pow(*x5, 6) + pow(*x6, 7) + pow(*x7, 8) + pow(*x8, 9);
506 const T* x8,
510 pow(*x5, 6) + pow(*x6, 7) + pow(*x7, 8) + pow(*x8, 9) + pow(*x9, 10);
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.cc424 double* x6, double* x7, double* x8) {
434 residual_parameters.push_back(x8);
442 double* x6, double* x7, double* x8, double* x9) {
452 residual_parameters.push_back(x8);
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.c39 struct S8 *x8; variable in typeref:struct:S8
H A Dstruct2.c36 struct S8 { int i; float f; } *x8; variable in typeref:struct:S8
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-alg-fst.c42 word8 x8[MAXKC][4]; member in union:__anon21642
45 #define tk xtk.x8
145 word8 x8[16]; member in union:__anon21643
148 #define a xa.x8
149 #define b xb.x8
151 word8 x8[4][4]; member in union:__anon21644
154 #define temp xtemp.x8
310 word8 x8[16]; member in union:__anon21645
313 #define a xa.x8
314 #define b xb.x8
316 word8 x8[4][4]; member in union:__anon21646
[all...]
/external/clang/test/CodeGen/
H A Doverride-layout.c133 union X8 x8; local
135 x8.y = sizeof(union X8);
136 x8.x.x = x8.y;
/external/ltrace/sysdeps/linux-gnu/aarch64/
H A Dfetch.c43 arch_addr_t x8; member in struct:fetch_context
57 context->x8 = 0;
301 * function, would be passed on stack. For those types, x8
304 * x8, so we need to fetch it now.
314 context->x8 = (arch_addr_t) (uintptr_t) context->gregs.regs[8];
337 if (context->x8 != 0) {
338 value_in_inferior(value, context->x8);
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/
H A Dchacha_vec.c214 register unsigned x0, x1, x2, x3, x4, x5, x6, x7, x8, local
239 x8 = kp[4]; x9 = kp[5]; x10 = kp[6]; x11 = kp[7];
254 QROUND_WORDS( x0, x4, x8,x12)
260 QROUND_WORDS( x2, x7, x8,x13)
288 op[8] = REVW_BE(REVW_BE(ip[8]) ^ (x8 + kp[4]));
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c925 int x8 = input[7]; local
934 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8
952 s8 = x8 * cospi_17_64 + x9 * cospi_15_64;
953 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
969 x8 = dct_const_round_shift(s0 - s8);
987 s8 = x8 * cospi_4_64 + x9 * cospi_28_64;
988 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
1004 x8 = dct_const_round_shift(s8 + s12);
1022 s8 = x8;
1039 x8
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_idct.c649 int x8 = input[7]; local
658 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8
676 s8 = x8 * cospi_17_64 + x9 * cospi_15_64;
677 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
693 x8 = dct_const_round_shift(s0 - s8);
711 s8 = x8 * cospi_4_64 + x9 * cospi_28_64;
712 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
728 x8 = dct_const_round_shift(s8 + s12);
746 s8 = x8;
763 x8
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c809 int x8 = input[7]; local
827 s8 = x8 * cospi_17_64 + x9 * cospi_15_64;
828 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
844 x8 = fdct_round_shift(s0 - s8);
862 s8 = x8 * cospi_4_64 + x9 * cospi_28_64;
863 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
879 x8 = fdct_round_shift(s8 + s12);
897 s8 = x8;
914 x8 = s8 + s10;
943 output[1] = - x8;
[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.cpp82 int x8 <= 0; // expected-error {{invalid '<=' at end of declaration; did you mean '='?}} member in namespace:rdar8488464
107 int x8 <= 0; // expected-error {{invalid '<=' at end of declaration; did you mean '='?}} local
108 (void)x8;
129 if (int x8 <= 0) { (void)x8; } // expected-error {{invalid '<=' at end of declaration; did you mean '='?}}
/external/flac/libFLAC/
H A Dbitreader.c548 FLAC__uint32 x8, x32 = 0; local
555 if(!FLAC__bitreader_read_raw_uint32(br, &x8, 8))
557 x32 |= (x8 << 8);
559 if(!FLAC__bitreader_read_raw_uint32(br, &x8, 8))
561 x32 |= (x8 << 16);
563 if(!FLAC__bitreader_read_raw_uint32(br, &x8, 8))
565 x32 |= (x8 << 24);
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c925 int x8 = input[7]; local
934 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8
952 s8 = x8 * cospi_17_64 + x9 * cospi_15_64;
953 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
969 x8 = dct_const_round_shift(s0 - s8);
987 s8 = x8 * cospi_4_64 + x9 * cospi_28_64;
988 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
1004 x8 = dct_const_round_shift(s8 + s12);
1022 s8 = x8;
1039 x8
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c649 int x8 = input[7]; local
658 if (!(x0 | x1 | x2 | x3 | x4 | x5 | x6 | x7 | x8
676 s8 = x8 * cospi_17_64 + x9 * cospi_15_64;
677 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
693 x8 = dct_const_round_shift(s0 - s8);
711 s8 = x8 * cospi_4_64 + x9 * cospi_28_64;
712 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
728 x8 = dct_const_round_shift(s8 + s12);
746 s8 = x8;
763 x8
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c809 int x8 = input[7]; local
827 s8 = x8 * cospi_17_64 + x9 * cospi_15_64;
828 s9 = x8 * cospi_15_64 - x9 * cospi_17_64;
844 x8 = fdct_round_shift(s0 - s8);
862 s8 = x8 * cospi_4_64 + x9 * cospi_28_64;
863 s9 = x8 * cospi_28_64 - x9 * cospi_4_64;
879 x8 = fdct_round_shift(s8 + s12);
897 s8 = x8;
914 x8 = s8 + s10;
943 output[1] = - x8;
[all...]

Completed in 1512 milliseconds

12