Lines Matching defs:cl_double
136 typedef double cl_double;
218 #define CL_HUGE_VAL ((cl_double) 1e500)
238 typedef double cl_double;
324 #define CL_HUGE_VAL ((cl_double) 1e500)
406 typedef cl_double __cl_double2 __attribute__((vector_size(16)));
471 typedef cl_double __cl_double4 __attribute__((vector_size(32)));
1279 cl_double CL_ALIGNED(16) s[2];
1281 __CL_ANON_STRUCT__ struct{ cl_double x, y; };
1282 __CL_ANON_STRUCT__ struct{ cl_double s0, s1; };
1283 __CL_ANON_STRUCT__ struct{ cl_double lo, hi; };
1292 cl_double CL_ALIGNED(32) s[4];
1294 __CL_ANON_STRUCT__ struct{ cl_double x, y, z, w; };
1295 __CL_ANON_STRUCT__ struct{ cl_double s0, s1, s2, s3; };
1311 cl_double CL_ALIGNED(64) s[8];
1313 __CL_ANON_STRUCT__ struct{ cl_double x, y, z, w; };
1314 __CL_ANON_STRUCT__ struct{ cl_double s0, s1, s2, s3, s4, s5, s6, s7; };
1330 cl_double CL_ALIGNED(128) s[16];
1332 __CL_ANON_STRUCT__ struct{ cl_double x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
1333 __CL_ANON_STRUCT__ struct{ cl_double s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };