Home
last modified time | relevance | path

Searched defs:TypeVec (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_traits.hpp154 template<> struct TypeVec<schar, 1> { typedef schar vec_type; }; argument
155 template<> struct TypeVec<schar, 2> { typedef char2 vec_type; }; argument
156 template<> struct TypeVec<schar, 3> { typedef char3 vec_type; }; struct
157 template<> struct TypeVec<schar, 4> { typedef char4 vec_type; }; struct
158 template<> struct TypeVec<schar, 8> { typedef char8 vec_type; }; argument
160 template<> struct TypeVec<bool, 1> { typedef uchar vec_type; }; argument
161 template<> struct TypeVec<bool, 2> { typedef uchar2 vec_type; }; argument
162 template<> struct TypeVec<bool, 3> { typedef uchar3 vec_type; }; argument
163 template<> struct TypeVec<bool, 4> { typedef uchar4 vec_type; }; struct
164 template<> struct TypeVec<bool, 8> { typedef uchar8 vec_type; }; argument
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h58 SmallVector<MVT::SimpleValueType, 4> TypeVec; variable