Home
last modified time | relevance | path

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

/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin.hpp89 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; } in reinterpret_uint() function
106 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; } in reinterpret_uint() function
124 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; } in reinterpret_uint() function
143 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; } in reinterpret_uint() function
159 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; } in reinterpret_uint() function
176 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; } in reinterpret_uint() function
191 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; } in reinterpret_uint() function
206 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; } in reinterpret_uint() function
Dintrin_cpp.hpp414 c.s[i] = V_TypeTraits<_Tp>::reinterpret_uint(a.s[i]); in v_reinterpret_as_uint()