Searched refs:ul2 (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Sema/
H A Dbitfield-promote.c21 unsigned long long ul2 : 50; member in struct:S
33 __typeof(s.ul2 + s.ul2) x_ul2;
H A Dzvector.c18 vector unsigned long long ul, ul2; variable
59 ul = ul2;
89 uc = ul2; // expected-error {{incompatible type}}
99 bc = ul2; // expected-error {{incompatible type}}
124 bl = (vector bool long long)ul2;
141 bi = (vector bool int)ul2;
166 ++ul2;
206 --ul2;
246 ul = +ul2;
272 ul = -ul2;
751 ul <<= ul2; local
851 ul >>= ul2; local
[all...]
/external/clang/test/CodeGen/
H A Dzvector.c17 volatile vector unsigned long long ul, ul2; variable
52 // CHECK: [[VAL:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @ul2
54 ul = ul2;
89 // CHECK: [[VAL:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @ul2
91 ul = +ul2;
147 // CHECK: [[VAL:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @ul2
149 ++ul2;
184 // CHECK: [[VAL:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @ul2
186 ul2++;
221 // CHECK: [[VAL:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @ul2
1855 sl <<= ul2; local
1873 ul <<= ul2; local
2157 sl >>= ul2; local
2175 ul >>= ul2; local
[all...]
/external/fio/
H A Dparse.c456 long ul1, ul2; local
599 ul2 = 0;
601 *ilp = ul2;
732 !check_range_bytes(p2, &ul2, data)) {
734 if (ul1 > ul2) {
737 ul1 = ul2;
738 ul2 = foo;
743 val_store(ilp, ul2, o->off2, 0, data, o);
748 val_store(ilp, ul2, o->off4, 0, data, o);
754 val_store(ilp, ul2,
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DLocaleAliasTest.java150 ULocale ul2 = new ULocale(newLoc.toString());
153 String name2 = ul2.getDisplayName();
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DLocaleAliasTest.java146 ULocale ul2 = new ULocale(newLoc.toString());
149 String name2 = ul2.getDisplayName();

Completed in 859 milliseconds