Lines Matching defs:cl_double
161 typedef double cl_double;
247 #define CL_HUGE_VAL ((cl_double) 1e500)
267 typedef double cl_double;
353 #define CL_HUGE_VAL ((cl_double) 1e500)
435 typedef cl_double __cl_double2 __attribute__((vector_size(16)));
500 typedef cl_double __cl_double4 __attribute__((vector_size(32)));
1306 cl_double CL_ALIGNED(16) s[2];
1308 __CL_ANON_STRUCT__ struct{ cl_double x, y; };
1309 __CL_ANON_STRUCT__ struct{ cl_double s0, s1; };
1310 __CL_ANON_STRUCT__ struct{ cl_double lo, hi; };
1319 cl_double CL_ALIGNED(32) s[4];
1321 __CL_ANON_STRUCT__ struct{ cl_double x, y, z, w; };
1322 __CL_ANON_STRUCT__ struct{ cl_double s0, s1, s2, s3; };
1338 cl_double CL_ALIGNED(64) s[8];
1340 __CL_ANON_STRUCT__ struct{ cl_double x, y, z, w; };
1341 __CL_ANON_STRUCT__ struct{ cl_double s0, s1, s2, s3, s4, s5, s6, s7; };
1357 cl_double CL_ALIGNED(128) s[16];
1359 __CL_ANON_STRUCT__ struct{ cl_double x, y, z, w, __spacer4, __spacer5, __spacer6, __spacer7, __spacer8, __spacer9, sa, sb, sc, sd, se, sf; };
1360 __CL_ANON_STRUCT__ struct{ cl_double s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, sA, sB, sC, sD, sE, sF; };