Lines Matching refs:cl_long
131 typedef signed __int64 cl_long;
151 #define CL_LONG_MAX ((cl_long) 0x7FFFFFFFFFFFFFFFLL)
152 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
233 typedef int64_t cl_long;
253 #define CL_LONG_MAX ((cl_long) 0x7FFFFFFFFFFFFFFFLL)
254 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
405 typedef cl_long __cl_long2 __attribute__((vector_size(16)));
439 typedef cl_long __cl_long1 __attribute__((vector_size(8)));
1053 cl_long CL_ALIGNED(16) s[2];
1055 __CL_ANON_STRUCT__ struct{ cl_long x, y; };
1056 __CL_ANON_STRUCT__ struct{ cl_long s0, s1; };
1057 __CL_ANON_STRUCT__ struct{ cl_long lo, hi; };
1066 cl_long CL_ALIGNED(32) s[4];
1068 __CL_ANON_STRUCT__ struct{ cl_long x, y, z, w; };
1069 __CL_ANON_STRUCT__ struct{ cl_long s0, s1, s2, s3; };
1085 cl_long CL_ALIGNED(64) s[8];
1087 __CL_ANON_STRUCT__ struct{ cl_long x, y, z, w; };
1088 __CL_ANON_STRUCT__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7; };
1104 cl_long CL_ALIGNED(128) s[16];
1106 __CL_ANON_STRUCT__ struct{ cl_long x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
1107 __CL_ANON_STRUCT__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };