/external/clang/test/SemaCXX/ |
D | default-constructor-initializers.cpp | 29 struct Y2 : Y1 { struct 30 Y2(int); 31 Y2(); 34 struct Y3 : public Y2 { 39 Y2 y2;
|
D | typedef-redecl.cpp | 16 typedef int Y2; // expected-note{{declared here}} typedef 17 struct Y2; // expected-error{{definition of type 'Y2' conflicts with typedef of the same name}}
|
D | expressions.cpp | 134 #define Y2 2 in test4() macro 135 bool r2 = X || Y2; // expected-warning {{use of logical '||' with constant operand}} \ in test4()
|
/external/clang/test/CXX/temp/temp.param/ |
D | p10-0x.cpp | 5 template<typename, int> struct Y2; 11 template<template<class> class F = Y2, template<class> class G> using B2t = F<G<int>>; 13 template<int N, int M = 5> using B2n = Y2<int, N + M>; 14 template<int N = 5, int M> using B2n = Y2<int, N + M>;
|
D | p10.cpp | 4 template<typename, int> struct Y2; 10 template<template<class, int> class = Y2, template<class> class> class B2t;
|
/external/llvm/test/Transforms/BBVectorize/X86/ |
D | simple-int.ll | 14 %Y2 = call double @llvm.fma.f64(double %X2, double %A2, double %C2) 16 %Z2 = fadd double %Y2, %B2 28 %Y2 = call double @llvm.fmuladd.f64(double %X2, double %A2, double %C2) 30 %Z2 = fadd double %Y2, %B2 42 %Y2 = call double @llvm.cos.f64(double %X2) 44 %Z2 = fadd double %Y2, %B2 56 %Y2 = call double @llvm.powi.f64(double %X2, i32 %P) 58 %Z2 = fadd double %Y2, %B2 71 %Y2 = call double @llvm.powi.f64(double %X2, i32 %P2) 73 %Z2 = fadd double %Y2, %B2
|
D | simple.ll | 9 %Y2 = fmul double %X2, %A2 11 %Z2 = fadd double %Y2, %B2 28 %Y2 = fmul double %X2, %A2 30 %Z2 = fadd double %Y2, %B2 32 %W2 = fadd double %Y2, %Z2 64 %Y2 = fmul double %X2, %A2 65 %Z1 = fadd double %Y2, %B1 84 %Y2 = fmul double %X2, %A2 85 %Z1 = fadd double %Y2, %B1 87 %W1 = fadd double %Y2, %Z1 [all …]
|
/external/llvm/test/Transforms/BBVectorize/ |
D | simple-int.ll | 26 %Y2 = call double @llvm.fma.f64(double %X2, double %A2, double %C2) 28 %Z2 = fadd double %Y2, %B2 52 %Y2 = call double @llvm.fmuladd.f64(double %X2, double %A2, double %C2) 54 %Z2 = fadd double %Y2, %B2 78 %Y2 = call double @llvm.cos.f64(double %X2) 80 %Z2 = fadd double %Y2, %B2 103 %Y2 = call double @llvm.powi.f64(double %X2, i32 %P) 105 %Z2 = fadd double %Y2, %B2 129 %Y2 = call double @llvm.powi.f64(double %X2, i32 %P2) 131 %Z2 = fadd double %Y2, %B2 [all …]
|
D | simple.ll | 15 %Y2 = fmul double %X2, %A2 18 %Z2 = fadd double %Y2, %B2 39 %Y2 = fmul double %X2, %A2 41 %Z1 = fadd double %Y2, %B1 65 %Y2 = fmul double %X2, %A2 67 %Z1 = fadd double %Y2, %B1 68 %Z2 = fadd double %Y2, %B2 90 %Y2 = fmul double %X2, %A2 113 %Y2 = fmul <2 x float> %X2, %A2 116 %Z2 = fadd <2 x float> %Y2, %B2 [all …]
|
D | simple-tst.ll | 12 %Y2 = fmul ppc_fp128 %X2, %A2 14 %Z2 = fadd ppc_fp128 %Y2, %B2
|
D | req-depth.ll | 9 %Y2 = fmul double %X2, %A2 10 %R = fmul double %Y1, %Y2
|
D | simple-sel.ll | 16 %Y2 = fmul double %X2, %A2 19 %Z2 = select i1 %C2, double %Y2, double %B2 43 %Y2 = fmul double %X2, %A2 50 %Z2 = select i1 %C2, double %Y2, double %B2
|
D | search-limit.ll | 17 %Y2 = fmul double %X2, %A2 23 %mul41 = fmul double %Z1, %Y2 36 %Z2 = fadd double %Y2, %B2
|
/external/llvm/test/TableGen/ |
D | Dag.td | 23 def Y2 : yclass; 30 def VAL2 : C2<Y2>; 33 // CHECK-NEXT: dag d = (X2 Y2) 34 // CHECK-NEXT: dag e = (Y2 X2)
|
/external/boringssl/src/crypto/bn/asm/ |
D | rsaz-avx2.pl | 135 my $Y2="%ymm13"; 298 $TEMP2=$Y2; 444 $TEMP4 = $Y2; 511 vmovd %eax, $Y2 512 vpbroadcastq $Y2, $Y2 551 vpmuludq 32*1-8-128($np), $Y2, $TEMP2 # see above 556 vpmuludq 32*2-8-128($np), $Y2, $TEMP0 # see above 564 vpmuludq $Y2, $TEMP1, $TEMP1 568 vpmuludq $Y2, $TEMP2, $TEMP2 574 vpmuludq $Y2, $TEMP0, $TEMP0 [all …]
|
/external/clang/test/SemaTemplate/ |
D | instantiate-static-var.cpp | 61 struct Y2 { struct 72 Z1<Y2<X2>::value> x2; in Test() argument 73 int y2[Y2<X2>::value]; in Test()
|
/external/llvm/test/Transforms/InstCombine/ |
D | shift-sra.ll | 29 %Y2 = ashr i64 %Y, 63 32 %P = phi i64 [%X2, %T], [%Y2, %F] 47 %Y2 = ashr i64 %Y, 63 50 %P = phi i64 [%X2, %T], [%Y2, %F]
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/ |
D | MSOutlookKeyIdCalculator.java | 263 private static final int Y2 = 0x6ed9eba1; field in MSOutlookKeyIdCalculator.SHA1Digest 343 E += (A << 5 | A >>> 27) + h(B, C, D) + X[idx++] + Y2; in processBlock() 346 D += (E << 5 | E >>> 27) + h(A, B, C) + X[idx++] + Y2; in processBlock() 349 C += (D << 5 | D >>> 27) + h(E, A, B) + X[idx++] + Y2; in processBlock() 352 B += (C << 5 | C >>> 27) + h(D, E, A) + X[idx++] + Y2; in processBlock() 355 A += (B << 5 | B >>> 27) + h(C, D, E) + X[idx++] + Y2; in processBlock()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
D | SHA1Digest.java | 152 private static final int Y2 = 0x6ed9eba1; field in SHA1Digest 232 E += (A << 5 | A >>> 27) + h(B, C, D) + X[idx++] + Y2; in processBlock() 235 D += (E << 5 | E >>> 27) + h(A, B, C) + X[idx++] + Y2; in processBlock() 238 C += (D << 5 | D >>> 27) + h(E, A, B) + X[idx++] + Y2; in processBlock() 241 B += (C << 5 | C >>> 27) + h(D, E, A) + X[idx++] + Y2; in processBlock() 244 A += (B << 5 | B >>> 27) + h(C, D, E) + X[idx++] + Y2; in processBlock()
|
/external/llvm/unittests/IR/ |
D | DominatorTreeTest.cpp | 38 Instruction *Y2 = BBI++; in runOnFunction() local 114 EXPECT_TRUE(DT->dominates(Y1, Y2)); in runOnFunction() 115 EXPECT_FALSE(DT->dominates(Y2, Y1)); in runOnFunction() 116 EXPECT_FALSE(DT->dominates(Y2, Y2)); in runOnFunction() 129 EXPECT_TRUE(DT->dominates(Y2, Y9)); in runOnFunction()
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-rtti.cpp | 25 struct Y2 { virtual void f() {} }; in f() struct 26 struct A2 : Z2, Y2 {};
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p3-cxx0x.cpp | 19 struct Y2 { struct 27 X1<Y2> x1a; argument
|
/external/libvncserver/x11vnc/ |
D | scan.h | 48 int Nx, int Ny, int nx, int ny, int X1, int Y1, int X2, int Y2, int mark); 49 extern void scale_and_mark_rect(int X1, int Y1, int X2, int Y2, int mark);
|
/external/llvm/test/Transforms/BBVectorize/xcore/ |
D | no-vector-registers.ll | 13 %Y2 = fmul double %X2, %A2 15 %Z2 = fadd double %Y2, %B2
|
/external/clang/test/CXX/over/over.over/ |
D | p1.cpp | 86 template<int (&)(int)> struct Y2 { }; struct 93 Y2<f0> y2;
|