is_type_supported   29 test/correctness/vector_cast.cpp bool is_type_supported<float>(int vec_width, const Target &target) {
is_type_supported   38 test/correctness/vector_cast.cpp bool is_type_supported<double>(int vec_width, const Target &target) {
is_type_supported   51 test/correctness/vector_cast.cpp     if (!is_type_supported<A>(vec_width, target) || !is_type_supported<B>(vec_width, target)) {