Lines Matching refs:cl_long
129 typedef signed __int64 cl_long; typedef
149 #define CL_LONG_MAX ((cl_long) 0x7FFFFFFFFFFFFFFFLL)
150 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
220 typedef int64_t cl_long __attribute__((aligned(8)));
240 #define CL_LONG_MAX ((cl_long) 0x7FFFFFFFFFFFFFFFLL)
241 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
379 typedef cl_long __cl_long2 __attribute__((vector_size(16)));
413 typedef cl_long __cl_long1 __attribute__((vector_size(8)));
947 cl_long CL_ALIGNED(16) s[2];
949 __CL_ANON_STRUCT__ struct{ cl_long x, y; };
950 __CL_ANON_STRUCT__ struct{ cl_long s0, s1; };
951 __CL_ANON_STRUCT__ struct{ cl_long lo, hi; };
960 cl_long CL_ALIGNED(32) s[4];
962 __CL_ANON_STRUCT__ struct{ cl_long x, y, z, w; };
963 __CL_ANON_STRUCT__ struct{ cl_long s0, s1, s2, s3; };
979 cl_long CL_ALIGNED(64) s[8];
981 __CL_ANON_STRUCT__ struct{ cl_long x, y, z, w; };
982 __CL_ANON_STRUCT__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7; };
998 cl_long CL_ALIGNED(128) s[16];
1000 …__CL_ANON_STRUCT__ struct{ cl_long x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spac…
1001 …__CL_ANON_STRUCT__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF…