Searched refs:has_doubles (Results 1 – 6 of 6) sorted by relevance
149 buf.as_scalar<cl_uint>() = dev.has_doubles() ? 2 : 0; in clGetDeviceInfo()232 if (dev.has_doubles()) in clGetDeviceInfo()341 + std::string(dev.has_doubles() ? " cl_khr_fp64" : "") in clGetDeviceInfo()374 buf.as_scalar<cl_uint>() = dev.has_doubles() ? 2 : 0; in clGetDeviceInfo()
70 bool has_doubles() const { in has_doubles() function243 bool has_doubles; member252 has_doubles(kind & Safepoint::kWithDoubles), in DeoptimizationInfo()
238 SafepointEntry::SaveDoublesField::encode(info.has_doubles); in EncodeExceptPC()265 if (info1.has_doubles != info2.has_doubles) return false; in IsIdenticalExceptForPc()
915 if (safepoint_entry.has_doubles()) { in IterateCompiledFrame()
69 bool has_doubles() const;
189 device::has_doubles() const { in has_doubles() function in device