Home | Sort by relevance Sort by last modified time |
/external/opencv3/modules/hal/include/opencv2/hal/ | |
intrin.hpp | 84 typedef ushort w_type; typedef in struct:cv::V_TypeTraits 101 typedef short w_type; typedef in struct:cv::V_TypeTraits 118 typedef unsigned w_type; typedef in struct:cv::V_TypeTraits 136 typedef int w_type; typedef in struct:cv::V_TypeTraits 155 typedef uint64 w_type; typedef in struct:cv::V_TypeTraits 171 typedef int64 w_type; typedef in struct:cv::V_TypeTraits 219 typedef double w_type; typedef in struct:cv::V_TypeTraits |
intrin_cpp.hpp | 304 template<typename _Tp, int n> inline v_reg<typename V_TypeTraits<_Tp>::w_type, n/2> 307 typedef typename V_TypeTraits<_Tp>::w_type w_type; typedef 308 v_reg<w_type, n/2> c; 310 c.s[i] = (w_type)a.s[i*2]*b.s[i*2] + (w_type)a.s[i*2+1]*b.s[i*2+1]; 315 v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>& c, 316 v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>& d) 318 typedef typename V_TypeTraits<_Tp>::w_type w_type; typedef 329 typedef typename V_TypeTraits<_Tp>::w_type w_type; typedef [all...] |