Searched refs:cl_double (Results 1 - 7 of 7) sorted by relevance
/third_party/opencl-headers/tests/ |
H A D | test_headers.c | 568 cl_double a = 0.0f; in test_double() 575 cl_double b = a; in test_double() 593 printf("__cl_double2: %f %f \n", ((cl_double*)&v2)[0], ((cl_double*)&v2)[1] ); in test_double() 600 printf("__cl_double4: %f %f %f %f \n", ((cl_double*)&v4)[0], ((cl_double*)&v4)[1], ((cl_double*)&v4)[2], ((cl_double*)&v4)[3] ); in test_double() 607 printf("__cl_double8: %f %f %f %f %f %f %f %f \n", ((cl_double*)&v8)[0], ((cl_double*) in test_double() [all...] |
/third_party/mesa3d/include/CL/ |
H A D | cl_platform.h | 136 typedef double cl_double; typedef 218 #define CL_HUGE_VAL ((cl_double) 1e500) 238 typedef double cl_double; typedef 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 l [all...] |
/third_party/opencl-headers/CL/ |
H A D | cl_platform.h | 161 typedef double cl_double; typedef 247 #define CL_HUGE_VAL ((cl_double) 1e500) 267 typedef double cl_double; typedef 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 l [all...] |
H A D | cl_half.h | 233 * Convert a cl_double to a cl_half. 235 static inline cl_half cl_half_from_double(cl_double d, cl_half_rounding_mode rounding_mode) in cl_half_from_double() 240 cl_double d; in cl_half_from_double()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_platform.h | 156 typedef double cl_double; typedef 238 #define CL_HUGE_VAL ((cl_double) 1e500) 258 typedef double cl_double; typedef 344 #define CL_HUGE_VAL ((cl_double) 1e500) 426 typedef cl_double __cl_double2 __attribute__((vector_size(16))); 491 typedef cl_double __cl_double4 __attribute__((vector_size(32))); 1299 cl_double CL_ALIGNED(16) s[2]; 1301 __CL_ANON_STRUCT__ struct{ cl_double x, y; }; 1302 __CL_ANON_STRUCT__ struct{ cl_double s0, s1; }; 1303 __CL_ANON_STRUCT__ struct{ cl_double l [all...] |
H A D | cl_half.h | 233 * Convert a cl_double to a cl_half. 235 static inline cl_half cl_half_from_double(cl_double d, cl_half_rounding_mode rounding_mode) in cl_half_from_double() 240 cl_double d; in cl_half_from_double()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | printf.cpp | 146 cl_double d; in print_formatted()
|
Completed in 14 milliseconds