HomeSort by relevance Sort by last modified time
    Searched refs:reinterpret_int (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/hal/include/opencv2/hal/
intrin.hpp 71 static int_type reinterpret_int(_Tp x) { return x; } function in struct:cv::V_TypeTraits
88 static int_type reinterpret_int(value_type x) { return (int_type)x; } function in struct:cv::V_TypeTraits
105 static int_type reinterpret_int(value_type x) { return (int_type)x; } function in struct:cv::V_TypeTraits
123 static int_type reinterpret_int(value_type x) { return (int_type)x; } function in struct:cv::V_TypeTraits
142 static int_type reinterpret_int(value_type x) { return (int_type)x; } function in struct:cv::V_TypeTraits
158 static int_type reinterpret_int(value_type x) { return (int_type)x; } function in struct:cv::V_TypeTraits
175 static int_type reinterpret_int(value_type x) { return (int_type)x; } function in struct:cv::V_TypeTraits
190 static int_type reinterpret_int(value_type x) { return (int_type)x; } function in struct:cv::V_TypeTraits
205 static int_type reinterpret_int(value_type x) { return (int_type)x; } function in struct:cv::V_TypeTraits
221 static int_type reinterpret_int(value_type x function in struct:cv::V_TypeTraits
248 static int_type reinterpret_int(value_type x) function in struct:cv::V_TypeTraits
    [all...]
intrin_cpp.hpp 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]))); \
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]))); \
177 c.s[i] = V_TypeTraits<_Tp>::reinterpret_from_int(~V_TypeTraits<_Tp>::reinterpret_int(a.s[i]));
360 mask |= (V_TypeTraits<_Tp>::reinterpret_int(a.s[i]) < 0) << i;
367 if( V_TypeTraits<_Tp>::reinterpret_int(a.s[i]) >= 0 )
375 if( V_TypeTraits<_Tp>::reinterpret_int(a.s[i]) < 0 )
385 c.s[i] = V_TypeTraits<_Tp>::reinterpret_int(mask.s[i]) < 0 ? b.s[i] : a.s[i];
405 c.s[i] = V_TypeTraits<_Tp>::reinterpret_int(a.s[i])
    [all...]

Completed in 218 milliseconds