HomeSort by relevance Sort by last modified time
    Searched defs:X1 (Results 51 - 75 of 144) sorted by null

1 23 4 5 6

  /ndk/tests/device/test-stlport_static-exception/jni/
cleanup2.cpp 30 struct X1 {};
  /external/clang/test/SemaTemplate/
dependent-type-identity.cpp 27 struct X1 {
instantiate-non-type-template-parameter.cpp 49 struct X1 : X0<T> {
50 X1() {}
51 template<typename U> X1(const X1<U> &x) : X0<T>(x) { }
54 X1<int> x1i;
55 X1<float> x1f(x1i);
instantiate-anonymous-union.cpp 81 struct X1 : X0 {
88 template int X1::f<int>();
instantiate-member-pointers.cpp 7 struct X1 {
13 template struct X1<Y>;
14 template struct X1<int>; // expected-note{{instantiation}}
instantiate-template-template-parm.cpp 35 struct X1 { };
39 X1<TT> x1; // expected-error{{has different template parameters}} member in struct:X2
70 template<class T> struct X1
84 template<class T> template<class U> struct X1<T>::Inner
95 X1<double> simplex_;
temp_explicit.cpp 7 template<typename T, typename U = T> class X1 { };
14 template class N::X1<int>;
15 template class ::N::X1<int, float>;
  /external/chromium_org/third_party/skia/src/core/
SkLineClipper.cpp 35 double X1 = src[1].fX;
37 double result = X0 + ((double)Y - Y0) * (X1 - X0) / (Y1 - Y0);
39 // The computed X value might still exceed [X0..X1] due to quantum flux
42 return (float)pin_unsorted(result, X0, X1);
56 double X1 = src[1].fX;
58 double result = Y0 + ((double)X - X0) * (Y1 - Y0) / (X1 - X0);
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
p2.cpp 9 struct X1 {
10 X1<T>(int);
11 (X1<T>)(float);
12 X1 f2();
13 X1 f2(int);
14 X1 f2(float);
18 template<typename T> X1<T>::X1<T>(int) { } // expected-error{{out-of-line constructor for 'X1' cannot have template arguments}}
19 template<typename T> (X1<T>::X1<T>)(float) { } // expected-error{{out-of-line constructor for 'X1' cannot have template arg (…)
    [all...]
  /external/clang/test/CXX/class.access/class.friend/
p3-cxx0x.cpp 15 class X1 {
27 X1<Y2> x1a;
28 X1<Y3> x1b;
29 X1<Y1> x1c; // expected-note{{in instantiation of template class 'X1<Y1>' requested here}}
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
p3.cpp 46 struct X1 { };
52 union X1;
53 friend union X1;
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p8.cpp 105 struct X1 { };
113 struct X1 { };
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p20.cpp 20 struct X1 {
21 X1();
30 new X1<1>; // expected-note{{instantiation}}
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
p1.cpp 71 struct X1 {
78 void X1<T>::template B<U>::f() { }
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2.cpp 42 struct X1 {
  /external/clang/test/CodeGenCXX/
microsoft-abi-rtti.cpp 16 struct X1 { virtual void f() {} };
17 struct V1 : X1 {};
69 // CHECK: @"\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]
74 // CHECK: @"\01??_R2W1@@8" = linkonce_odr constant [4 x %rtti.BaseClassDescriptor*] [%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* null]
78 // CHECK: @"\01??_R2V1@@8" = linkonce_odr constant [3 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@V1@@8", %rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@X1@@8", %rtti.BaseClassDescriptor* null]
80 // CHECK: @"\01??_R1A@?0A@EA@X1@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUX1@@@8" to i8*), i32 0, i32 0, i32 -1, i32 0, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3X1@@8" }
83 // CHECK: @"\01??_R2X1@@8" = linkonce_odr constant [2 x %rtti.BaseClassDescriptor*] [%rtti.BaseClassDescriptor* @"\01??_R1A@?0A@EA@X1@@8", %rtti.BaseClassDescriptor* null]
84 // CHECK: @"\01??_R1A@A@3EA@X1@@8" = linkonce_odr constant %rtti.BaseClassDescriptor { i8* bitcast (%rtti.TypeDescriptor8* @"\01??_R0?AUX1@@@8" to i8*), i32 0, i32 0, i32 0, i32 4, i32 64, %rtti.ClassHierarchyDescriptor* @"\01??_R3X1@@8" }
    [all...]
template-linkage.cpp 34 struct X1 : X0<T> {
38 template<typename T> void X1<T>::blarg() { }
41 extern template struct X1<char>;
43 // CHECK-LABEL: define linkonce_odr void @_ZN2X1IcED1Ev(%struct.X1* %this) unnamed_addr
45 X1<char> i1c;
vtt-layout.cpp 35 class X1 { int i; };
36 class C3 : public X1 { int i; };
54 class X1 { int i; };
55 class C3 : public X1 { int i; };
  /external/clang/test/SemaCXX/
conversion-delete-expr.cpp 71 struct X1 {
77 void f5(X1 x) { delete x; } // OK. In selecting a conversion to pointer function, template convesions are skipped.
default-constructor-initializers.cpp 3 struct X1 { // has no implicit default constructor
4 X1(int);
7 struct X2 : X1 { // expected-note 2 {{'X2' declared here}}
member-pointers-2.cpp 42 struct X1
48 void f(X1 p) {
user-defined-conversions.cpp 71 struct X1 {
72 X1(X1&); // expected-note{{candidate constructor not viable: expects an l-value for 1st argument}}
76 operator X1();
79 int &f(X1);
83 int &ir = f(b); // expected-error{{no viable constructor copying parameter of type 'X1'}}
  /external/scrypt/lib/crypto/
crypto_scrypt-sse.c 87 __m128i X0, X1, X2, X3;
92 X1 = B[1];
99 X1 = _mm_xor_si128(X1, _mm_slli_epi32(T, 7));
100 X1 = _mm_xor_si128(X1, _mm_srli_epi32(T, 25));
101 T = _mm_add_epi32(X1, X0);
104 T = _mm_add_epi32(X2, X1);
112 X1 = _mm_shuffle_epi32(X1, 0x93)
    [all...]
  /external/skia/src/core/
SkLineClipper.cpp 35 double X1 = src[1].fX;
37 double result = X0 + ((double)Y - Y0) * (X1 - X0) / (Y1 - Y0);
39 // The computed X value might still exceed [X0..X1] due to quantum flux
42 return (float)pin_unsorted(result, X0, X1);
56 double X1 = src[1].fX;
58 double result = Y0 + ((double)X - X0) * (Y1 - Y0) / (X1 - X0);
  /external/chromium_org/third_party/freetype/src/autofit/
afwarp.c 175 FT_Int X1, X2;
208 /* get X1 and X2, minimum and maximum in original coordinates */
213 X1 = X2 = points[0].fx;
219 if ( X < X1 )
220 X1 = X;
225 X1 = X2 = segments[0].pos;
231 if ( X < X1 )
232 X1 = X;
238 if ( X1 >= X2 )
241 warper->x1 = FT_MulFix( X1, org_scale ) + org_delta
    [all...]

Completed in 1860 milliseconds

1 23 4 5 6