Home
last modified time | relevance | path

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

/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin.hpp71 static int_type reinterpret_int(_Tp x) { return x; } in reinterpret_int() function
88 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function
105 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function
123 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function
142 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function
158 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function
175 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function
190 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function
205 static int_type reinterpret_int(value_type x) { return (int_type)x; } in reinterpret_int() function
221 static int_type reinterpret_int(value_type x) in reinterpret_int() function
[all …]
Dintrin_cpp.hpp155 …c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]…
156 … V_TypeTraits<_Tp>::reinterpret_int(b.s[i]))); \
164 …a.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int((itype)(V_TypeTraits<_Tp>::reinterpret_int(a.s[i]…
165 … V_TypeTraits<_Tp>::reinterpret_int(b.s[i]))); \
177 … c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int(~V_TypeTraits<_Tp>::reinterpret_int(a.s[i])); in operator ~()
360 mask |= (V_TypeTraits<_Tp>::reinterpret_int(a.s[i]) < 0) << i; in v_signmask()
367 if( V_TypeTraits<_Tp>::reinterpret_int(a.s[i]) >= 0 ) in v_check_all()
375 if( V_TypeTraits<_Tp>::reinterpret_int(a.s[i]) < 0 ) in v_check_any()
385 c.s[i] = V_TypeTraits<_Tp>::reinterpret_int(mask.s[i]) < 0 ? b.s[i] : a.s[i]; in v_select()
405 c.s[i] = V_TypeTraits<_Tp>::reinterpret_int(a.s[i]); in v_reinterpret_as_int()