Searched refs:hasDouble (Results 1 – 8 of 8) sorted by relevance
98 int hasDouble = is_extension_available(device, "cl_khr_fp64"); in InitCL() local99 gTestDouble ^= hasDouble; in InitCL()213 vlog( "\tHas double? %s\n", hasDouble ? "YES" : "NO" ); in InitCL()
81 bool hasDouble() const { return SmVersion >= 13; } in hasDouble() function
928 if (!STI.hasDouble()) in emitHeader()
135 def hasDouble : Predicate<"Subtarget->hasDouble()">;
679 int hasDouble = is_extension_available(device, "cl_khr_fp64"); in test_vector_swizzle() local694 if (hasDouble) in test_vector_swizzle()
58 int hasDouble = is_extension_available( device, "cl_khr_fp64" ); in test_hiloeo() local84 if( !hasDouble && ( 0 == strcmp( test_str_names[type], "double" ))) in test_hiloeo()
118 def hasDouble : Predicate<"Subtarget->hasDouble()">;