Home
last modified time | relevance | path

Searched refs:Y (Results 1 – 25 of 2074) sorted by relevance

12345678910>>...83

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c95 #define Y 0 macro
115 SF( Y, 50, x, x, Y, Y, Y, Y, x, BRW_SURFACEFORMAT_R32G32B32A32_FLOAT)
116 SF( Y, x, x, x, Y, x, Y, Y, x, BRW_SURFACEFORMAT_R32G32B32A32_SINT)
117 SF( Y, x, x, x, Y, x, Y, Y, x, BRW_SURFACEFORMAT_R32G32B32A32_UINT)
118 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R32G32B32A32_UNORM)
119 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R32G32B32A32_SNORM)
120 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R64G64_FLOAT)
121 SF( Y, 50, x, x, x, x, x, x, x, BRW_SURFACEFORMAT_R32G32B32X32_FLOAT)
122 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R32G32B32A32_SSCALED)
123 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R32G32B32A32_USCALED)
[all …]
/external/clang/test/CodeGenCXX/
Dmangle-ms-back-references-pr13207.cpp3 template<class X, class Y, class Z>
20 template<class X, class Y, class Z>
26 template<class X, class Y>
65 template<class T> class Y {}; class
70 template<class T> class Y {}; class
73 void foo5(NA::Y<NB::Y<NA::Y<NB::Y<NA::X> > > > arg) {} in foo5()
76 void foo11(NA::Y<NA::X>, NB::Y<NA::X>) {} in foo11()
79 void foo112(NA::Y<NA::X>, NB::Y<NB::X>) {} in foo112()
82 void foo22(NA::Y<NB::Y<NA::X> >, NB::Y<NA::Y<NA::X> >) {} in foo22()
94 template<class X, class Y>
[all …]
Dmicrosoft-abi-vtables-virtual-inheritance.cpp62 struct Y : X, A { }; struct
65 struct Z : virtual Y {
112 struct Y: virtual X { struct
113 Y();
123 Y::Y() {} in Y() function in Test3::Y
162 struct Y : virtual X { struct
180 Y y;
181 void use(Y *obj) { obj->h(); } in use()
206 struct Y : virtual X { struct
207 Y();
[all …]
/external/mesa3d/src/glx/
Dglxextensions.c45 #define Y 1 macro
74 { GLX(ARB_create_context), VER(0,0), Y, N, N, N },
75 { GLX(ARB_create_context_profile), VER(0,0), Y, N, N, N },
76 { GLX(ARB_create_context_robustness), VER(0,0), Y, N, N, N },
77 { GLX(ARB_get_proc_address), VER(1,4), Y, N, Y, N },
78 { GLX(ARB_multisample), VER(1,4), Y, Y, N, N },
80 { GLX(EXT_import_context), VER(0,0), Y, Y, N, N },
81 { GLX(EXT_visual_info), VER(0,0), Y, Y, N, N },
82 { GLX(EXT_visual_rating), VER(0,0), Y, Y, N, N },
83 { GLX(EXT_framebuffer_sRGB), VER(0,0), Y, Y, N, N },
[all …]
/external/clang/test/SemaTemplate/
Dnested-template.cpp35 template<typename Y>
38 void f(X, Y);
42 template<typename Y>
43 void Outer<X>::Inner0<Y>::f(X, Y) { in f() argument
47 template<typename Y>
48 struct Outer<X>::Inner1<Y>::ReallyInner {
49 static Y value3;
51 void g(X, Y);
55 template<typename Y>
56 void Outer<X>::Inner1<Y>::ReallyInner::g(X, Y) { in g() argument
[all …]
/external/libvncserver/webclients/novnc/include/web-socket-js/
Dswfobject.js4Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=… argument
/external/clang/test/CXX/class.access/class.friend/
Dp9-cxx0x.cpp15 class Y { class
26 template <class T> class Y { class
33 template <class T> class Y;
37 friend class Y<int>;
40 template <class T> class Y { class
44 template class Y<int>; variable
49 template <class T> class Y;
53 friend class Y<int>;
56 template <class T> class Y { class
60 template class Y<float>; // expected-note {{in instantiation}} variable
[all …]
/external/clang/test/SemaCXX/
Dcxx0x-defaulted-functions.cpp69 struct Y;
70 struct X { X(); X(const Y&); };
71 struct Y { pair<X> p; }; argument
137 struct Y { struct
138 Y() = default;
139 Y(const Y&) = default;
140 Y(Y&&) = default;
141 Y &operator=(const Y&) = default;
142 Y &operator=(Y&&) = default;
143 ~Y() = default;
[all …]
/external/clang/test/CXX/except/except.spec/
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
10 virtual void f() throw(Y); // expected-note {{here}}
12 struct Y : X { struct
/external/curl/tests/libtest/
Dtest.h127 #define exe_easy_init(A,Y,Z) do { \ argument
129 fprintf(stderr, "%s:%d curl_easy_init() failed\n", (Y), (Z)); \
137 #define chk_easy_init(A,Y,Z) do { \ argument
138 exe_easy_init((A), (Y), (Z)); \
148 #define exe_multi_init(A,Y,Z) do { \ argument
150 fprintf(stderr, "%s:%d curl_multi_init() failed\n", (Y), (Z)); \
158 #define chk_multi_init(A,Y,Z) do { \ argument
159 exe_multi_init((A), (Y), (Z)); \
169 #define exe_easy_setopt(A,B,C,Y,Z) do { \ argument
174 (Y), (Z), (int)ec, curl_easy_strerror(ec)); \
[all …]
/external/llvm/include/llvm/Support/
DCasting.h131 template <class X, class Y>
132 LLVM_ATTRIBUTE_UNUSED_RESULT inline bool isa(const Y &Val) {
133 return isa_impl_wrap<X, const Y,
134 typename simplify_type<const Y>::SimpleType>::doit(Val);
219 template <class X, class Y>
220 inline typename std::enable_if<!is_simple_type<Y>::value,
221 typename cast_retty<X, const Y>::ret_type>::type
222 cast(const Y &Val) {
225 X, const Y, typename simplify_type<const Y>::SimpleType>::doit(Val);
228 template <class X, class Y>
[all …]
/external/clang/test/CodeGen/
D2004-06-17-UnorderedBuiltins.c5 void TestF(float X, float Y) { in TestF() argument
6 A = __builtin_isgreater(X, Y); in TestF()
7 B = __builtin_isgreaterequal(X, Y); in TestF()
8 C = __builtin_isless(X, Y); in TestF()
9 D = __builtin_islessequal(X, Y); in TestF()
10 E = __builtin_islessgreater(X, Y); in TestF()
11 F = __builtin_isunordered(X, Y); in TestF()
13 H = __builtin_isunordered(X, Y); in TestF()
15 void TestD(double X, double Y) { in TestD() argument
16 A = __builtin_isgreater(X, Y); in TestD()
[all …]
D2004-06-17-UnorderedCompares.c6 void TestF(float X, float Y) { in TestF() argument
7 A = __builtin_isgreater(X, Y); in TestF()
8 B = __builtin_isgreaterequal(X, Y); in TestF()
9 C = __builtin_isless(X, Y); in TestF()
10 D = __builtin_islessequal(X, Y); in TestF()
11 E = __builtin_islessgreater(X, Y); in TestF()
12 F = __builtin_isunordered(X, Y); in TestF()
14 void TestD(double X, double Y) { in TestD() argument
15 A = __builtin_isgreater(X, Y); in TestD()
16 B = __builtin_isgreaterequal(X, Y); in TestD()
[all …]
/external/llvm/test/Transforms/InstCombine/
D2004-11-27-SetCCForCastLargerAndConstant.ll3 ; %Y = sext i8 %X to i32
4 ; %C = icmp ult i32 %Y, 1024
15 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
16 %C = icmp ult i32 %Y, 1024 ; <i1> [#uses=1]
23 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
24 %C = icmp slt i32 %Y, 1024 ; <i1> [#uses=1]
30 %Y = sext i8 %SB to i32 ; <i32> [#uses=1]
31 %C = icmp slt i32 %Y, -1024 ; <i1> [#uses=1]
37 %Y = sext i8 %SB to i32
38 %C = icmp ult i32 %Y, 17
[all …]
/external/eigen/blas/fortran/
Dzhpmv.f1 SUBROUTINE ZHPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY) argument
8 DOUBLE COMPLEX AP(*),X(*),Y(*) local
166 Y(I) = ZERO
170 Y(I) = BETA*Y(I)
177 Y(IY) = ZERO
182 Y(IY) = BETA*Y(IY)
200 Y(I) = Y(I) + TEMP1*AP(K)
204 Y(J) = Y(J) + TEMP1*DBLE(AP(KK+J-1)) + ALPHA*TEMP2
216 Y(IY) = Y(IY) + TEMP1*AP(K)
221 Y(JY) = Y(JY) + TEMP1*DBLE(AP(KK+J-1)) + ALPHA*TEMP2
[all …]
Dsspmv.f1 SUBROUTINE SSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY) argument
8 REAL AP(*),X(*),Y(*) local
159 Y(I) = ZERO
163 Y(I) = BETA*Y(I)
170 Y(IY) = ZERO
175 Y(IY) = BETA*Y(IY)
193 Y(I) = Y(I) + TEMP1*AP(K)
197 Y(J) = Y(J) + TEMP1*AP(KK+J-1) + ALPHA*TEMP2
209 Y(IY) = Y(IY) + TEMP1*AP(K)
214 Y(JY) = Y(JY) + TEMP1*AP(KK+J-1) + ALPHA*TEMP2
[all …]
Dchpmv.f1 SUBROUTINE CHPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY) argument
8 COMPLEX AP(*),X(*),Y(*) local
166 Y(I) = ZERO
170 Y(I) = BETA*Y(I)
177 Y(IY) = ZERO
182 Y(IY) = BETA*Y(IY)
200 Y(I) = Y(I) + TEMP1*AP(K)
204 Y(J) = Y(J) + TEMP1*REAL(AP(KK+J-1)) + ALPHA*TEMP2
216 Y(IY) = Y(IY) + TEMP1*AP(K)
221 Y(JY) = Y(JY) + TEMP1*REAL(AP(KK+J-1)) + ALPHA*TEMP2
[all …]
Ddspmv.f1 SUBROUTINE DSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY) argument
8 DOUBLE PRECISION AP(*),X(*),Y(*) local
159 Y(I) = ZERO
163 Y(I) = BETA*Y(I)
170 Y(IY) = ZERO
175 Y(IY) = BETA*Y(IY)
193 Y(I) = Y(I) + TEMP1*AP(K)
197 Y(J) = Y(J) + TEMP1*AP(KK+J-1) + ALPHA*TEMP2
209 Y(IY) = Y(IY) + TEMP1*AP(K)
214 Y(JY) = Y(JY) + TEMP1*AP(KK+J-1) + ALPHA*TEMP2
[all …]
Ddsbmv.f1 SUBROUTINE DSBMV(UPLO,N,K,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) argument
8 DOUBLE PRECISION A(LDA,*),X(*),Y(*) local
198 Y(I) = ZERO
202 Y(I) = BETA*Y(I)
209 Y(IY) = ZERO
214 Y(IY) = BETA*Y(IY)
232 Y(I) = Y(I) + TEMP1*A(L+I,J)
235 Y(J) = Y(J) + TEMP1*A(KPLUS1,J) + ALPHA*TEMP2
247 Y(IY) = Y(IY) + TEMP1*A(L+I,J)
252 Y(JY) = Y(JY) + TEMP1*A(KPLUS1,J) + ALPHA*TEMP2
[all …]
Dchbmv.f1 SUBROUTINE CHBMV(UPLO,N,K,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) argument
8 COMPLEX A(LDA,*),X(*),Y(*) local
204 Y(I) = ZERO
208 Y(I) = BETA*Y(I)
215 Y(IY) = ZERO
220 Y(IY) = BETA*Y(IY)
238 Y(I) = Y(I) + TEMP1*A(L+I,J)
241 Y(J) = Y(J) + TEMP1*REAL(A(KPLUS1,J)) + ALPHA*TEMP2
253 Y(IY) = Y(IY) + TEMP1*A(L+I,J)
258 Y(JY) = Y(JY) + TEMP1*REAL(A(KPLUS1,J)) + ALPHA*TEMP2
[all …]
Dssbmv.f1 SUBROUTINE SSBMV(UPLO,N,K,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) argument
8 REAL A(LDA,*),X(*),Y(*) local
200 Y(I) = ZERO
204 Y(I) = BETA*Y(I)
211 Y(IY) = ZERO
216 Y(IY) = BETA*Y(IY)
234 Y(I) = Y(I) + TEMP1*A(L+I,J)
237 Y(J) = Y(J) + TEMP1*A(KPLUS1,J) + ALPHA*TEMP2
249 Y(IY) = Y(IY) + TEMP1*A(L+I,J)
254 Y(JY) = Y(JY) + TEMP1*A(KPLUS1,J) + ALPHA*TEMP2
[all …]
Dzhbmv.f1 SUBROUTINE ZHBMV(UPLO,N,K,ALPHA,A,LDA,X,INCX,BETA,Y,INCY) argument
8 DOUBLE COMPLEX A(LDA,*),X(*),Y(*) local
204 Y(I) = ZERO
208 Y(I) = BETA*Y(I)
215 Y(IY) = ZERO
220 Y(IY) = BETA*Y(IY)
238 Y(I) = Y(I) + TEMP1*A(L+I,J)
241 Y(J) = Y(J) + TEMP1*DBLE(A(KPLUS1,J)) + ALPHA*TEMP2
253 Y(IY) = Y(IY) + TEMP1*A(L+I,J)
258 Y(JY) = Y(JY) + TEMP1*DBLE(A(KPLUS1,J)) + ALPHA*TEMP2
[all …]
/external/ImageMagick/PerlMagick/t/reference/filter/
DEqualize.miff18 …& 8*Q'A8/g]3sW3n@5yI7�c]�h�y@�`8���Ɉ�܁��`��`��}��s8�s&�s.�y&�s&�n@�g.�g�Y�n8�nc�yh��y���.8. *…
21 ….8*Q" .'08)08-A83YI/�o=�hfg&�I��h���ɋ��`��n��}Q�y�s8�n8�s.�n�n.�g8�`8�Y@�sI��W�yy������%so#%…
27 8W% ]#W'@+I+8c,Qr50]Y8I�gQ�no�}c��v����sc�s.�g&�Y8�`8�Y.�II|Q@|sv�����������܈��m��;��%yc
35YpnpA.nI8vyh���������t��v����p��Q��O��9ògQ.�I�8?��z��v��z��|��x��z��i��6��A]…
36Y�n.�gW�YW�I�Q&�s]� �%.�A@�&��*�%�I.�srDž��}��nc�I�g8���卪鈪��������������������������������…
/external/llvm/test/CodeGen/PowerPC/
Dmem_update.ll9 %Y = getelementptr i32, i32* %X, i32 4
10 %A = load i32, i32* %Y
12 ret i32* %Y
16 %Y = getelementptr i32, i32* %X, i32 4
17 %A = load i32, i32* %Y
19 ret i32* %Y
23 %Y = getelementptr i16, i16* %X, i32 4
24 %A = load i16, i16* %Y
27 ret i16* %Y
31 %Y = getelementptr i16, i16* %X, i32 4
[all …]
/external/clang/test/SemaOpenCL/
Dcond.cl16 int ptest01(char C, char X, int Y)
18 return C ? X : Y;
21 char ptest02(int C, char X, char Y)
23 return C ? X : Y;
27 int2 ptest03(char C, char X, int2 Y)
29 return C ? X : Y;
33 char2 ptest04(char2 X, char2 Y, char2 C)
35 return C ? X : Y;
39 int2 ptest05(int2 C, int X, char Y)
41 return C ? X : Y;
[all …]

12345678910>>...83