Home
last modified time | relevance | path

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

123

/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}}
Dexpressions.cpp134 #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/
Dp10-0x.cpp5 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>;
Dp10.cpp4 template<typename, int> struct Y2;
10 template<template<class, int> class = Y2, template<class> class> class B2t;
/external/llvm/test/Transforms/BBVectorize/X86/
Dsimple-int.ll14 %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
Dsimple.ll9 %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 …]
Dsh-types.ll10 … %Y2 = shufflevector <2 x float> %X2, <2 x float> undef, <4 x i32> <i32 0, i32 1, i32 0, i32 1>
19 %R = fmul <4 x float> %Y1, %Y2
/external/llvm/test/Transforms/BBVectorize/
Dsimple-int.ll26 %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 …]
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
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 …]
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
/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()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DSHA1Digest.java134 private static final int Y2 = 0x6ed9eba1; field in SHA1Digest
214 E += (A << 5 | A >>> 27) + h(B, C, D) + X[idx++] + Y2; in processBlock()
217 D += (E << 5 | E >>> 27) + h(A, B, C) + X[idx++] + Y2; in processBlock()
220 C += (D << 5 | D >>> 27) + h(E, A, B) + X[idx++] + Y2; in processBlock()
223 B += (C << 5 | C >>> 27) + h(D, E, A) + X[idx++] + Y2; in processBlock()
226 A += (B << 5 | B >>> 27) + h(C, D, E) + X[idx++] + Y2; in processBlock()
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
Drsaz-avx2.pl131 my $Y2="%ymm13";
294 $TEMP2=$Y2;
440 $TEMP4 = $Y2;
507 vmovd %eax, $Y2
508 vpbroadcastq $Y2, $Y2
547 vpmuludq 32*1-8-128($np), $Y2, $TEMP2 # see above
552 vpmuludq 32*2-8-128($np), $Y2, $TEMP0 # see above
560 vpmuludq $Y2, $TEMP1, $TEMP1
564 vpmuludq $Y2, $TEMP2, $TEMP2
570 vpmuludq $Y2, $TEMP0, $TEMP0
[all …]
/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/llvm/unittests/IR/
DDominatorTreeTest.cpp37 Instruction *Y2 = BBI++; in runOnFunction() local
113 EXPECT_TRUE(DT->dominates(Y1, Y2)); in runOnFunction()
114 EXPECT_FALSE(DT->dominates(Y2, Y1)); in runOnFunction()
115 EXPECT_FALSE(DT->dominates(Y2, Y2)); in runOnFunction()
128 EXPECT_TRUE(DT->dominates(Y2, Y9)); in runOnFunction()
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-rtti.cpp25 struct Y2 { virtual void f() {} }; in f() argument
26 struct A2 : Z2, Y2 {};
/external/clang/test/CXX/class.access/class.friend/
Dp3-cxx0x.cpp19 struct Y2 { struct
27 X1<Y2> x1a; argument
/external/llvm/test/Transforms/BBVectorize/xcore/
Dno-vector-registers.ll13 %Y2 = fmul double %X2, %A2
15 %Z2 = fadd double %Y2, %B2
/external/clang/test/CXX/over/over.over/
Dp1.cpp86 template<int (&)(int)> struct Y2 { }; struct
93 Y2<f0> y2;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECPoint.java540 ECFieldElement X2 = b.x, Y2 = b.y; in add() local
546 ECFieldElement dx = X2.subtract(X1), dy = Y2.subtract(Y1); in add()
575 ECFieldElement u1 = Z1IsOne ? Y2 : Y2.multiply(Z1); in add()
623 ECFieldElement dx = X1.subtract(X2), dy = Y1.subtract(Y2); in add()
655 Z1Squared = Z1; U2 = X2; S2 = Y2; in add()
662 S2 = Z1Cubed.multiply(Y2); in add()
904 ECFieldElement X2 = b.x, Y2 = b.y; in twicePlus() local
906 ECFieldElement dx = X2.subtract(X1), dy = Y2.subtract(Y1); in twicePlus()
1290 ECFieldElement Y2 = b.y; in addSimple() local
1294 if (Y1.equals(Y2)) in addSimple()
[all …]

123