Home
last modified time | relevance | path

Searched refs:Y2 (Results 1 – 25 of 38) sorted by relevance

12

/external/clang/test/SemaCXX/
Ddefault-constructor-initializers.cpp29 struct Y2 : Y1 { struct
30 Y2(int);
31 Y2();
34 struct Y3 : public Y2 {
39 Y2 y2;
Dtypedef-redecl.cpp16 typedef int Y2; // expected-note{{declared here}} typedef
17 struct Y2; // expected-error{{definition of type 'Y2' conflicts with typedef of the same name}}
/external/clang/test/CXX/temp/temp.param/
Dp10-0x.cpp4 template<typename, int> struct Y2;
10 template<template<class> class F = Y2, template<class> class G> using B2t = F<G<int>>;
12 template<int N, int M = 5> using B2n = Y2<int, N + M>;
13 template<int N = 5, int M> using B2n = Y2<int, N + M>;
Dp10.cpp3 template<typename, int> struct Y2;
9 template<template<class, int> class = Y2, template<class> class> class B2t;
Dp11.cpp3 template<typename, int> struct Y2;
Dp2.cpp20 template<class X1 *xptr> struct Y2 { }; struct
Dp12.cpp3 template<typename, int> struct Y2;
/external/llvm/test/TableGen/
DDag.td23 def Y2 : yclass;
30 def VAL2 : C2<Y2>;
33 // CHECK-NEXT: dag d = (X2 Y2)
34 // CHECK-NEXT: dag e = (Y2 X2)
/external/clang/test/SemaTemplate/
Dinstantiate-static-var.cpp61 struct Y2 { struct
72 Z1<Y2<X2>::value> x2; in Test() argument
73 int y2[Y2<X2>::value]; in Test()
Dinstantiate-local-class.cpp7 } Y2; in f0() typedef
9 Y2 y = Y(); in f0()
Dinstantiate-expr-1.cpp164 template<int> struct Y2 { struct
171 template void Y2<3>::f();
/external/llvm/unittests/VMCore/
DDominatorTreeTest.cpp25 Instruction *Y2 = BBI++; in runOnFunction() local
101 EXPECT_TRUE(DT->dominates(Y1, Y2)); in runOnFunction()
102 EXPECT_FALSE(DT->dominates(Y2, Y1)); in runOnFunction()
103 EXPECT_FALSE(DT->dominates(Y2, Y2)); in runOnFunction()
116 EXPECT_TRUE(DT->dominates(Y2, Y9)); in runOnFunction()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DSHA1Digest.java128 private static final int Y2 = 0x6ed9eba1; field in SHA1Digest
208 E += (A << 5 | A >>> 27) + h(B, C, D) + X[idx++] + Y2; in processBlock()
211 D += (E << 5 | E >>> 27) + h(A, B, C) + X[idx++] + Y2; in processBlock()
214 C += (D << 5 | D >>> 27) + h(E, A, B) + X[idx++] + Y2; in processBlock()
217 B += (C << 5 | C >>> 27) + h(D, E, A) + X[idx++] + Y2; in processBlock()
220 A += (B << 5 | B >>> 27) + h(C, D, E) + X[idx++] + Y2; in processBlock()
/external/llvm/test/Transforms/BBVectorize/
Dsimple.ll15 %Y2 = fmul double %X2, %A2
18 %Z2 = fadd double %Y2, %B2
39 %Y2 = fmul double %X2, %A2
41 %Z1 = fadd double %Y2, %B1
64 %Y2 = fmul double %X2, %A2
66 %Z1 = fadd double %Y2, %B1
67 %Z2 = fadd double %Y2, %B2
89 %Y2 = fmul double %X2, %A2
112 %Y2 = fmul <2 x float> %X2, %A2
115 %Z2 = fadd <2 x float> %Y2, %B2
[all …]
Dsimple-int.ll13 %Y2 = call double @llvm.fma.f64(double %X2, double %A2, double %C2)
15 %Z2 = fadd double %Y2, %B2
39 %Y2 = call double @llvm.cos.f64(double %X2)
41 %Z2 = fadd double %Y2, %B2
64 %Y2 = call double @llvm.powi.f64(double %X2, i32 %P)
66 %Z2 = fadd double %Y2, %B2
90 %Y2 = call double @llvm.powi.f64(double %X2, i32 %P2)
92 %Z2 = fadd double %Y2, %B2
Dsimple-tst.ll12 %Y2 = fmul ppc_fp128 %X2, %A2
14 %Z2 = fadd ppc_fp128 %Y2, %B2
Dreq-depth.ll9 %Y2 = fmul double %X2, %A2
10 %R = fmul double %Y1, %Y2
Dsimple-sel.ll16 %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
Dsearch-limit.ll17 %Y2 = fmul double %X2, %A2
23 %mul41 = fmul double %Z1, %Y2
36 %Z2 = fadd double %Y2, %B2
Dsimple3.ll18 %Y2 = fmul double %X2, %A2
22 %Z2 = fadd double %Y2, %B2
/external/llvm/test/Transforms/InstCombine/
Dshift-sra.ll29 %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/clang/test/CXX/class.access/class.friend/
Dp3-cxx0x.cpp19 struct Y2 { struct
27 X1<Y2> x1a; argument
/external/clang/test/CXX/over/over.over/
Dp1.cpp86 template<int (&)(int)> struct Y2 { }; struct
93 Y2<f0> y2;
/external/llvm/test/Transforms/IndVarSimplify/
Dexit_value_tests.ll45 %Y = phi i32 [ 15, %0 ], [ %Y2, %Loop ] ; <i32> [#uses=1]
46 %Y2 = add i32 %Y, %X ; <i32> [#uses=2]
52 ret i32 %Y2
/external/opencv/cv/src/
Dcvoptflowbm.cpp433 int Y2 = Y1 + offY + ss[k].y; in icvCalcOpticalFlowBM_8u32fR() local
437 if( Y2 < 0 ) in icvCalcOpticalFlowBM_8u32fR()
442 if( Y2 + CurrentHeight >= imgSize.height ) in icvCalcOpticalFlowBM_8u32fR()
459 icvCopyBM_8u_C1R( imgB + Y2 * imgStep + X2, in icvCalcOpticalFlowBM_8u32fR()

12