Lines Matching refs:cl_long
156 typedef signed __int64 cl_long;
180 #define CL_LONG_MAX ((cl_long) 0x7FFFFFFFFFFFFFFFLL)
181 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
262 typedef int64_t cl_long;
282 #define CL_LONG_MAX ((cl_long) 0x7FFFFFFFFFFFFFFFLL)
283 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
434 typedef cl_long __cl_long2 __attribute__((vector_size(16)));
468 typedef cl_long __cl_long1 __attribute__((vector_size(8)));
1080 cl_long CL_ALIGNED(16) s[2];
1082 __CL_ANON_STRUCT__ struct{ cl_long x, y; };
1083 __CL_ANON_STRUCT__ struct{ cl_long s0, s1; };
1084 __CL_ANON_STRUCT__ struct{ cl_long lo, hi; };
1093 cl_long CL_ALIGNED(32) s[4];
1095 __CL_ANON_STRUCT__ struct{ cl_long x, y, z, w; };
1096 __CL_ANON_STRUCT__ struct{ cl_long s0, s1, s2, s3; };
1112 cl_long CL_ALIGNED(64) s[8];
1114 __CL_ANON_STRUCT__ struct{ cl_long x, y, z, w; };
1115 __CL_ANON_STRUCT__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7; };
1131 cl_long CL_ALIGNED(128) s[16];
1133 __CL_ANON_STRUCT__ struct{ cl_long x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
1134 __CL_ANON_STRUCT__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };