Searched refs:x2 (Results 1 - 25 of 1796) sorted by relevance

1234567891011>>

/external/clang/test/ASTMerge/Inputs/
H A Dvar1.h1 double x2; variable
H A Dtypedef1.c4 Typedef2 x2; variable
H A Dtypedef2.c4 Typedef2 x2; variable
H A Dvar2.c3 int x2; variable
/external/clang/test/PCH/
H A Dcmdline-include2.h1 enum { x2 }; enumerator in enum:__anon18993
H A Dcmdline-include.c7 int g = x1 + x2;
H A Dchain-external-defs.c24 // XB: @x2 = global i32 19
25 // XB-NOT: @x2 = global i32 19
26 int x2 = 19; variable
H A Dexternal-defs.c8 // RUN: grep "@x2 = global i32 19" %t | count 1
9 int x2 = 19; variable
H A Dexternal-defs.h5 int x2; variable
/external/compiler-rt/lib/builtins/
H A Dpopcountdi2.c22 du_int x2 = (du_int)a; local
23 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL);
25 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL);
27 x2 = (x2 + (x2 >>
[all...]
/external/llvm/test/MC/AArch64/
H A Delf-reloc-addsubimm.s4 add x2, x3, #:lo12:some_label
/external/linux-tools-perf/perf-3.12.0/arch/arm64/lib/
H A Dmemcpy.S26 * x2 - n
32 subs x2, x2, #8
35 subs x2, x2, #8
38 2: adds x2, x2, #4
41 sub x2, x2, #4
43 3: adds x2, x
[all...]
H A Dmemset.S26 * x2 - n
36 subs x2, x2, #8
39 subs x2, x2, #8
41 2: adds x2, x2, #4
43 sub x2, x2, #4
45 3: adds x2, x
[all...]
/external/libhevc/common/arm64/
H A Dihevc_mem_fns.s70 // x2 => num_bytes
86 SUBS x2,x2,#8
100 // x2 => num_bytes
108 SUBS x2,x2,#8
115 SUBS x2,x2,#8
117 CMP x2,#-8
121 ADD x2,x
[all...]
/external/clang/test/CXX/class/class.local/
H A Dp1-0x.cpp7 int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing function 'f'}} member in struct:C
13 int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing lambda expression}} member in struct:C
/external/clang/test/CXX/special/class.copy/
H A Dp33-0x.cpp11 X x2; local
15 return x2;
21 X x2; local
23 throw x2;
36 X x2; local
38 throw x2; // okay
48 T x2; local
50 throw x2; // okay
/external/clang/test/PCH/Inputs/
H A Dchain-external-defs1.h5 int x2; variable
/external/clang/test/Sema/
H A Darray-size.c6 int x2[(unsigned)1073741824]; // expected-error{{array is too large}} local
/external/valgrind/main/memcheck/tests/
H A Dbadrw.c8 short *x2; local
15 x2 = x-4;
22 y2 = *x2;
23 *x2 = y2;
/external/clang/test/CXX/dcl.dcl/dcl.link/
H A Dp7.cpp7 // CHECK: @x2 = external global %struct.X
13 extern "C" X x2;
23 return x2;
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
H A Dp1.cpp7 char x2[] = "hello"; variable
8 extern char x2[6];
/external/clang/test/Index/
H A Dcxx-operator-overload.cpp9 Cls x1, x2, x3; local
10 Cls x4 = x1 + x2 + x3;
/external/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
H A Dhash.pass.cpp27 std::string x2("12345");
30 != f.hash(x2.data(), x2.data() + x2.size()));
34 std::wstring x2(L"12345");
37 != f.hash(x2.data(), x2.data() + x2.size()));
/external/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
H A Dhash.pass.cpp29 std::string x2("12345");
32 != f.hash(x2.data(), x2.data() + x2.size()));
36 std::wstring x2(L"12345");
39 != f.hash(x2.data(), x2.data() + x2.size()));
/external/ceres-solver/examples/
H A Drandom.h50 double x1, x2, w; local
53 x2 = 2.0 * RandDouble() - 1.0;
54 w = x1 * x1 + x2 * x2;

Completed in 397 milliseconds

1234567891011>>