Searched refs:cl_double (Results 1 – 8 of 8) sorted by relevance
/third_party/opencl-headers/tests/ |
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 …ntf("__cl_double4: %f %f %f %f \n", ((cl_double*)&v4)[0], ((cl_double*)&v4)[1], ((cl_double*)&v4)… in test_double() 607 …cl_double*)&v8)[0], ((cl_double*)&v8)[1], ((cl_double*)&v8)[2], ((cl_double*)&v8)[3], ((cl_double*… in test_double() 614 …cl_double*)&v16)[0], ((cl_double*)&v16)[1], ((cl_double*)&v16)[2], ((cl_double*)&v16)[3], ((cl_dou… in test_double() 615 …cl_double*)&v16)[8], ((cl_double*)&v16)[9], ((cl_double*)&v16)[10], ((cl_double*)&v16)[11], ((cl_d… in test_double()
|
/third_party/mesa3d/include/CL/ |
D | cl_platform.h | 136 typedef double cl_double; typedef 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; }; [all …]
|
/third_party/opencl-headers/CL/ |
D | cl_platform.h | 136 typedef double cl_double; typedef 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; }; [all …]
|
D | cl_half.h | 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/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl_platform.h | 210 typedef double cl_double; typedef 292 #define CL_HUGE_VAL ((cl_double) 1e500) 312 typedef double cl_double __attribute__((aligned(8))); 398 #define CL_HUGE_VAL ((cl_double) 1e500) 478 typedef cl_double __cl_double2 __attribute__((vector_size(16))); 543 typedef cl_double __cl_double4 __attribute__((vector_size(32))); 1351 cl_double CL_ALIGNED(16) s[2]; 1353 __CL_ANON_STRUCT__ struct{ cl_double x, y; }; 1354 __CL_ANON_STRUCT__ struct{ cl_double s0, s1; }; 1355 __CL_ANON_STRUCT__ struct{ cl_double lo, hi; }; [all …]
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl_platform.h | 156 typedef double cl_double; typedef 238 #define CL_HUGE_VAL ((cl_double) 1e500) 258 typedef double cl_double; 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 lo, hi; }; [all …]
|
D | cl_half.h | 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/ |
D | printf.cpp | 146 cl_double d; in print_formatted()
|