OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V_TypeTraits
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/hal/include/opencv2/hal/
intrin.hpp
62
template<typename _Tp> struct
V_TypeTraits
76
template<> struct
V_TypeTraits
<uchar>
93
template<> struct
V_TypeTraits
<schar>
110
template<> struct
V_TypeTraits
<ushort>
128
template<> struct
V_TypeTraits
<short>
147
template<> struct
V_TypeTraits
<unsigned>
163
template<> struct
V_TypeTraits
<int>
180
template<> struct
V_TypeTraits
<uint64>
195
template<> struct
V_TypeTraits
<int64>
211
template<> struct
V_TypeTraits
<float
[
all
...]
intrin_cpp.hpp
54
typedef v_reg<typename
V_TypeTraits
<_Tp>::int_type, n> int_vec;
55
typedef v_reg<typename
V_TypeTraits
<_Tp>::abs_type, n> abs_vec;
153
typedef typename
V_TypeTraits
<_Tp>::int_type itype; \
155
c.s[i] =
V_TypeTraits
<_Tp>::reinterpret_from_int((itype)(
V_TypeTraits
<_Tp>::reinterpret_int(a.s[i]) bit_op \
156
V_TypeTraits
<_Tp>::reinterpret_int(b.s[i]))); \
162
typedef typename
V_TypeTraits
<_Tp>::int_type itype; \
164
a.s[i] =
V_TypeTraits
<_Tp>::reinterpret_from_int((itype)(
V_TypeTraits
<_Tp>::reinterpret_int(a.s[i]) bit_op \
165
V_TypeTraits
<_Tp>::reinterpret_int(b.s[i])));
[
all
...]
Completed in 951 milliseconds