Home
last modified time | relevance | path

Searched refs:reinterpret_from_int (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin.hpp73 static _Tp reinterpret_from_int(int_type x) { return (_Tp)x; } in reinterpret_from_int() function
90 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function
107 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function
125 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function
144 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function
160 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function
177 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function
192 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function
207 static value_type reinterpret_from_int(int_type x) { return (value_type)x; } in reinterpret_from_int() function
233 static value_type reinterpret_from_int(int_type x) in reinterpret_from_int() function
[all …]
Dintrin_cpp.hpp155 …c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]…
164 …a.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]…
177 … c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int(~V_TypeTraits<_Tp>::reinterpret_int(a.s[i])); in operator ~()
240 c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)-(int)(a.s[i] cmp_op b.s[i])); \