Home
last modified time | relevance | path

Searched refs:hasDouble (Results 1 – 8 of 8) sorted by relevance

/external/OpenCL-CTS/test_conformance/half/
Dcl_utils.cpp98 int hasDouble = is_extension_available(device, "cl_khr_fp64"); in InitCL() local
99 gTestDouble ^= hasDouble; in InitCL()
213 vlog( "\tHas double? %s\n", hasDouble ? "YES" : "NO" ); in InitCL()
/external/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.h81 bool hasDouble() const { return SmVersion >= 13; } in hasDouble() function
DNVPTXAsmPrinter.cpp928 if (!STI.hasDouble()) in emitHeader()
DNVPTXInstrInfo.td135 def hasDouble : Predicate<"Subtarget->hasDouble()">;
/external/OpenCL-CTS/test_conformance/basic/
Dtest_vector_swizzle.cpp679 int hasDouble = is_extension_available(device, "cl_khr_fp64"); in test_vector_swizzle() local
694 if (hasDouble) in test_vector_swizzle()
Dtest_hiloeo.cpp58 int hasDouble = is_extension_available( device, "cl_khr_fp64" ); in test_hiloeo() local
84 if( !hasDouble && ( 0 == strcmp( test_str_names[type], "double" ))) in test_hiloeo()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td118 def hasDouble : Predicate<"Subtarget->hasDouble()">;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td118 def hasDouble : Predicate<"Subtarget->hasDouble()">;