Home | History | Annotate | Download | only in CL

Lines Matching refs:cl_long

73 typedef signed   __int64        cl_long;
93 #define CL_LONG_MAX ((cl_long) 0x7FFFFFFFFFFFFFFFLL)
94 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
164 typedef int64_t cl_long __attribute__((aligned(8)));
184 #define CL_LONG_MAX ((cl_long) 0x7FFFFFFFFFFFFFFFLL)
185 #define CL_LONG_MIN ((cl_long) -0x7FFFFFFFFFFFFFFFLL - 1LL)
323 typedef cl_long __cl_long2 __attribute__((vector_size(16)));
357 typedef cl_long __cl_long1 __attribute__((vector_size(8)));
873 cl_long CL_ALIGNED(16) s[2];
875 __extension__ struct{ cl_long x, y; };
876 __extension__ struct{ cl_long s0, s1; };
877 __extension__ struct{ cl_long lo, hi; };
886 cl_long CL_ALIGNED(32) s[4];
888 __extension__ struct{ cl_long x, y, z, w; };
889 __extension__ struct{ cl_long s0, s1, s2, s3; };
905 cl_long CL_ALIGNED(64) s[8];
907 __extension__ struct{ cl_long x, y, z, w; };
908 __extension__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7; };
924 cl_long CL_ALIGNED(128) s[16];
926 __extension__ struct{ cl_long x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
927 __extension__ struct{ cl_long s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };