Searched defs:i6 (Results 1 - 21 of 21) sorted by relevance

/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp5.cpp14 double &i6 = u\ variable
H A Dp6.cpp14 double &i6 = L'a'_x1; // ok variable
/external/clang/test/Sema/
H A Dtentative-decls.c52 extern int i6; // expected-note {{previous declaration is here}}
53 static int i6; // expected-error{{static declaration of 'i6' follows non-static declaration}} local
/external/llvm/test/tools/llvm-nm/X86/
H A Dradix.s53 .type i6,@object # @i6
54 .globl i6
56 i6: label
58 .size i6, 4
211 //CHECK: 0000000000000020 D i6
237 //OCTAL: 0000000000000024 D i6
263 //HEX: 0000000000000014 D i6
/external/libffi/testsuite/libffi.call/
H A Dmany_mixed.c31 long int i6,
34 return ((double) (i1 + i2 + i3 + i4 + i5 + i6) + (f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
14 many(double f1, double f2, long int i1, double f3, double f4, long int i2, double f5, double f6, long int i3, double f7, double f8, long int i4, double f9, double f10, long int i5, double f11, double f12, long int i6, double f13) argument
/external/libnl/lib/route/link/
H A Dinet6.c32 struct inet6_data *i6; local
34 if ((i6 = inet6_alloc(link)))
35 memcpy(i6, data, sizeof(*i6));
37 return i6;
134 struct inet6_data *i6 = data; local
149 i6->i6_flags = nla_get_u32(tb[IFLA_INET6_FLAGS]);
152 nla_memcpy(&i6->i6_cacheinfo, tb[IFLA_INET6_CACHEINFO],
153 sizeof(i6->i6_cacheinfo));
156 nla_memcpy(&i6
266 struct inet6_data *i6 = data; local
[all...]
/external/clang/test/SemaCXX/
H A Dconstant-expression.cpp53 i6 = Struct::seval, member in struct:C
/external/llvm/unittests/ADT/
H A DHashingTest.cpp336 const int i1 = 42, i2 = 43, i3 = 123, i4 = 999, i5 = 0, i6 = 79; local
337 const int arr1[] = { i1, i2, i3, i4, i5, i6 };
345 hash_combine(i1, i2, i3, i4, i5, i6));
/external/toybox/toys/net/
H A Dnetstat.c124 struct {struct {unsigned a, b, c, d;} u; unsigned char b[16];} i6; member in union:__anon26942
132 &num, &laddr.i6.u.a, &laddr.i6.u.b, &laddr.i6.u.c,
133 &laddr.i6.u.d, &lport, &raddr.i6.u.a, &raddr.i6.u.b,
134 &raddr.i6.u.c, &raddr.i6.u.d, &rport, &state, &txq, &rxq,
/external/aac/libFDK/src/
H A DFDK_hybrid.cpp516 FIXP_DBL i1, i6; local
537 i6 = pQmfImag[pReadIdx[6]] >> 2;
541 mHybridImag[0 + invert] = (i6 + i1) << 1;
544 mHybridImag[1 - invert] = (i6 - i1) << 1;
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dtranspose_neon.h793 const uint8x16_t i6, const uint8x16_t i7, uint8x8_t *o0, uint8x8_t *o1,
804 // i6: 60 61 62 63 64 65 66 67 68 69 6A 6B 6C 6D 6E 6F
818 const uint8x16x2_t b3 = vtrnq_u8(i6, i7);
894 const uint8x8_t i6, const uint8x8_t i7, const uint8x8_t i8,
907 // i6 : 60 61 62 63 64 65 66 67
932 const uint8x16_t a6 = vcombine_u8(i6, i14);
1007 const uint8x16_t i6, const uint8x16_t i7, const uint8x16_t i8,
1022 // i6: 60 61 62 63 64 65 66 67 68 69 6A 6B 6C 6D 6E 6F
1052 const uint8x16x2_t b3 = vtrnq_u8(i6, i7);
790 transpose_u8_16x8( const uint8x16_t i0, const uint8x16_t i1, const uint8x16_t i2, const uint8x16_t i3, const uint8x16_t i4, const uint8x16_t i5, const uint8x16_t i6, const uint8x16_t i7, uint8x8_t *o0, uint8x8_t *o1, uint8x8_t *o2, uint8x8_t *o3, uint8x8_t *o4, uint8x8_t *o5, uint8x8_t *o6, uint8x8_t *o7, uint8x8_t *o8, uint8x8_t *o9, uint8x8_t *o10, uint8x8_t *o11, uint8x8_t *o12, uint8x8_t *o13, uint8x8_t *o14, uint8x8_t *o15) argument
891 transpose_u8_8x16( const uint8x8_t i0, const uint8x8_t i1, const uint8x8_t i2, const uint8x8_t i3, const uint8x8_t i4, const uint8x8_t i5, const uint8x8_t i6, const uint8x8_t i7, const uint8x8_t i8, const uint8x8_t i9, const uint8x8_t i10, const uint8x8_t i11, const uint8x8_t i12, const uint8x8_t i13, const uint8x8_t i14, const uint8x8_t i15, uint8x16_t *o0, uint8x16_t *o1, uint8x16_t *o2, uint8x16_t *o3, uint8x16_t *o4, uint8x16_t *o5, uint8x16_t *o6, uint8x16_t *o7) argument
1004 transpose_u8_16x16( const uint8x16_t i0, const uint8x16_t i1, const uint8x16_t i2, const uint8x16_t i3, const uint8x16_t i4, const uint8x16_t i5, const uint8x16_t i6, const uint8x16_t i7, const uint8x16_t i8, const uint8x16_t i9, const uint8x16_t i10, const uint8x16_t i11, const uint8x16_t i12, const uint8x16_t i13, const uint8x16_t i14, const uint8x16_t i15, uint8x16_t *o0, uint8x16_t *o1, uint8x16_t *o2, uint8x16_t *o3, uint8x16_t *o4, uint8x16_t *o5, uint8x16_t *o6, uint8x16_t *o7, uint8x16_t *o8, uint8x16_t *o9, uint8x16_t *o10, uint8x16_t *o11, uint8x16_t *o12, uint8x16_t *o13, uint8x16_t *o14, uint8x16_t *o15) argument
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbatchnorm_expander.cc567 auto i6 = add(HloInstruction::CreateBinary( local
576 scale_times_rsqrt_var_add_epsilon, i6));
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dlayout_optimizer_test.cc343 auto i6 = ops::Identity(s.WithOpName("i6"), mul); local
/external/clang/test/CodeGen/
H A Darm64-arguments.c297 int f38_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, argument
299 // CHECK: define i32 @f38_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, i64 %s1.coerce, i64 %s2.coerce)
308 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
350 int f39_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, argument
352 // CHECK: define i32 @f39_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, i128 %s1.coerce, i128 %s2.coerce)
361 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
405 int f40_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, argument
407 // CHECK: define i32 @f40_stack(i32 %i, i32 %i2, i32 %i3, i32 %i4, i32 %i5, i32 %i6, i32 %i7, i32 %i8, i32 %i9, [2 x i64] %s1.coerce, [2 x i64] %s2.coerce)
416 return s1.i + s2.i + i + i2 + i3 + i4 + i5 + i6 + i7 + i8 + i9 + s1.s + s2.s;
460 int f41_stack(int i, int i2, int i3, int i4, int i5, int i6, in argument
517 f42_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s42_no_align s1, s42_no_align s2) argument
574 f43_stack(int i, int i2, int i3, int i4, int i5, int i6, int i7, int i8, int i9, s43_with_align s1, s43_with_align s2) argument
598 f40_split(int i, int i2, int i3, int i4, int i5, int i6, int i7, s40_no_align s1, s40_no_align s2) argument
610 f41_split(int i, int i2, int i3, int i4, int i5, int i6, int i7, s41_with_align s1, s41_with_align s2) argument
[all...]
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap.pass.cpp43 int i6[] = {0, 1, 0}; local
50 assert(std::is_heap(i6, i6+3) == (std::is_heap_until(i6, i6+3) == i6+3));
H A Dis_heap_comp.pass.cpp44 int i6[] = {0, 1, 0}; local
51 assert(std::is_heap(i6, i6+3, std::greater<int>()) == (std::is_heap_until(i6, i6+3, std::greater<int>()) == i6+3));
H A Dis_heap_until.pass.cpp43 int i6[] = {0, 1, 0}; local
50 assert(std::is_heap_until(i6, i6+3) == i6+1);
H A Dis_heap_until_comp.pass.cpp44 int i6[] = {0, 1, 0}; local
51 assert(std::is_heap_until(i6, i6+3, std::greater<int>()) == i6+3);
/external/python/cpython2/Modules/
H A D_cursesmodule.c2538 int i1=0,i2=0,i3=0,i4=0,i5=0,i6=0,i7=0,i8=0,i9=0; local
2544 &i5, &i6, &i7, &i8, &i9)) {
2548 result = tparm(fmt,i1,i2,i3,i4,i5,i6,i7,i8,i9);
/external/python/cpython3/Modules/
H A D_cursesmodule.c3039 int i1=0,i2=0,i3=0,i4=0,i5=0,i6=0,i7=0,i8=0,i9=0; local
3045 &i5, &i6, &i7, &i8, &i9)) {
3049 result = tparm(fmt,i1,i2,i3,i4,i5,i6,i7,i8,i9);
/external/elfutils/tests/
H A Dfuncretval_test.c16 int i6; int i7; int i8; int i9; int i10; } large_struct2_t; member in struct:__anon6888

Completed in 624 milliseconds