Home
last modified time | relevance | path

Searched refs:char2 (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dvec_traits.hpp155 template<> struct TypeVec<schar, 2> { typedef char2 vec_type; };
252 template<> struct VecTraits<char2>
256 static __device__ __host__ __forceinline__ char2 all(schar v) {return make_char2(v, v);} in all()
257 … static __device__ __host__ __forceinline__ char2 make(schar x, schar y) {return make_char2(x, y);} in make()
258 …static __device__ __host__ __forceinline__ char2 make(const schar* v) {return make_char2(v[0], v[1… in make()
H A Dvec_math.hpp112 template<typename T> static __device__ __forceinline__ T saturate_cast(const char2& v) {return vec_… in saturate_cast()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dvec_traits.hpp155 template<> struct TypeVec<schar, 2> { typedef char2 vec_type; };
252 template<> struct VecTraits<char2>
256 static __device__ __host__ __forceinline__ char2 all(schar v) {return make_char2(v, v);} in all()
257 … static __device__ __host__ __forceinline__ char2 make(schar x, schar y) {return make_char2(x, y);} in make()
258 …static __device__ __host__ __forceinline__ char2 make(const schar* v) {return make_char2(v[0], v[1… in make()
H A Dvec_math.hpp112 template<typename T> static __device__ __forceinline__ T saturate_cast(const char2& v) {return vec_… in saturate_cast()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dvec_traits.hpp155 template<> struct TypeVec<schar, 2> { typedef char2 vec_type; };
252 template<> struct VecTraits<char2>
256 static __device__ __host__ __forceinline__ char2 all(schar v) {return make_char2(v, v);} in all()
257 … static __device__ __host__ __forceinline__ char2 make(schar x, schar y) {return make_char2(x, y);} in make()
258 …static __device__ __host__ __forceinline__ char2 make(const schar* v) {return make_char2(v[0], v[1… in make()
H A Dvec_math.hpp112 template<typename T> static __device__ __forceinline__ T saturate_cast(const char2& v) {return vec_… in saturate_cast()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_country.h33 char char2[COUNTRY_CODE_LEN]; member
H A Dphl_regulation.c775 if (cdmap[i].char2[0] == country[0] && in rtw_phl_regulation_set_country()
776 cdmap[i].char2[1] == country[1] ) { in rtw_phl_regulation_set_country()
1070 if (cdmap[i].char2[0] == country[0] && in rtw_phl_query_country_chplan()
1071 cdmap[i].char2[1] == country[1] ) { in rtw_phl_query_country_chplan()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_country.h33 char char2[COUNTRY_CODE_LEN]; member
H A Dphl_regulation.c775 if (cdmap[i].char2[0] == country[0] && in rtw_phl_regulation_set_country()
776 cdmap[i].char2[1] == country[1] ) { in rtw_phl_regulation_set_country()
1070 if (cdmap[i].char2[0] == country[0] && in rtw_phl_query_country_chplan()
1071 cdmap[i].char2[1] == country[1] ) { in rtw_phl_query_country_chplan()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/
H A Dtype_traits_detail.hpp89 template <> struct IsVec<char2> { enum {value = 1}; };
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/
H A Dtype_traits_detail.hpp89 template <> struct IsVec<char2> { enum {value = 1}; };
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/
H A Dtype_traits_detail.hpp89 template <> struct IsVec<char2> { enum {value = 1}; };