Lines Matching defs:cl_float
135 typedef float cl_float;
217 #define CL_HUGE_VALF ((cl_float) 1e50)
237 typedef float cl_float;
323 #define CL_HUGE_VALF ((cl_float) 1e50)
440 typedef cl_float __cl_float2 __attribute__((vector_size(8)));
470 typedef cl_float __cl_float8 __attribute__((vector_size(32)));
1204 cl_float CL_ALIGNED(8) s[2];
1206 __CL_ANON_STRUCT__ struct{ cl_float x, y; };
1207 __CL_ANON_STRUCT__ struct{ cl_float s0, s1; };
1208 __CL_ANON_STRUCT__ struct{ cl_float lo, hi; };
1217 cl_float CL_ALIGNED(16) s[4];
1219 __CL_ANON_STRUCT__ struct{ cl_float x, y, z, w; };
1220 __CL_ANON_STRUCT__ struct{ cl_float s0, s1, s2, s3; };
1236 cl_float CL_ALIGNED(32) s[8];
1238 __CL_ANON_STRUCT__ struct{ cl_float x, y, z, w; };
1239 __CL_ANON_STRUCT__ struct{ cl_float s0, s1, s2, s3, s4, s5, s6, s7; };
1255 cl_float CL_ALIGNED(64) s[16];
1257 __CL_ANON_STRUCT__ struct{ cl_float x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
1258 __CL_ANON_STRUCT__ struct{ cl_float s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };