w_type            172 modules/core/include/opencv2/core/private.hpp #define CV_HELP_IMPL_PROPERTY(r_type, w_type, name, member) \
w_type            174 modules/core/include/opencv2/core/private.hpp     inline void set##name(w_type val) { member = val; }
w_type            176 modules/core/include/opencv2/core/private.hpp #define CV_HELP_WRAP_PROPERTY(r_type, w_type, name, internal_name, internal_obj) \
w_type            178 modules/core/include/opencv2/core/private.hpp     void set##name(w_type val) { internal_obj.set##internal_name(val); }
w_type            304 modules/hal/include/opencv2/hal/intrin_cpp.hpp template<typename _Tp, int n> inline v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>
w_type            307 modules/hal/include/opencv2/hal/intrin_cpp.hpp     typedef typename V_TypeTraits<_Tp>::w_type w_type;
w_type            308 modules/hal/include/opencv2/hal/intrin_cpp.hpp     v_reg<w_type, n/2> c;
w_type            310 modules/hal/include/opencv2/hal/intrin_cpp.hpp         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];
w_type            315 modules/hal/include/opencv2/hal/intrin_cpp.hpp                                                        v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>& c,
w_type            316 modules/hal/include/opencv2/hal/intrin_cpp.hpp                                                        v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>& d)
w_type            318 modules/hal/include/opencv2/hal/intrin_cpp.hpp     typedef typename V_TypeTraits<_Tp>::w_type w_type;
w_type            321 modules/hal/include/opencv2/hal/intrin_cpp.hpp         c.s[i] = (w_type)a.s[i]*b.s[i]*2;
w_type            322 modules/hal/include/opencv2/hal/intrin_cpp.hpp         d.s[i] = (w_type)a.s[i+(n/2)]*b.s[i+(n/2)];
w_type            327 modules/hal/include/opencv2/hal/intrin_cpp.hpp                                                  v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>& c)
w_type            329 modules/hal/include/opencv2/hal/intrin_cpp.hpp     typedef typename V_TypeTraits<_Tp>::w_type w_type;
w_type            332 modules/hal/include/opencv2/hal/intrin_cpp.hpp         c.s[i] = (w_type)a.s[i*2] + a.s[i*2+1];
w_type            390 modules/hal/include/opencv2/hal/intrin_cpp.hpp                             v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>& b0,
w_type            391 modules/hal/include/opencv2/hal/intrin_cpp.hpp                             v_reg<typename V_TypeTraits<_Tp>::w_type, n/2>& b1)
w_type            455 modules/hal/include/opencv2/hal/intrin_cpp.hpp template<typename _Tp, int n> inline v_reg<typename V_TypeTraits<_Tp>::w_type, n> v_load_expand(const _Tp* ptr)
w_type            457 modules/hal/include/opencv2/hal/intrin_cpp.hpp     typedef typename V_TypeTraits<_Tp>::w_type w_type;
w_type            458 modules/hal/include/opencv2/hal/intrin_cpp.hpp     v_reg<w_type, n> c;
w_type            467 modules/hal/include/opencv2/hal/intrin_cpp.hpp     V_TypeTraits<typename V_TypeTraits<_Tp>::w_type>::w_type, n> v_load_expand_q(const _Tp* ptr)
w_type            469 modules/hal/include/opencv2/hal/intrin_cpp.hpp     typedef typename V_TypeTraits<typename V_TypeTraits<_Tp>::w_type>::w_type w_type;
w_type            470 modules/hal/include/opencv2/hal/intrin_cpp.hpp     v_reg<w_type, n> c;