Lines Matching defs:cl_float
160 typedef float cl_float;
246 #define CL_HUGE_VALF ((cl_float) 1e50)
266 typedef float cl_float;
352 #define CL_HUGE_VALF ((cl_float) 1e50)
469 typedef cl_float __cl_float2 __attribute__((vector_size(8)));
499 typedef cl_float __cl_float8 __attribute__((vector_size(32)));
1231 cl_float CL_ALIGNED(8) s[2];
1233 __CL_ANON_STRUCT__ struct{ cl_float x, y; };
1234 __CL_ANON_STRUCT__ struct{ cl_float s0, s1; };
1235 __CL_ANON_STRUCT__ struct{ cl_float lo, hi; };
1244 cl_float CL_ALIGNED(16) s[4];
1246 __CL_ANON_STRUCT__ struct{ cl_float x, y, z, w; };
1247 __CL_ANON_STRUCT__ struct{ cl_float s0, s1, s2, s3; };
1263 cl_float CL_ALIGNED(32) s[8];
1265 __CL_ANON_STRUCT__ struct{ cl_float x, y, z, w; };
1266 __CL_ANON_STRUCT__ struct{ cl_float s0, s1, s2, s3, s4, s5, s6, s7; };
1282 cl_float CL_ALIGNED(64) s[16];
1284 __CL_ANON_STRUCT__ struct{ cl_float x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
1285 __CL_ANON_STRUCT__ struct{ cl_float s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };