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

  /external/opencv3/modules/hal/include/opencv2/hal/
intrin.hpp 89 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; } function in struct:cv::V_TypeTraits
106 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; } function in struct:cv::V_TypeTraits
124 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; } function in struct:cv::V_TypeTraits
143 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; } function in struct:cv::V_TypeTraits
159 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; } function in struct:cv::V_TypeTraits
176 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; } function in struct:cv::V_TypeTraits
191 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; } function in struct:cv::V_TypeTraits
206 static uint_type reinterpret_uint(value_type x) { return (uint_type)x; } function in struct:cv::V_TypeTraits
intrin_cpp.hpp 414 c.s[i] = V_TypeTraits<_Tp>::reinterpret_uint(a.s[i]);

Completed in 192 milliseconds