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

123

/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 Daccessible-base.cpp13 struct Y2 : X1, A // expected-warning{{direct base 'A' is inaccessible due to ambiguity:\n struct Y2 -> struct X1 -> struct A\n struct Y2 -> struct A}} struct in inherits:X1,A
H A Dexpressions.cpp139 #define Y2 2 macro
140 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}}
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-rtti.cpp25 struct Y2 { virtual void f() {} }; struct
26 struct A2 : Z2, Y2 {};
32 // CHECK-DAG: @"\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], comdat
37 // CHECK-DAG: @"\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], comdat
43 // CHECK-DAG: @"\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" }, comdat
46 // CHECK-DAG: @"\01??_R2Y2@@8" = linkonce_odr constant [2 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Y2@@8", %rtti.BaseClassDescriptor* null], comdat
47 // CHECK-DAG: @"\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" }, comdat
49 // CHECK-DAG: @"\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" }, comdat
152 // X64-DAG: @"\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], comdat
157 // X64-DAG: @"\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...]
H A Dattribute_internal_linkage.cpp73 int &Y2 = A::y2; local
/external/opencv3/modules/cudalegacy/src/cuda/
H A Dbm.cu58 __device__ int cmpBlocks(int X1, int Y1, int X2, int Y2, int2 blockSize)
65 s += ::abs(tex2D(tex_prev, X1 + x, Y1 + y) - tex2D(tex_curr, X2 + x, Y2 + y));
88 int Y2 = Y1 + offY;
92 if (0 <= X2 && X2 <= maxX && 0 <= Y2 && Y2 <= maxY)
93 dist = cmpBlocks(X1, Y1, X2, Y2, blockSize);
110 Y2 = Y1 + dy;
112 if (0 <= X2 && X2 <= maxX && 0 <= Y2 && Y2 <= maxY)
114 const int tmpDist = cmpBlocks(X1, Y1, X2, Y2, blockSiz
[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.cpp70 struct Y2 { struct
81 Z1<Y2<X2>::value> x2;
82 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();
/external/opencv3/modules/calib3d/src/
H A Dp3p.h17 double mu2, double mv2, double X2, double Y2, double Z2);
21 double mu2, double mv2, double X2, double Y2, double Z2,
52 double X2, double Y2, double Z2,
H A Dp3p.cpp61 double mu2, double mv2, double X2, double Y2, double Z2,
66 int n = solve(Rs, ts, mu0, mv0, X0, Y0, Z0, mu1, mv1, X1, Y1, Z1, mu2, mv2, X2, Y2, Z2);
98 double mu2, double mv2, double X2, double Y2, double Z2)
119 distances[0] = sqrt( (X1 - X2) * (X1 - X2) + (Y1 - Y2) * (Y1 - Y2) + (Z1 - Z2) * (Z1 - Z2) );
120 distances[1] = sqrt( (X0 - X2) * (X0 - X2) + (Y0 - Y2) * (Y0 - Y2) + (Z0 - Z2) * (Z0 - Z2) );
148 if (!align(M_orig, X0, Y0, Z0, X1, Y1, Z1, X2, Y2, Z2, R[nb_solutions], t[nb_solutions]))
264 double X2, double Y2, double Z2,
271 C_start[1] = (Y0 + Y1 + Y2) /
58 solve(double R[3][3], double t[3], double mu0, double mv0, double X0, double Y0, double Z0, double mu1, double mv1, double X1, double Y1, double Z1, double mu2, double mv2, double X2, double Y2, double Z2, double mu3, double mv3, double X3, double Y3, double Z3) argument
95 solve(double R[4][3][3], double t[4][3], double mu0, double mv0, double X0, double Y0, double Z0, double mu1, double mv1, double X1, double Y1, double Z1, double mu2, double mv2, double X2, double Y2, double Z2) argument
261 align(double M_end[3][3], double X0, double Y0, double Z0, double X1, double Y1, double Z1, double X2, double Y2, double Z2, double R[3][3], double T[3]) argument
[all...]
/external/clang/test/CXX/over/over.over/
H A Dp1.cpp86 template<int (&)(int)> struct Y2 { }; struct
93 Y2<f0> y2;
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
H A DMSOutlookKeyIdCalculator.java263 private static final int Y2 = 0x6ed9eba1; field in class:MSOutlookKeyIdCalculator.SHA1Digest
341 // E = rotateLeft(A, 5) + h(B, C, D) + E + X[idx++] + Y2
343 E += (A << 5 | A >>> 27) + h(B, C, D) + X[idx++] + Y2;
346 D += (E << 5 | E >>> 27) + h(A, B, C) + X[idx++] + Y2;
349 C += (D << 5 | D >>> 27) + h(E, A, B) + X[idx++] + Y2;
352 B += (C << 5 | C >>> 27) + h(D, E, A) + X[idx++] + Y2;
355 A += (B << 5 | B >>> 27) + h(C, D, E) + X[idx++] + Y2;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DSHA1Digest.java152 private static final int Y2 = 0x6ed9eba1; field in class:SHA1Digest
230 // E = rotateLeft(A, 5) + h(B, C, D) + E + X[idx++] + Y2
232 E += (A << 5 | A >>> 27) + h(B, C, D) + X[idx++] + Y2;
235 D += (E << 5 | E >>> 27) + h(A, B, C) + X[idx++] + Y2;
238 C += (D << 5 | D >>> 27) + h(E, A, B) + X[idx++] + Y2;
241 B += (C << 5 | C >>> 27) + h(D, E, A) + X[idx++] + Y2;
244 A += (B << 5 | B >>> 27) + h(C, D, E) + X[idx++] + Y2;
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
H A DSprite.java146 vertices[Y2] = y2;
173 vertices[Y2] = y2;
244 vertices[Y2] += yAmount;
262 vertices[Y2] += yAmount;
446 vertices[Y2] = y2;
465 vertices[Y2] = y2;
498 miny = miny > vertices[Y2] ? vertices[Y2] : miny;
502 maxy = maxy < vertices[Y2] ? vertices[Y2]
[all...]
/external/llvm/unittests/IR/
H A DDominatorTreeTest.cpp38 Instruction *Y2 = &*BBI++; variable
114 EXPECT_TRUE(DT->dominates(Y1, Y2));
115 EXPECT_FALSE(DT->dominates(Y2, Y1));
116 EXPECT_FALSE(DT->dominates(Y2, Y2));
129 EXPECT_TRUE(DT->dominates(Y2, Y9));
/external/boringssl/src/crypto/bn/asm/
H A Drsaz-avx2.pl119 my $Y2="%ymm13";
282 $TEMP2=$Y2;
428 $TEMP4 = $Y2;
495 vmovd %eax, $Y2
496 vpbroadcastq $Y2, $Y2
535 vpmuludq 32*1-8-128($np), $Y2, $TEMP2 # see above
540 vpmuludq 32*2-8-128($np), $Y2, $TEMP0 # see above
548 vpmuludq $Y2, $TEMP1, $TEMP1
552 vpmuludq $Y2,
[all...]
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/decals/
H A DDecal.java434 y = (vertices[Y2] + ty) * scale.y;
438 vertices[Y2] = rotation.w * y + rotation.z * x - rotation.x * z;
443 y = vertices[Y2];
446 vertices[Y2] = w * rotation.y + y * rotation.w + z * rotation.x - x * rotation.z;
451 vertices[Y2] += position.y - ty;
513 vertices[Y2] = top;
596 public static final int Y2 = 7; field in class:Decal
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP192K1Point.java87 SecP192K1FieldElement X2 = (SecP192K1FieldElement)b.getXCoord(), Y2 = (SecP192K1FieldElement)b.getYCoord();
103 S2 = Y2.x;
114 SecP192K1Field.multiply(S2, Y2.x, S2);

Completed in 643 milliseconds

123