Searched refs:has_doubles (Results 1 – 4 of 4) sorted by relevance
109 if ((dev.has_doubles() && !has_extension("cl_khr_fp64")) || in get_highest_supported_version()324 device::has_doubles() const { in has_doubles() function in device476 if (has_doubles()) in supported_extensions()558 if (has_doubles()) in opencl_c_features()
77 bool has_doubles() const;
166 buf.as_scalar<cl_uint>() = dev.has_doubles() ? 2 : 0; in clGetDeviceInfo()248 if (dev.has_doubles()) in clGetDeviceInfo()377 buf.as_scalar<cl_uint>() = dev.has_doubles() ? 2 : 0; in clGetDeviceInfo()
587 if (!dev.has_doubles()) { in check_capabilities()