HomeSort by relevance Sort by last modified time
    Searched refs:ui2 (Results 1 - 6 of 6) sorted by null

  /external/valgrind/memcheck/tests/
origin4-many.c 41 int ui2 = *p_ui2; local
52 x += (ui1 +ui2 == 0x12345678 ? P : 24);
53 x += (ui1 +ui2 +ui3 == 0x12345678 ? P : 25);
54 x += (ui1 +ui2 +ui3 +ui4 == 0x12345678 ? P : 26);
55 x += (ui1 +ui2 +ui3 +ui4 +ui5 == 0x12345678 ? P : 27);
56 x += (ui1 +ui2 +ui3 +ui4 +ui5 +ui6 == 0x12345678 ? P : 28);
57 x += (ui1 +ui2 +ui3 +ui4 +ui5 +ui6 +ui7 == 0x12345678 ? P : 29);
58 x += (ui1 +ui2 +ui3 +ui4 +ui5 +ui6 +ui7 +ui8 == 0x12345678 ? P : 30);
61 y += (ui1 +ui2 );
62 y += (ui1 +ui2 +ui3 )
    [all...]
  /external/clang/test/CodeGen/
zvector.c 13 volatile vector unsigned int ui, ui2; variable
45 // CHECK: [[VAL:%[^ ]+]] = load volatile <4 x i32>, <4 x i32>* @ui2
47 ui = ui2;
82 // CHECK: [[VAL:%[^ ]+]] = load volatile <4 x i32>, <4 x i32>* @ui2
84 ui = +ui2;
140 // CHECK: [[VAL:%[^ ]+]] = load volatile <4 x i32>, <4 x i32>* @ui2
142 ++ui2;
177 // CHECK: [[VAL:%[^ ]+]] = load volatile <4 x i32>, <4 x i32>* @ui2
179 ui2++;
214 // CHECK: [[VAL:%[^ ]+]] = load volatile <4 x i32>, <4 x i32>* @ui2
1820 si <<= ui2; local
1837 ui <<= ui2; local
2122 si >>= ui2; local
2139 ui >>= ui2; local
    [all...]
  /external/clang/test/Sema/
zvector.c 14 vector unsigned int ui, ui2; variable
55 ui = ui2;
88 uc = ui2; // expected-error {{incompatible type}}
98 bc = ui2; // expected-error {{incompatible type}}
120 bi = (vector bool int)ui2;
137 bs = (vector bool short)ui2;
162 ++ui2;
202 --ui2;
242 ui = +ui2;
268 ui = -ui2;
745 ui <<= ui2; local
845 ui >>= ui2; local
    [all...]
  /frameworks/rs/tests/typecheck/
kernels.rs 69 uint2 ui2;
  /external/mesa3d/src/mesa/vbo/
vbo_attrib_tmp.h 75 static inline float conv_ui2_to_norm_float(unsigned ui2)
77 return (float)(ui2) / 3.0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dvec.h 240 Iu32vec4(unsigned int ui3,unsigned int ui2,unsigned int ui1,unsigned int ui0)
244 _MM_4UDW(2,vec) = ui2;
    [all...]

Completed in 362 milliseconds