HomeSort by relevance Sort by last modified time
    Searched defs:v5 (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/CodeGen/
cxx-value-init.cpp 10 _Complex float v5 = typeof(_Complex float)(); local
mmx-inline-asm.c 9 __m64 v1, v2, v3, v4, v5, v6, v7; local
20 "=&y" (v4), "=&y" (v5), "=&y" (v6), "=y" (v7)
vld_dup.c 12 int64x1x4_t v5; local
46 v5 = vld4_dup_s64(v7);
mangle-windows.c 77 void __vectorcall v5(long long a) {} function
78 // CHECK: define x86_vectorcallcc void @"\01v5@@8"(
79 // X64: define x86_vectorcallcc void @"\01v5@@8"(
vector-alignment.c 38 double __attribute__((vector_size(16), aligned(16))) v5; variable
39 // ALL: @v5 {{.*}}, align 16
attr-mode-vector-types.c 20 vec_t5 v5; local
xcore-abi.c 74 struct x v5 = va_arg (ap, struct x); // typical aggregate type local
75 f(&v5);
  /toolchain/binutils/binutils-2.27/gold/testsuite/
large.c 31 const int v5[0x10000] = { 2 }; variable
42 assert (v5[0] == 2 && v5[0xffff] == 0);
47 assert (&v1 < v3 && &v1 < v4 && &v1 < v5);
48 assert (&v2 < v3 && &v2 < v4 && &v2 < v5);
49 assert (&v6 < v3 && &v6 < v4 && &v6 < v5);
50 assert (&v7 < v3 && &v7 < v4 && &v7 < v5);
55 assert (v3 < v5);
56 assert (v5 < v4);
dwp_test_2.cc 57 char v5[13]; variable
67 // This reuses v5.
dwp_test_2.s 95 .globl v5
97 .type v5, @object
98 .size v5, 13
99 v5: label
965 .string "v5"
1582 .string "v5"
1711 .quad v5
two_file_test_2.cc 58 char v5[13]; variable
68 // This reuses v5.
two_file_test_2_tls.cc 60 char v5[13]; variable
70 // This reuses v5.
two_file_test_2_v1.cc 63 char v5[13]; variable
73 // This reuses v5.
  /external/clang/test/Sema/
vector-assign.c 13 v4ss v5; local
18 v1 = v5; // expected-warning {{incompatible vector types assigning to 'v2s' (vector of 2 'int' values) from 'v4ss' (vector of 4 'short' values)}}
23 v2 = v5; // expected-warning {{incompatible vector types assigning to 'v2u' (vector of 2 'unsigned int' values) from 'v4ss' (vector of 4 'short' values)}}
28 v3 = v5; // expected-error {{assigning to 'v1s' (vector of 1 'int' value) from incompatible type 'v4ss'}}
33 v4 = v5; // expected-warning {{incompatible vector types assigning to 'v2f' (vector of 2 'float' values) from 'v4ss' (vector of 4 'short' values)}}
35 v5 = v1; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2s' (vector of 2 'int' values)}}
36 v5 = v2; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2u' (vector of 2 'unsigned int' values)}}
37 v5 = v3; // expected-error {{assigning to 'v4ss' (vector of 4 'short' values) from incompatible type 'v1s' (vector of 1 'int' value)}}
38 v5 = v4; // expected-warning {{incompatible vector types assigning to 'v4ss' (vector of 4 'short' values) from 'v2f'}}
  /external/clang/test/SemaCXX/
type-convert-construct.cpp 13 int v5 = int; // expected-error {{expected '(' for function-style cast or type construction}} local
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug194.go 13 var v5 = T5{0: 7, 1: 8} var
21 v4[0] != 5 || v4[1] != 6 || v5[0] != 7 || v5[1] != 8 ||
  /prebuilts/go/linux-x86/test/fixedbugs/
bug194.go 13 var v5 = T5{0: 7, 1: 8} var
21 v4[0] != 5 || v4[1] != 6 || v5[0] != 7 || v5[1] != 8 ||
  /external/eigen/test/
sparse_vector.cpp 59 DenseVector v5 = DenseVector::Zero(rows); local
65 v5.coeffRef(i) += v;
67 VERIFY_IS_APPROX(v4,v5);
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
BindingsVersioningTest.java 93 MultiVersionStructV5 v5 = new MultiVersionStructV5(); local
94 v5.fInt32 = 123;
95 v5.fRect = newRect(5);
96 v5.fString = "hello";
97 v5.fArray = new byte[] {10, 9, 8};
104 MultiVersionStruct output = MultiVersionStruct.deserialize(v5.serialize(null));
106 assertEquals(5, v5.getVersion());
  /external/libunwind/tests/
ppc64-test-altivec.c 35 register vector signed int v5; local
125 v5 = vec_init ();
130 vec_nor (v1, vec_add (v2, vec_sub (v3, vec_and (v4, vec_or (v5, v6)))));
146 vec_and (v4, vec_or (v5, vec_xor (v6, v8))))));
160 printf ("v5 - ");
161 vec_print (v5);
  /system/core/libmemtrack/
memtrack_test.c 111 size_t v5; local
127 v5 = DIV_ROUND_UP(memtrack_proc_other_total(p), 1024);
130 if (v1 | v2 | v3 | v4 | v5 | v6) {
132 v1, v2, v3, v4, v5, v6, cmdline);
  /external/capstone/suite/MC/AArch64/
neon-mul-div-instructions.s.cs 17 0xac,0xb4,0x6d,0x4e = sqdmulh v12.8h, v5.8h, v13.8h
20 0xac,0xb4,0x6d,0x6e = sqrdmulh v12.8h, v5.8h, v13.8h
22 0xb5,0xdc,0x2d,0x0e = fmulx v21.2s, v5.2s, v13.2s
  /art/compiler/optimizing/
nodes_vector_test.cc 311 HVecHalvingAdd* v5 = new (GetAllocator()) HVecHalvingAdd( local
327 HVecHalvingAdd* hadd_insns[] = { v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11 };
345 EXPECT_TRUE(!v5->IsRounded());
  /external/clang/test/CXX/class/class.mem/
p1.cpp 49 static int v5; //expected-note{{previous definition is here}} member in struct:S5
50 void v5() { } //expected-error{{redefinition of 'v5' as different kind of symbol}} function in struct:S5
  /external/clang/test/Headers/
stddefneeds.cpp 50 void* v5 = NULL; variable

Completed in 310 milliseconds

1 2 3 4 5 6 7 8