Searched defs:Y1 (Results 1 - 24 of 24) sorted by relevance

/external/clang/test/SemaCXX/
H A Daccessible-base.cpp10 struct Y1 : X1, virtual A struct in inherits:X1,A
H A Ddefault-constructor-initializers.cpp25 struct Y1 { // has no implicit default constructor struct
26 Y1(int);
29 struct Y2 : Y1 {
H A Dvirtual-override.cpp215 template <typename T1, typename T> class Y1 : public Y<T> { virtual T1 f(); }; class in namespace:PR6110
216 Y1<Derived*, Base*> y;
H A Dconstant-expression-cxx11.cpp64 struct Y1 : virtual X {}; struct in namespace:DerivedToVBaseCast
66 struct Z : Y1, Y2 {};
68 static_assert((X*)(Y1*)&z != (X*)(Y2*)&z, "");
/external/clang/test/CXX/temp/temp.decls/temp.mem/
H A Dp1.cpp23 struct Y1 { }; // struct in struct:PR6376::X
29 struct Y1 { }; struct in struct:PR6376::X
33 struct Z : public X<T>::template Y1<U> { };
/external/clang/test/CXX/class.access/class.friend/
H A Dp3-cxx0x.cpp7 class Y1 { }; class
9 X0<Y1> x0a;
10 X0<Y1 *> x0b;
16 friend typename T::type; // expected-error{{no type named 'type' in 'Y1'}}
29 X1<Y1> x1c; // expected-note{{in instantiation of template class 'X1<Y1>' requested here}}
/external/clang/test/CXX/over/over.over/
H A Dp1.cpp85 template<float(float)> struct Y1 { }; struct
91 Y1<f0> y1;
92 Y1<&f0> y1a;
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-rtti.cpp19 struct Y1 : W1, virtual V1 {} y1; struct in inherits:W1,V1
69 // CHECK-DAG: @"\01??_R2Y1@@8" = linkonce_odr constant [7 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Y1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@W1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3FA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@A@3EA@X1@@8", %rtti.BaseClassDescriptor* null], comdat
70 // CHECK-DAG: @"\01??_R1A@?0A@EA@Y1@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUY1@@@8" to i8*), i32 5, i32 0, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3Y1@@8" }, comdat
189 // X64-DAG: @"\01??_R2Y1@@8" = linkonce_odr constant [7 x i32] [i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@Y1@@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@W1@@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@V1@@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@X1@@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@V1@@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@X1@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 0], comdat
190 // X64-DAG: @"\01??_R1A@?0A@EA@Y1@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.TypeDescriptor8* @"\01??_R0?AUY1@@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32), i32 5, i32 0, i32 -1, i32 0, i32 64, i32 trunc (i64 sub nuw nsw (i64 ptrtoint (%rtti.ClassHierarchyDescriptor* @"\01??_R3Y1@@8" to i64), i64 ptrtoint (i8* @__ImageBase to i64)) to i32) }, comdat
/external/clang/test/SemaTemplate/
H A Dinstantiate-static-var.cpp47 struct Y1 { struct
70 Z1<Y1<X1>::value> x;
71 int y[Y1<X1>::value];
/external/llvm/unittests/IR/
H A DDominatorTreeTest.cpp37 Instruction *Y1 = BBI++; variable
113 EXPECT_FALSE(DT->dominates(Y1, Y1));
114 EXPECT_TRUE(DT->dominates(Y1, Y2));
115 EXPECT_FALSE(DT->dominates(Y2, Y1));
134 EXPECT_TRUE(DT->dominates(Y1, Y6));
138 EXPECT_FALSE(DT->dominates(Y6, Y1));
141 EXPECT_FALSE(DT->dominates(Y1, BB0));
142 EXPECT_TRUE(DT->dominates(Y1, BB1));
143 EXPECT_TRUE(DT->dominates(Y1, BB
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/
H A DMSOutlookKeyIdCalculator.java262 private static final int Y1 = 0x5a827999; field in class:MSOutlookKeyIdCalculator.SHA1Digest
318 // E = rotateLeft(A, 5) + f(B, C, D) + E + X[idx++] + Y1
320 E += (A << 5 | A >>> 27) + f(B, C, D) + X[idx++] + Y1;
323 D += (E << 5 | E >>> 27) + f(A, B, C) + X[idx++] + Y1;
326 C += (D << 5 | D >>> 27) + f(E, A, B) + X[idx++] + Y1;
329 B += (C << 5 | C >>> 27) + f(D, E, A) + X[idx++] + Y1;
332 A += (B << 5 | B >>> 27) + f(C, D, E) + X[idx++] + Y1;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DSHA1Digest.java151 private static final int Y1 = 0x5a827999; field in class:SHA1Digest
207 // E = rotateLeft(A, 5) + f(B, C, D) + E + X[idx++] + Y1
209 E += (A << 5 | A >>> 27) + f(B, C, D) + X[idx++] + Y1;
212 D += (E << 5 | E >>> 27) + f(A, B, C) + X[idx++] + Y1;
215 C += (D << 5 | D >>> 27) + f(E, A, B) + X[idx++] + Y1;
218 B += (C << 5 | C >>> 27) + f(D, E, A) + X[idx++] + Y1;
221 A += (B << 5 | B >>> 27) + f(C, D, E) + X[idx++] + Y1;
/external/skia/src/core/
H A DSkLineClipper.cpp36 double Y1 = src[1].fY; local
37 double result = X0 + ((double)Y - Y0) * (X1 - X0) / (Y1 - Y0);
57 double Y1 = src[1].fY; local
58 double result = Y0 + ((double)X - X0) * (Y1 - Y0) / (X1 - X0);
/external/opencv/cv/src/
H A Dcvoptflowbm.cpp139 int Y1 = 0; local
348 Y1 = 0;
389 icvCopyBM_8u_C1R( imgB + (Y1 + offY)*imgStep + (X1 + offX),
401 icvCopyBM_8u_C1R( imgB + (Y1 + offY) * imgStep + (X1 + offX), imgStep,
433 int Y2 = Y1 + offY + ss[k].y;
467 icvCopyBM_8u_C1R( imgB + Y1 * imgStep + X1, imgStep,
522 Y1 += blockSize.height;
/external/clang/test/CXX/class.access/
H A Dp4.cpp359 struct Y1 { struct in namespace:test14
364 const X &xr = Y1(); // expected-error{{temporary of type 'test14::X' has private destructor}}
/external/libvncserver/x11vnc/
H A Dutil.c82 double rect_overlap(int x1, int y1, int x2, int y2, int X1, int Y1,
670 double rect_overlap(int x1, int y1, int x2, int y2, int X1, int Y1, argument
678 A = nabs((X2 - X1) * (Y2 - Y1));
685 R = sraRgnCreateRect(X1, Y1, X2, Y2);
H A Dscan.c61 int Nx, int Ny, int nx, int ny, int X1, int Y1, int X2, int Y2, int mark);
62 void scale_and_mark_rect(int X1, int Y1, int X2, int Y2, int mark);
779 int Nx, int Ny, int nx, int ny, int X1, int Y1, int X2, int Y2, int mark) {
899 if (Y1 > 0) Y1--;
918 j1 = FLOOR(Y1/dy);
932 for (J=Y1; J < Y2; J++) {
1300 void scale_and_mark_rect(int X1, int Y1, int X2, int Y2, int mark) { argument
1341 scaled_x, scaled_y, X1, Y1, X2, Y2, mark);
777 scale_rect(double factor_x, double factor_y, int blend, int interpolate, int Bpp, char *src_fb, int src_bytes_per_line, char *dst_fb, int dst_bytes_per_line, int Nx, int Ny, int nx, int ny, int X1, int Y1, int X2, int Y2, int mark) argument
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsintrp.c340 X0, Y0, X1, Y1; local
358 Y1 = Y0 + (Input[1] >= 1.0 ? 0 : p->opta[0]);
363 d01 = DENS(X0, Y1);
365 d11 = DENS(X1, Y1);
395 register int X0, X1, Y0, Y1; local
416 Y1 = Y0 + (Input[1] == 0xFFFFU ? 0 : p->opta[0]);
421 d01 = DENS(X0, Y1);
423 d11 = DENS(X1, Y1);
452 X0, Y0, Z0, X1, Y1, Z1; local
475 Y1
526 register int X0, X1, Y0, Y1, Z0, Z1; local
599 X0, Y0, Z0, X1, Y1, Z1; local
702 cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; local
838 cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; local
[all...]
H A Dcmsopt.c834 register cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; local
845 Y0 = Y1 = p8->Y0[g];
853 Y1 = Y0 + ((ry == 0) ? 0 : p ->opta[1]);
865 c2 = DENS(X1, Y1, Z0) - DENS(X1, Y0, Z0);
866 c3 = DENS(X1, Y1, Z1) - DENS(X1, Y1, Z0);
872 c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1);
879 c2 = DENS(X1, Y1, Z1) - DENS(X1, Y0, Z1);
885 c1 = DENS(X1, Y1, Z0) - DENS(X0, Y1, Z
[all...]
/external/opencv/cvaux/src/
H A Dcvtrifocal.cpp2001 double X1,Y1,Z1,W1; local
2010 Y1 = cvmGet(points2,1,i);
2020 y = Y1*P[j];
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8783 int X0, X1, Y0, Y1; local
8790 Y1 = (AM == ISD::PRE_DEC && Swapped) ? -1 : 1;
8792 unsigned Opcode = (Y0 * Y1 < 0) ? ISD::SUB : ISD::ADD;
8796 if (X1 * Y0 * Y1 < 0) CNV = CNV + Offset1;
/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. ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 852 milliseconds