Searched refs:Y2 (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/test/CXX/temp/temp.param/
H A 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>;
H A Dp11.cpp3 template<typename, int> struct Y2;
H A Dp10.cpp4 template<typename, int> struct Y2;
10 template<template<class, int> class = Y2, template<class> class> class B2t;
H A Dp12.cpp3 template<typename, int> struct Y2;
H A Dp2.cpp21 template<class X1 *xptr> struct Y2 { }; struct
/external/clang/test/SemaCXX/
H A Ddefault-constructor-initializers.cpp29 struct Y2 : Y1 { struct in inherits:Y1
30 Y2(int);
31 Y2();
34 struct Y3 : public Y2 {
39 Y2 y2;
H A Dexpressions.cpp134 #define Y2 2 macro
135 bool r2 = X || Y2; // expected-warning {{use of logical '||' with constant operand}} \
H A 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}}
H A Dconstant-expression-cxx11.cpp65 struct Y2 : X {}; struct in namespace:DerivedToVBaseCast
66 struct Z : Y1, Y2 {};
68 static_assert((X*)(Y1*)&z != (X*)(Y2*)&z, "");
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-rtti.cpp25 struct Y2 { virtual void f() {} }; struct
26 struct A2 : Z2, Y2 {};
32 // CHECK: @"\01??_R2B2@@8" = linkonce_odr constant [5 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@B2@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@A2@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@Z2@@8", %rtti.BaseClassDescriptor* @"\01??_R13A@3EA@Y2@@8", %rtti.BaseClassDescriptor* null]
37 // CHECK: @"\01??_R2A2@@8" = linkonce_odr constant [4 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@A2@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Z2@@8", %rtti.BaseClassDescriptor* @"\01??_R13?0A@EA@Y2@@8", %rtti.BaseClassDescriptor* null]
43 // CHECK: @"\01??_R13?0A@EA@Y2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUY2@@@8" to i8*), i32 0, i32 4, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3Y2@@8" }
46 // CHECK: @"\01??_R2Y2@@8" = linkonce_odr constant [2 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Y2@@8", %rtti.BaseClassDescriptor* null]
47 // CHECK: @"\01??_R1A@?0A@EA@Y2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUY2@@@8" to i8*), i32 0, i32 0, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3Y2@@8" }
49 // CHECK: @"\01??_R13A@3EA@Y2@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUY2@@@8" to i8*), i32 0, i32 4, i32 0, i32 4, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3Y2@@8" }
152 // X64: @"\01??_R2B2@@8" = linkonce_odr constant [5 x i32] [i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@B2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@A2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@Z2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R17A@3EA@Y2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 0]
157 // X64: @"\01??_R2A2@@8" = linkonce_odr constant [4 x i32] [i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@A2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Z2@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R17?0A@EA@Y2
[all...]
/external/clang/test/CXX/class.access/class.friend/
H A Dp3-cxx0x.cpp19 struct Y2 { struct
27 X1<Y2> x1a;
/external/clang/test/SemaTemplate/
H A Dinstantiate-static-var.cpp61 struct Y2 { struct
72 Z1<Y2<X2>::value> x2;
73 int y2[Y2<X2>::value];
H A Dinstantiate-expr-1.cpp164 template<int> struct Y2 { struct in namespace:PR6424
171 template void Y2<3>::f();
H A Dinstantiate-local-class.cpp7 } Y2; typedef in typeref:struct:Y
9 Y2 y = Y();
/external/clang/test/CXX/over/over.over/
H A Dp1.cpp86 template<int (&)(int)> struct Y2 { }; struct
93 Y2<f0> y2;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DSHA1Digest.java134 private static final int Y2 = 0x6ed9eba1; field in class:SHA1Digest
212 // E = rotateLeft(A, 5) + h(B, C, D) + E + X[idx++] + Y2
214 E += (A << 5 | A >>> 27) + h(B, C, D) + X[idx++] + Y2;
217 D += (E << 5 | E >>> 27) + h(A, B, C) + X[idx++] + Y2;
220 C += (D << 5 | D >>> 27) + h(E, A, B) + X[idx++] + Y2;
223 B += (C << 5 | C >>> 27) + h(D, E, A) + X[idx++] + Y2;
226 A += (B << 5 | B >>> 27) + h(C, D, E) + X[idx++] + Y2;
/external/llvm/unittests/IR/
H A DDominatorTreeTest.cpp37 Instruction *Y2 = BBI++; local
113 EXPECT_TRUE(DT->dominates(Y1, Y2));
114 EXPECT_FALSE(DT->dominates(Y2, Y1));
115 EXPECT_FALSE(DT->dominates(Y2, Y2));
128 EXPECT_TRUE(DT->dominates(Y2, Y9));
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
H A 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,
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java540 ECFieldElement X2 = b.x, Y2 = b.y;
546 ECFieldElement dx = X2.subtract(X1), dy = Y2.subtract(Y1);
575 ECFieldElement u1 = Z1IsOne ? Y2 : Y2.multiply(Z1);
623 ECFieldElement dx = X1.subtract(X2), dy = Y1.subtract(Y2);
655 Z1Squared = Z1; U2 = X2; S2 = Y2;
662 S2 = Z1Cubed.multiply(Y2);
904 ECFieldElement X2 = b.x, Y2 = b.y;
906 ECFieldElement dx = X2.subtract(X1), dy = Y2.subtract(Y1);
1290 ECFieldElement Y2
[all...]
/external/opencv/cv/src/
H A Dcvoptflowbm.cpp433 int Y2 = Y1 + offY + ss[k].y;
437 if( Y2 < 0 )
442 if( Y2 + CurrentHeight >= imgSize.height )
459 icvCopyBM_8u_C1R( imgB + Y2 * imgStep + X2,
/external/chromium_org/media/base/simd/
H A Dlinear_scale_yuv_to_rgb_mmx.inc112 SCALEY ; Use the above macro to sacle Y2
H A Dlinear_scale_yuv_to_rgb_mmx_x64.asm114 ; Interpolate Y2 if available.
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c3050 wordptr Y2; local
3106 Y2 = L[8];
3118 BitVector_Empty(Y2);
3119 *Y2 = 1;
3148 if (sgn_y) BitVector_Negate(Z,Y2); else BitVector_Copy(Z,Y2);
3173 Y1 = Y2;
3174 Y2 = Y3;
3181 BitVector_Copy(W,Y2);
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 3056 milliseconds

12