/external/clang/test/SemaTemplate/ |
D | undefined-template.cpp | 3 template <class T> struct C1 { struct 21 extern template char C1<int>::s_var_2; argument 22 extern template void C1<int>::s_func_2(); 23 extern template void C1<int>::meth_2(); 24 extern template char C1<int>::s_tvar_2<char>; 25 extern template void C1<int>::s_tfunc_2<char>(); 26 extern template void C1<int>::C2<long>::s_var_2; 27 extern template void C1<int>::C2<long>::s_func_2(); 28 extern template void C1<int>::C2<long>::meth_2(); 29 extern template char C1<int>::C2<long>::s_tvar_2<char>; [all …]
|
/external/libcxx/test/libcxx/debug/containers/ |
D | db_sequence_container_iterators.pass.cpp | 120 Container C1 = makeContainer(3); in EraseIterIter() local 121 iterator it1 = C1.begin(); in EraseIterIter() 122 iterator it1_next = ++C1.begin(); in EraseIterIter() 123 iterator it1_after_next = ++C1.begin(); in EraseIterIter() 125 iterator it1_back = --C1.end(); in EraseIterIter() 128 CHECK_DEBUG_THROWS( C1.erase(it1_next, it1) ); // bad range in EraseIterIter() 130 C1.erase(it1, it1_after_next); in EraseIterIter() 131 CHECK_DEBUG_THROWS( C1.erase(it1) ); in EraseIterIter() 132 CHECK_DEBUG_THROWS( C1.erase(it1_next) ); in EraseIterIter() 134 C1.erase(it1_back); in EraseIterIter() [all …]
|
D | db_string.pass.cpp | 83 Container C1 = makeContainer(N); in PopBack() local 84 iterator it1 = C1.end(); in PopBack() 86 C1.pop_back(); in PopBack() 87 CHECK_DEBUG_THROWS( C1.erase(it1) ); in PopBack() 88 C1.erase(C1.begin(), C1.end()); in PopBack() 89 assert(C1.size() == 0); in PopBack() 90 CHECK_DEBUG_THROWS( C1.pop_back() ); in PopBack()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Row.java | 17 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, 18 Freezable<Row<C0, C1, C2, C3, C4>>{ 25 public static <C0, C1> R2<C0,C1> of(C0 p0, C1 p1) { in of() 26 return new R2<C0,C1>(p0,p1); in of() 28 public static <C0, C1, C2> R3<C0,C1,C2> of(C0 p0, C1 p1, C2 p2) { in of() 29 return new R3<C0,C1,C2>(p0,p1,p2); in of() 31 public static <C0, C1, C2, C3> R4<C0,C1,C2,C3> of(C0 p0, C1 p1, C2 p2, C3 p3) { in of() 32 return new R4<C0,C1,C2,C3>(p0,p1,p2,p3); in of() 34 public static <C0, C1, C2, C3, C4> R5<C0,C1,C2,C3,C4> of(C0 p0, C1 p1, C2 p2, C3 p3, C4 p4) { in of() 35 return new R5<C0,C1,C2,C3,C4>(p0,p1,p2,p3,p4); in of() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Row.java | 21 public class Row<C0, C1, C2, C3, C4> implements java.lang.Comparable, Cloneable, 22 Freezable<Row<C0, C1, C2, C3, C4>>{ 29 public static <C0, C1> R2<C0,C1> of(C0 p0, C1 p1) { in of() 30 return new R2<C0,C1>(p0,p1); in of() 32 public static <C0, C1, C2> R3<C0,C1,C2> of(C0 p0, C1 p1, C2 p2) { in of() 33 return new R3<C0,C1,C2>(p0,p1,p2); in of() 35 public static <C0, C1, C2, C3> R4<C0,C1,C2,C3> of(C0 p0, C1 p1, C2 p2, C3 p3) { in of() 36 return new R4<C0,C1,C2,C3>(p0,p1,p2,p3); in of() 38 public static <C0, C1, C2, C3, C4> R5<C0,C1,C2,C3,C4> of(C0 p0, C1 p1, C2 p2, C3 p3, C4 p4) { in of() 39 return new R5<C0,C1,C2,C3,C4>(p0,p1,p2,p3,p4); in of() [all …]
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_formats.c | 160 C4A(B8G8R8A8_UNORM, BGRA8_UNORM, C2, C1, C0, C3, UNORM, 8_8_8_8, TDV, 1), 161 F3A(B8G8R8X8_UNORM, BGRX8_UNORM, C2, C1, C0, xx, UNORM, 8_8_8_8, TD), 162 C4A(B8G8R8A8_SRGB, BGRA8_SRGB, C2, C1, C0, C3, UNORM, 8_8_8_8, TD, 1), 163 F3A(B8G8R8X8_SRGB, BGRX8_SRGB, C2, C1, C0, xx, UNORM, 8_8_8_8, TD), 164 C4A(R8G8B8A8_UNORM, RGBA8_UNORM, C0, C1, C2, C3, UNORM, 8_8_8_8, TBV, 0), 165 F3A(R8G8B8X8_UNORM, RGBX8_UNORM, C0, C1, C2, xx, UNORM, 8_8_8_8, TB), 166 C4A(R8G8B8A8_SRGB, RGBA8_SRGB, C0, C1, C2, C3, UNORM, 8_8_8_8, TB, 0), 172 ZSB(X24S8_UINT, NONE, C1, C1, C1, xx, UNORM, Z24_S8, T), 173 SZB(S8_UINT_Z24_UNORM, S8_Z24_UNORM, C1, C1, C1, xx, UNORM, S8_Z24, TZ), 177 ZSB(X32_S8X24_UINT, NONE, C1, C1, C1, xx, FLOAT, Z32_S8_X24, T), [all …]
|
/external/libcxxabi/test/ |
D | catch_class_03.pass.cpp | 40 struct C1 struct 45 explicit C1(int id) : B(id-2), id_(id) {count++;} in C1() argument 46 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;} in C1() argument 47 ~C1() {count--;} in ~C1() argument 50 int C1::count = 0; 65 : C1, C2 69 explicit A(int id) : C1(id-1), C2(id-2), id_(id) {count++;} in A() 70 A(const A& a) : C1(a.id_-1), C2(a.id_-2), id_(a.id_) {count++;} in A() 79 assert(C1::count == 0); in f1() 84 assert(C1::count == 1); in f1() [all …]
|
D | catch_class_04.pass.cpp | 40 struct C1 struct 45 explicit C1(int id) : B(id-2), id_(id) {count++;} in C1() argument 46 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;} in C1() argument 47 ~C1() {count--;} in ~C1() argument 50 int C1::count = 0; 65 : C1, C2 69 explicit A(int id) : B(id+3), C1(id-1), C2(id-2), id_(id) {count++;} in A() 70 A(const A& a) : B(a.id_+3), C1(a.id_-1), C2(a.id_-2), id_(a.id_) {count++;} in A() 79 assert(C1::count == 0); in f1() 84 assert(C1::count == 1); in f1() [all …]
|
D | catch_ptr.pass.cpp | 40 struct C1 struct 45 explicit C1(int id) : B(id-2), id_(id) {count++;} in C1() argument 46 C1(const C1& a) : B(a.id_-2), id_(a.id_) {count++;} in C1() argument 47 ~C1() {count--;} in ~C1() argument 50 int C1::count = 0; 65 : C1, C2 69 explicit A(int id) : B(id+3), C1(id-1), C2(id-2), id_(id) {count++;} in A() 70 A(const A& a) : B(a.id_+3), C1(a.id_-1), C2(a.id_-2), id_(a.id_) {count++;} in A() 94 assert(static_cast<const C1*>(a)->id_ == 4); in f2() 99 catch (const C1*) in f2() [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | apint-or.ll | 14 ;; If we have: ((V + N) & C1) | (V & C2) 15 ;; .. and C2 = ~C1 and C2 is 0+1+ and (N & C2) == 0 17 %C1 = xor i39 274877906943, -1 ;; C2 = 274877906943 20 %B = and i39 %A, %C1 34 %C1 = or i43 %NotA, %NotB 35 ret i43 %C1 37 ; CHECK-NEXT: %C1.demorgan = and i43 %A, %B 38 ; CHECK-NEXT: %C1 = xor i43 %C1.demorgan, -1 39 ; CHECK-NEXT: ret i43 %C1 53 ;; If we have: ((V + N) & C1) | (V & C2) [all …]
|
D | apint-xor2.ll | 9 ;; (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0 12 %C1 = xor i447 %A1, %B1 13 ret i447 %C1 47 ;; (A | C1) ^ C2 -> (A | C1) & ~C2 iff (C1&C2) == C2 49 %C1 = xor i1023 %B1, 703687463 50 ret i1023 %C1
|
D | apint-xor1.ll | 8 ;; (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0 11 %C1 = xor i47 %A1, %B1 12 ret i47 %C1 46 ;; (A | C1) ^ C2 -> (A | C1) & ~C2 iff (C1&C2) == C2 48 %C1 = xor i47 %B1, 703687463 49 ret i47 %C1
|
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/ |
D | TimeUnit.java | 20 public long toMicros(long d) { return d/(C1/C0); } in toMicros() 30 public long toNanos(long d) { return x(d, C1/C0, MAX/(C1/C0)); } in toNanos() 32 public long toMillis(long d) { return d/(C2/C1); } in toMillis() 33 public long toSeconds(long d) { return d/(C3/C1); } in toSeconds() 34 public long toMinutes(long d) { return d/(C4/C1); } in toMinutes() 35 public long toHours(long d) { return d/(C5/C1); } in toHours() 36 public long toDays(long d) { return d/(C6/C1); } in toDays() 38 int excessNanos(long d, long m) { return (int)((d*C1) - (m*C2)); } in excessNanos() 42 public long toMicros(long d) { return x(d, C2/C1, MAX/(C2/C1)); } in toMicros() 53 public long toMicros(long d) { return x(d, C3/C1, MAX/(C3/C1)); } in toMicros() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 629 static Constant *getAdd(Constant *C1, Constant *C2, 631 static Constant *getFAdd(Constant *C1, Constant *C2); 632 static Constant *getSub(Constant *C1, Constant *C2, 634 static Constant *getFSub(Constant *C1, Constant *C2); 635 static Constant *getMul(Constant *C1, Constant *C2, 637 static Constant *getFMul(Constant *C1, Constant *C2); 638 static Constant *getUDiv(Constant *C1, Constant *C2, bool isExact = false); 639 static Constant *getSDiv(Constant *C1, Constant *C2, bool isExact = false); 640 static Constant *getFDiv(Constant *C1, Constant *C2); 641 static Constant *getURem(Constant *C1, Constant *C2); [all …]
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.cpp | 722 Constant *C1 = CP1 ? CP1->getOperand(i) : Constant::getNullValue(EltTy); in ConstantFoldSelectInstruction() local 724 Res[i] = c->getZExtValue() ? C1 : C2; in ConstantFoldSelectInstruction() 1002 Constant *C1, Constant *C2) { in ConstantFoldBinaryInstruction() argument 1004 if (C1->getType()->isPPC_FP128Ty()) in ConstantFoldBinaryInstruction() 1008 if (isa<UndefValue>(C1) || isa<UndefValue>(C2)) { in ConstantFoldBinaryInstruction() 1011 if (isa<UndefValue>(C1) && isa<UndefValue>(C2)) in ConstantFoldBinaryInstruction() 1014 return Constant::getNullValue(C1->getType()); in ConstantFoldBinaryInstruction() 1018 return UndefValue::get(C1->getType()); in ConstantFoldBinaryInstruction() 1020 if (isa<UndefValue>(C1) && isa<UndefValue>(C2)) // undef & undef -> undef in ConstantFoldBinaryInstruction() 1021 return C1; in ConstantFoldBinaryInstruction() [all …]
|
/external/swiftshader/third_party/LLVM/test/TableGen/ |
D | MultiClassInherit.td | 4 class C1<int A, string B> { 10 def T : C1<4, "blah">; 13 def S1 : C1<a1, "foo"> { 17 def S2 : C1<a1, "bar">; 21 def S3 : C1<a2, "foo"> { 25 def S4 : C1<a2, "bar">; 29 def S5 : C1<bs1, "moo"> { 33 def S6 : C1<bs1, "baz">; 39 def S7 : C1<bs3, "moo"> { 43 def S8 : C1<bs3, "baz">; [all …]
|
D | DefmInherit.td | 4 class C1<int A, string B> { 10 def T : C1<4, "blah">; 13 def S1 : C1<a, "foo"> { 17 def S2 : C1<a, "bar">; 21 def S3 : C1<a, "moo"> { 25 def S4 : C1<a, "baz">; 30 def T4 : C1<6, "foo">;
|
/external/webrtc/webrtc/base/ |
D | sigslottester.h | 53 template <class A1, class C1> 57 C1* capture1) in SigslotTester1() 72 C1* capture1_; 77 template <class A1, class A2, class C1, class C2> 81 C1* capture1, C2* capture2) in SigslotTester2() 97 C1* capture1_; 103 template <class A1, class A2, class A3, class C1, class C2, class C3> 107 C1* capture1, C2* capture2, C3* capture3) in SigslotTester3() 124 C1* capture1_; 131 template <class A1, class A2, class A3, class A4, class C1, class C2, class C3, [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | apint-xor1.ll | 8 ;; (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0 11 %C1 = xor i47 %A1, %B1 12 ret i47 %C1 46 ;; (A | C1) ^ C2 -> (A | C1) & ~C2 iff (C1&C2) == C2 48 %C1 = xor i47 %B1, 703687463 49 ret i47 %C1
|
D | apint-xor2.ll | 9 ;; (A & C1)^(B & C2) -> (A & C1)|(B & C2) iff C1&C2 == 0 12 %C1 = xor i447 %A1, %B1 13 ret i447 %C1 47 ;; (A | C1) ^ C2 -> (A | C1) & ~C2 iff (C1&C2) == C2 49 %C1 = xor i1023 %B1, 703687463 50 ret i1023 %C1
|
/external/llvm/test/TableGen/ |
D | MultiClassInherit.td | 35 class C1<int A, string B> { 41 def T : C1<4, "blah">; 44 def S1 : C1<a1, "foo"> { 48 def S2 : C1<a1, "bar">; 52 def S3 : C1<a2, "foo"> { 56 def S4 : C1<a2, "bar">; 60 def S5 : C1<bs1, "moo"> { 64 def S6 : C1<bs1, "baz">; 70 def S7 : C1<bs3, "moo"> { 74 def S8 : C1<bs3, "baz">; [all …]
|
/external/boringssl/src/crypto/cipher/asm/ |
D | chacha20_poly1305_x86_64.pl | 86 my ($A0,$A1,$A2,$A3,$B0,$B1,$B2,$B3,$C0,$C1,$C2,$C3,$D0,$D1,$D2,$D3)=map("%xmm$_",(0..15)); 200 movdqa $C0, $C1\n" if ($n ge 2); 251 paddd $state2_store, $C1 312 paddd $D1, $C1 316 pxor $C1, $B1 345 palignr \$$s2, $C1, $C1 531 &xor_stream($A1, $B1, $C1, $D1, "8*16"); 579 &chacha_qr($A1,$B1,$C1,$D1,$T0,"left"); 581 &chacha_qr($A1,$B1,$C1,$D1,$T0,"right");$code.=" 587 &xor_stream($A1, $B1, $C1, $D1, "0*16"); $code.=" [all …]
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
D | p9.cpp | 5 template<char C1, char C2> 10 template<int C1> 11 struct X<C1, C1> { 22 template<unsigned char C1, unsigned char C3> 23 struct int_values<C1, 12, C3> {
|
/external/llvm/include/llvm/IR/ |
D | Constants.h | 878 static Constant *getAdd(Constant *C1, Constant *C2, 880 static Constant *getFAdd(Constant *C1, Constant *C2); 881 static Constant *getSub(Constant *C1, Constant *C2, 883 static Constant *getFSub(Constant *C1, Constant *C2); 884 static Constant *getMul(Constant *C1, Constant *C2, 886 static Constant *getFMul(Constant *C1, Constant *C2); 887 static Constant *getUDiv(Constant *C1, Constant *C2, bool isExact = false); 888 static Constant *getSDiv(Constant *C1, Constant *C2, bool isExact = false); 889 static Constant *getFDiv(Constant *C1, Constant *C2); 890 static Constant *getURem(Constant *C1, Constant *C2); [all …]
|
/external/llvm/lib/IR/ |
D | ConstantFold.cpp | 917 Constant *C1, Constant *C2) { in ConstantFoldBinaryInstruction() argument 921 if (isa<UndefValue>(C1) || isa<UndefValue>(C2)) { in ConstantFoldBinaryInstruction() 924 if (isa<UndefValue>(C1) && isa<UndefValue>(C2)) in ConstantFoldBinaryInstruction() 927 return Constant::getNullValue(C1->getType()); in ConstantFoldBinaryInstruction() 931 return UndefValue::get(C1->getType()); in ConstantFoldBinaryInstruction() 933 if (isa<UndefValue>(C1) && isa<UndefValue>(C2)) // undef & undef -> undef in ConstantFoldBinaryInstruction() 934 return C1; in ConstantFoldBinaryInstruction() 935 return Constant::getNullValue(C1->getType()); // undef & X -> 0 in ConstantFoldBinaryInstruction() 938 if (isa<UndefValue>(C1) && isa<UndefValue>(C2)) in ConstantFoldBinaryInstruction() 939 return C1; in ConstantFoldBinaryInstruction() [all …]
|