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

1 2 3 4

  /external/compiler-rt/lib/asan/tests/
asan_test_utils.h 59 typedef uint16_t U2;
  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 22 union U2 {
27 template<typename T> constexpr int U2<T>::k1 = sizeof(U2<T>);
28 template<typename T> double U2<T>::k2 = 5.3;
30 static_assert(U2<int>::k1 == sizeof(int), "");
31 static_assert(U2<char>::k1 == sizeof(char), "");
p1.cpp 50 union U2 {
  /external/clang/test/SemaCXX/
inherit.cpp 23 union U2 {};
25 class G : public U2 { }; // expected-error{{unions cannot be base classes}}
  /external/libopus/src/
mlp_train.h 64 float U1, U2, S, x;
67 U2 = ((float)rand())/RAND_MAX;
69 U2 = 2*U2-1;
70 S = U1*U1 + U2*U2;
  /prebuilts/go/darwin-x86/test/
sizeof.go 21 U2
24 type U2 struct {
47 if unsafe.Offsetof(t2.U2.C) != 4 {
48 println(unsafe.Offsetof(t2.U2.C), "!= 4")
49 panic("unsafe.Offsetof(t2.U2.C) != 4")
51 if unsafe.Offsetof(p2.U2.C) != 4 {
52 println(unsafe.Offsetof(p2.U2.C), "!= 4")
53 panic("unsafe.Offsetof(p2.U2.C) != 4")
  /prebuilts/go/linux-x86/test/
sizeof.go 21 U2
24 type U2 struct {
47 if unsafe.Offsetof(t2.U2.C) != 4 {
48 println(unsafe.Offsetof(t2.U2.C), "!= 4")
49 panic("unsafe.Offsetof(t2.U2.C) != 4")
51 if unsafe.Offsetof(p2.U2.C) != 4 {
52 println(unsafe.Offsetof(p2.U2.C), "!= 4")
53 panic("unsafe.Offsetof(p2.U2.C) != 4")
  /external/clang/test/CodeGen/
mcu-struct-return.c 13 union U2 {
15 } u2; variable in typeref:union:U2
39 union U2 foo2() { return u2; }
53 union U2 x2 = foo2();
  /external/clang/test/CodeGenCXX/
x86_64-arguments-avx.cpp 38 union U2 {
44 union U2;
  /external/valgrind/memcheck/tests/
sh-mem.c 13 typedef unsigned short U2;
107 assert(2 == sizeof(U2));
211 DO(2, U2, U2, /*isF4*/0);
sh-mem-random.c 14 typedef unsigned short U2;
142 case 1: { // U2
145 *(U2*)(arr+dst) = *(U2*)(arr+src);
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
e.go 91 type U2 struct {
95 // U2.M should appear as method of U2 and as method of U3 only if AllMethods is set.
96 func (*U2) M() {}
99 *U2
102 // U3.N should appear as method of U3 and as method of U2 only if AllMethods is set.
b.go 52 U1, U2, u3, U4, U5 notExported
  /prebuilts/go/linux-x86/src/go/doc/testdata/
e.go 91 type U2 struct {
95 // U2.M should appear as method of U2 and as method of U3 only if AllMethods is set.
96 func (*U2) M() {}
99 *U2
102 // U3.N should appear as method of U3 and as method of U2 only if AllMethods is set.
b.go 52 U1, U2, u3, U4, U5 notExported
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
StringExtras.h 97 unsigned U2 = hexDigitValue(LSB);
98 assert(U1 != -1U && U2 != -1U);
100 return static_cast<uint8_t>((U1 << 4) | U2);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
StringExtras.h 97 unsigned U2 = hexDigitValue(LSB);
98 assert(U1 != -1U && U2 != -1U);
100 return static_cast<uint8_t>((U1 << 4) | U2);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
StringExtras.h 97 unsigned U2 = hexDigitValue(LSB);
98 assert(U1 != -1U && U2 != -1U);
100 return static_cast<uint8_t>((U1 << 4) | U2);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
StringExtras.h 97 unsigned U2 = hexDigitValue(LSB);
98 assert(U1 != -1U && U2 != -1U);
100 return static_cast<uint8_t>((U1 << 4) | U2);
  /prebuilts/go/darwin-x86/src/math/big/
arith_amd64.s 103 U2: // n >= 0
122 JGE U2 // if n >= 0 goto U2
  /prebuilts/go/linux-x86/src/math/big/
arith_amd64.s 103 U2: // n >= 0
122 JGE U2 // if n >= 0 goto U2
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
SecP192K1Point.java 99 int[] U2, S2;
102 U2 = X2.x;
110 U2 = t2;
111 SecP192K1Field.multiply(S2, X2.x, U2);
137 SecP192K1Field.subtract(U1, U2, H);
SecP224K1Point.java 99 int[] U2, S2;
102 U2 = X2.x;
110 U2 = t2;
111 SecP224K1Field.multiply(S2, X2.x, U2);
137 SecP224K1Field.subtract(U1, U2, H);
SecP256K1Point.java 99 int[] U2, S2;
102 U2 = X2.x;
110 U2 = t2;
111 SecP256K1Field.multiply(S2, X2.x, U2);
137 SecP256K1Field.subtract(U1, U2, H);
SecP521R1Point.java 95 int[] U2, S2;
98 U2 = X2.x;
106 U2 = t2;
107 SecP521R1Field.multiply(S2, X2.x, U2);
133 SecP521R1Field.subtract(U1, U2, H);

Completed in 847 milliseconds

1 2 3 4