Searched refs:cl_ulong4 (Results 1 – 5 of 5) sorted by relevance
1153 }cl_ulong4; typedef1156 typedef cl_ulong4 cl_ulong3;1164 __CL_ANON_STRUCT__ struct{ cl_ulong4 lo, hi; };
1225 }cl_ulong4; typedef1228 typedef cl_ulong4 cl_ulong3;1236 __CL_ANON_STRUCT__ struct{ cl_ulong4 lo, hi; };
1173 }cl_ulong4; typedef1176 typedef cl_ulong4 cl_ulong3;1184 __CL_ANON_STRUCT__ struct{ cl_ulong4 lo, hi; };
448 cl_ulong4 a4 = {{ 0, 1, 2, 3 }}; in test_ulong()455 cl_ulong4 b4 = a4; in test_ulong()