Home
last modified time | relevance | path

Searched defs:Y (Results 1 – 25 of 2453) sorted by relevance

12345678910>>...99

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/bll_compatibility/
Dextending_rt_traits.cpp106 class Y {}; class
109 Z operator+(const X&, const Y&) { return Z(); } in operator +()
110 Z operator-(const X&, const Y&) { return Z(); } in operator -()
111 X operator*(const X&, const Y&) { return X(); } in operator *()
113 Z operator/(const X&, const Y&) { return Z(); } in operator /()
114 Z operator%(const X&, const Y&) { return Z(); } in operator %()
143 X operator<<(const X&, const Y&) { return X(); } in operator <<()
144 Z operator>>(const X&, const Y&) { return Z(); } in operator >>()
145 Z operator&(const X&, const Y&) { return Z(); } in operator &()
146 Z operator|(const X&, const Y&) { return Z(); } in operator |()
[all …]
/aosp_15_r20/external/clang/test/CXX/class.access/class.friend/
H A Dp9-cxx0x.cpp15 class Y { class
26 template <class T> class Y { class
40 template <class T> class Y { class
44 template class Y<int>; variable
56 template <class T> class Y { class
60 template class Y<float>; // expected-note {{in instantiation}} variable
69 template <class T> class Y { class
80 template <class T> class Y { class
84 template class Y<int>; // expected-note {{in instantiation}} variable
96 template <class T> class Y { class
[all …]
/aosp_15_r20/external/curl/tests/libtest/
H A Dtest.h135 #define exe_easy_init(A,Y,Z) do { \ argument
145 #define chk_easy_init(A,Y,Z) do { \ argument
156 #define exe_multi_init(A,Y,Z) do { \ argument
166 #define chk_multi_init(A,Y,Z) do { \ argument
177 #define exe_easy_setopt(A,B,C,Y,Z) do { \ argument
190 #define chk_easy_setopt(A, B, C, Y, Z) do { \ argument
201 #define exe_multi_setopt(A, B, C, Y, Z) do { \ argument
214 #define chk_multi_setopt(A,B,C,Y,Z) do { \ argument
225 #define exe_multi_add_handle(A,B,Y,Z) do { \ argument
238 #define chk_multi_add_handle(A, B, Y, Z) do { \ argument
[all …]
/aosp_15_r20/external/clang/test/CXX/temp/temp.res/temp.local/
H A Dp6.cpp8 template<typename T> struct Y { // expected-note 18{{declared here}} struct
9 …mplate<typename T> struct A {}; // expected-error {{declaration of 'T' shadows template parameter}}
11 struct B {
14 struct C {
17 struct D {
20 struct E {
23 struct F {
26 struct G {
29 struct H {
32 struct I {
[all …]
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-vtables-virtual-inheritance.cpp62 struct Y : X, A { }; struct
112 struct Y: virtual X { struct
123 Y::Y() {} in Y() function in Test3::Y
162 struct Y : virtual X { struct
206 struct Y : virtual X { struct
221 Y::Y() {} in Y() function in Test7::Y
249 struct Y : virtual A {}; struct
291 struct Y : virtual X { struct
443 struct Y { virtual void g(); }; struct
461 struct Y : X { struct
[all …]
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
H A Dp2-0x.cpp10 struct Y { struct
16 …struct Y<F>::template U<char> k; // expected-error 2{{elaborated type refers to a type alias templ… argument
17 typename Y<F>::template U<char> l; // ok argument
19 template struct Y<Id>; // expected-note {{requested here}} variable
/aosp_15_r20/external/clang/test/Parser/
H A Dcxx-ambig-init-templ.cpp94 static const int Y = 0, Z = 0; member
107 typedef int Y; typedef
134 struct Y {}; struct
135 constexpr int operator,(const Y&, const Y&) { return 8; } in operator ,()
136 constexpr int operator>(const Y&, const Y&) { return 8; } in operator >()
137 constexpr int operator<(const Y&, const Y&) { return 8; } in operator <()
138 constexpr int operator>>(const Y&, const Y&) { return 8; } in operator >>()
/aosp_15_r20/external/clang/test/CXX/temp/temp.res/temp.dep/
H A Dp3.cpp31 int Y; member
35 template<class T> struct Y : T { struct
36 struct B { /* ... */ };
37 B b;
38 void f(int i) { a = i; } in f()
39 Y* p;
84 template<typename T> struct Y : X { struct
85 void g() { in g()
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas-capturing.cpp246 template<class T> struct Y { struct
247 static void f(int, double, ...) { } in f()
249 static void f(const int&, R, ...) { } in f()
251 void foo(R t) { in foo()
273 template<class T> struct Y { struct
274 static void f(int, double, ...) { } in f()
276 static void f(const int&, R, ...) { } in f()
278 void foo(R t) { in foo()
298 template<class T> struct Y { struct
299 static void f(int, double, ...) { } in f()
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/lib/gcc/x86_64-linux/4.8.3/include/
Dsmmintrin.h171 #define _mm_blend_epi16(X, Y, M) \ argument
196 #define _mm_blend_ps(X, Y, M) \ argument
221 #define _mm_blend_pd(X, Y, M) \ argument
254 #define _mm_dp_ps(X, Y, M) \ argument
258 #define _mm_dp_pd(X, Y, M) \ argument
573 #define _mm_mpsadbw_epu8(X, Y, M) \ argument
648 #define _mm_cmpistrm(X, Y, M) \ argument
651 #define _mm_cmpistri(X, Y, M) \ argument
655 #define _mm_cmpestrm(X, LX, Y, LY, M) \ argument
659 #define _mm_cmpestri(X, LX, Y, LY, M) \ argument
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
Dsmmintrin.h171 #define _mm_blend_epi16(X, Y, M) \ argument
196 #define _mm_blend_ps(X, Y, M) \ argument
221 #define _mm_blend_pd(X, Y, M) \ argument
254 #define _mm_dp_ps(X, Y, M) \ argument
258 #define _mm_dp_pd(X, Y, M) \ argument
573 #define _mm_mpsadbw_epu8(X, Y, M) \ argument
648 #define _mm_cmpistrm(X, Y, M) \ argument
651 #define _mm_cmpistri(X, Y, M) \ argument
655 #define _mm_cmpestrm(X, LX, Y, LY, M) \ argument
659 #define _mm_cmpestri(X, LX, Y, LY, M) \ argument
[all …]
/aosp_15_r20/external/clang/test/CodeGen/
H A DBasicInstrs.c6 unsigned int udiv(unsigned int X, unsigned int Y) { in udiv()
9 int sdiv(int X, int Y) { in sdiv()
12 unsigned int urem(unsigned int X, unsigned int Y) { in urem()
15 int srem(int X, int Y) { in srem()
19 _Bool setlt(int X, int Y) { in setlt()
23 _Bool setgt(int X, int Y) { in setgt()
/aosp_15_r20/external/clang/test/CXX/class/class.local/
H A Dp3.cpp8 struct X::Y { in f1() struct in f1::X
9 void f() {} in f1()
17 struct Y { in f2() struct
18 void f() {} in f2()
26 struct Y { in f3() struct
27 …eturn a; } // expected-error{{reference to local variable 'a' declared in enclosing function 'f3'}} in f3()
/aosp_15_r20/frameworks/rs/cpp/
H A DScriptIntrinsicBLAS.cpp184 const sp<Allocation>& X, int incX, const sp<Allocation>& Y, int incY) { in validateGEMV()
214 int incX, float beta, const sp<Allocation>& Y, int incY) { in SGEMV()
225 int incX, double beta, const sp<Allocation>& Y, int incY) { in DGEMV()
236 int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CGEMV()
247 int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZGEMV()
258 … const sp<Allocation>& X, int incX, float beta, const sp<Allocation>& Y, int incY) { in SGBMV()
274 … const sp<Allocation>& X, int incX, double beta, const sp<Allocation>& Y, int incY) { in DGBMV()
290 … const sp<Allocation>& X, int incX, Float2 beta, const sp<Allocation>& Y, int incY) { in CGBMV()
306 … const sp<Allocation>& X, int incX, Double2 beta, const sp<Allocation>& Y, int incY) { in ZGBMV()
629 const sp<Allocation>& X, const sp<Allocation>& Y, int incX, int incY) { in validateSYMV()
[all …]
/aosp_15_r20/external/clang/test/CXX/except/except.spec/
H A Dp5-delayed.cpp3 struct A { struct X { virtual ~X() throw(Y); }; struct Y : X {}; }; struct
4 struct B { struct X { virtual void f() throw(Y); }; struct Y : X { void f() throw(Y); }; }; struct
5 struct C { struct X { virtual void f() throw(Y); }; struct Y : X { void f() throw(); }; }; struct
6 struct D { struct X { virtual void f() throw(Y); }; struct Y : X { void f() noexcept; }; }; struct
7 struct E { struct Y; struct X { virtual Y &operator=(const Y&) throw(Y); }; struct Y : X {}; }; struct
12 struct Y : X { struct
/aosp_15_r20/cts/tests/tests/rscpp/src/android/cts/rscpp/
H A DRSColorMatrixTest.java32 private final int Y = 1024; field in RSColorMatrixTest
34 …native boolean colorMatrixTest(String path, int X, int Y, byte[] input, byte[] output, float[] coe… in colorMatrixTest()
67 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix0() local
97 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix1() local
132 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix2() local
163 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix3() local
194 …colorMatrixTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coef… in testRSColorMatrix4() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dsp_bml_unique_ptr_test.cpp41 struct Y struct
47 Y(): deleted_( false ) in Y() function
52 ~Y() in ~Y() argument
Dsp_unique_ptr_test.cpp42 struct Y struct
48 Y(): deleted_( false ) in Y() function
53 ~Y() in ~Y() argument
Dshared_ptr_test.cpp118 struct Y: public A, public virtual X struct
120 static long instances;
122 Y() in Y() argument
127 ~Y() in ~Y()
1193 struct Y: public A, public virtual X struct
1195 static long instances;
1197 Y() in Y() argument
1202 ~Y() in ~Y()
1670 struct Y: public A, public virtual X struct
1672 static long instances;
[all …]
/aosp_15_r20/external/clang/test/Sema/
H A Dflexible-array-init.c57 struct Y { struct
58 int a:4;
59 int b:4;
60 int c;
61 int d;
62 int e;
63 … // expected-warning{{'struct X' may not be used as an array element due to flexible array member}}
/aosp_15_r20/external/clang/test/SemaObjCXX/
H A Divar-construct.mm2 struct Y { struct
3 Y(); argument
6 ~Y(); // expected-note 3{{declared private here}} field
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function/test/
Dmem_fun_cxx98.cpp17 struct Y { struct
18 Y(int y = 0) : y_(y) {} in Y() argument
19 bool operator==(const Y& rhs) { return y_ == rhs.y_; } in operator ==() argument
26 Y& foo2(Y&) const; argument
Dmem_fun_portable.cpp17 struct Y { struct
18 Y(int y = 0) : y_(y) {} in Y() function
19 bool operator==(const Y& rhs) { return y_ == rhs.y_; } in operator ==() argument
26 Y& foo2(Y&) const; argument
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
H A Dp5.cpp66 struct Y { struct
69 template struct Y<1, char>; argument
70 template struct Y<2, char>; variable
71 template struct Y<1, short>; // expected-note {{instantiation}} variable
72 template struct Y<2, short>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp147 Value *X = Mul.getOperand(0), *Y = Mul.getOperand(1); in foldMulShl1() local
318 Value *X, *Y; in visitMul() local
328 Value *X, *Y; in visitMul() local
350 Value *Y = Op1; in visitMul() local
494 Value *X, *Y; in foldFPSignBitOps() local
558 Value *X, *Y; in visitFMul() local
881 Value *X, *Y, *Z; in foldIDivShl() local
1063 Value *Y; in commonIDivTransforms() local
1148 Value *X, *Y; in takeLog2() local
1193 Value *X, *Y; in narrowUDivURem() local
[all …]

12345678910>>...99