Home
last modified time | relevance | path

Searched defs:_Tp (Results 1 – 25 of 57) sorted by relevance

123

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/
H A Dintrin_cpp.hpp464 template<typename _Tp, int n> inline v_reg<_Tp, n> operator ~ (const v_reg<_Tp, n>& a) in operator ~()
613 template<typename _Tp, int n> inline v_uint32x4 v_popcount(const v_reg<_Tp, n>& a) in v_popcount()
632 inline void v_minmax( const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_minmax()
750 inline v_reg<typename V_TypeTraits<_Tp>::abs_type, n> v_absdiff(const v_reg<_Tp, n>& a, const v_reg… in v_absdiff()
791 inline v_reg<_Tp, n> v_absdiffs(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_absdiffs()
804 inline v_reg<_Tp, n> v_invsqrt(const v_reg<_Tp, n>& a) in v_invsqrt()
817 inline v_reg<_Tp, n> v_magnitude(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_magnitude()
830 inline v_reg<_Tp, n> v_sqr_magnitude(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_sqr_magnitude()
843 inline v_reg<_Tp, n> v_fma(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_fma()
854 inline v_reg<_Tp, n> v_muladd(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_muladd()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/
H A Dintrin_cpp.hpp464 template<typename _Tp, int n> inline v_reg<_Tp, n> operator ~ (const v_reg<_Tp, n>& a) in operator ~()
613 template<typename _Tp, int n> inline v_uint32x4 v_popcount(const v_reg<_Tp, n>& a) in v_popcount()
632 inline void v_minmax( const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_minmax()
750 inline v_reg<typename V_TypeTraits<_Tp>::abs_type, n> v_absdiff(const v_reg<_Tp, n>& a, const v_reg… in v_absdiff()
791 inline v_reg<_Tp, n> v_absdiffs(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_absdiffs()
804 inline v_reg<_Tp, n> v_invsqrt(const v_reg<_Tp, n>& a) in v_invsqrt()
817 inline v_reg<_Tp, n> v_magnitude(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_magnitude()
830 inline v_reg<_Tp, n> v_sqr_magnitude(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_sqr_magnitude()
843 inline v_reg<_Tp, n> v_fma(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_fma()
854 inline v_reg<_Tp, n> v_muladd(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_muladd()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/
H A Dintrin_cpp.hpp464 template<typename _Tp, int n> inline v_reg<_Tp, n> operator ~ (const v_reg<_Tp, n>& a) in operator ~()
613 template<typename _Tp, int n> inline v_uint32x4 v_popcount(const v_reg<_Tp, n>& a) in v_popcount()
632 inline void v_minmax( const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_minmax()
750 inline v_reg<typename V_TypeTraits<_Tp>::abs_type, n> v_absdiff(const v_reg<_Tp, n>& a, const v_reg… in v_absdiff()
791 inline v_reg<_Tp, n> v_absdiffs(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_absdiffs()
804 inline v_reg<_Tp, n> v_invsqrt(const v_reg<_Tp, n>& a) in v_invsqrt()
817 inline v_reg<_Tp, n> v_magnitude(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_magnitude()
830 inline v_reg<_Tp, n> v_sqr_magnitude(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b) in v_sqr_magnitude()
843 inline v_reg<_Tp, n> v_fma(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_fma()
854 inline v_reg<_Tp, n> v_muladd(const v_reg<_Tp, n>& a, const v_reg<_Tp, n>& b, in v_muladd()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Deigen.hpp63 void eigen2cv( const Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& src, OutputArr… in eigen2cv()
81 void eigen2cv( const Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& src, in eigen2cv()
82 Matx<_Tp, _rows, _cols>& dst ) in eigen2cv()
96 Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& dst ) in cv2eigen()
123 void cv2eigen( const Matx<_Tp, _rows, _cols>& src, in cv2eigen()
124 Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& dst ) in cv2eigen()
142 Eigen::Matrix<_Tp, Eigen::Dynamic, Eigen::Dynamic>& dst ) in cv2eigen()
169 void cv2eigen( const Matx<_Tp, _rows, _cols>& src, in cv2eigen()
170 Eigen::Matrix<_Tp, Eigen::Dynamic, Eigen::Dynamic>& dst ) in cv2eigen()
189 Eigen::Matrix<_Tp, Eigen::Dynamic, 1>& dst ) in cv2eigen()
[all …]
H A Dmatx.hpp521 template<typename _Tp> Vec<_Tp, 2> inline conjugate(const Vec<_Tp, 2>& v) in conjugate()
526 template<typename _Tp> Vec<_Tp, 4> inline conjugate(const Vec<_Tp, 4>& v) in conjugate()
712 _Tp Matx<_Tp, m, n>::dot(const Matx<_Tp, m, n>& M) const in dot() argument
720 double Matx<_Tp, m, n>::ddot(const Matx<_Tp, m, n>& M) const in ddot() argument
728 Matx<_Tp,m,n> Matx<_Tp,m,n>::diag(const typename Matx<_Tp,m,n>::diag_type& d) in diag()
820 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_AddOp) in Matx()
827 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_SubOp) in Matx()
834 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, _T2 alpha, Matx_ScaleOp) in Matx()
841 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_MulOp) in Matx()
848 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_DivOp) in Matx()
[all …]
H A Doperations.hpp233 Matx<_Tp, n, l> Matx<_Tp, m, n>::solve(const Matx<_Tp, m, l>& rhs, int method) const in solve() argument
317 …SVD::compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w, Matx<_Tp, m, nm>& u, Matx<_Tp, n, nm>… in compute()
326 SVD::compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w ) in compute()
335 SVD::backSubst( const Matx<_Tp, nm, 1>& w, const Matx<_Tp, m, nm>& u, in backSubst()
436 int print(const Matx<_Tp, m, n>& matx, FILE* stream = stdout) in print()
H A Dcvstd.inl.hpp207 std::ostream& operator << (std::ostream& out, const Matx<_Tp, m, n>& matx) in operator <<()
227 std::ostream& operator << (std::ostream& out, const Vec<_Tp, n>& vec) in operator <<()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Deigen.hpp63 void eigen2cv( const Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& src, OutputArr… in eigen2cv()
81 void eigen2cv( const Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& src, in eigen2cv()
82 Matx<_Tp, _rows, _cols>& dst ) in eigen2cv()
96 Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& dst ) in cv2eigen()
123 void cv2eigen( const Matx<_Tp, _rows, _cols>& src, in cv2eigen()
124 Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& dst ) in cv2eigen()
142 Eigen::Matrix<_Tp, Eigen::Dynamic, Eigen::Dynamic>& dst ) in cv2eigen()
169 void cv2eigen( const Matx<_Tp, _rows, _cols>& src, in cv2eigen()
170 Eigen::Matrix<_Tp, Eigen::Dynamic, Eigen::Dynamic>& dst ) in cv2eigen()
189 Eigen::Matrix<_Tp, Eigen::Dynamic, 1>& dst ) in cv2eigen()
[all …]
H A Dmatx.hpp521 template<typename _Tp> Vec<_Tp, 2> inline conjugate(const Vec<_Tp, 2>& v) in conjugate()
526 template<typename _Tp> Vec<_Tp, 4> inline conjugate(const Vec<_Tp, 4>& v) in conjugate()
712 _Tp Matx<_Tp, m, n>::dot(const Matx<_Tp, m, n>& M) const in dot() argument
720 double Matx<_Tp, m, n>::ddot(const Matx<_Tp, m, n>& M) const in ddot() argument
728 Matx<_Tp,m,n> Matx<_Tp,m,n>::diag(const typename Matx<_Tp,m,n>::diag_type& d) in diag()
820 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_AddOp) in Matx()
827 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_SubOp) in Matx()
834 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, _T2 alpha, Matx_ScaleOp) in Matx()
841 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_MulOp) in Matx()
848 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_DivOp) in Matx()
[all …]
H A Doperations.hpp233 Matx<_Tp, n, l> Matx<_Tp, m, n>::solve(const Matx<_Tp, m, l>& rhs, int method) const in solve() argument
317 …SVD::compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w, Matx<_Tp, m, nm>& u, Matx<_Tp, n, nm>… in compute()
326 SVD::compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w ) in compute()
335 SVD::backSubst( const Matx<_Tp, nm, 1>& w, const Matx<_Tp, m, nm>& u, in backSubst()
436 int print(const Matx<_Tp, m, n>& matx, FILE* stream = stdout) in print()
H A Dcvstd.inl.hpp207 std::ostream& operator << (std::ostream& out, const Matx<_Tp, m, n>& matx) in operator <<()
227 std::ostream& operator << (std::ostream& out, const Vec<_Tp, n>& vec) in operator <<()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Deigen.hpp63 void eigen2cv( const Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& src, OutputArr… in eigen2cv()
81 void eigen2cv( const Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& src, in eigen2cv()
82 Matx<_Tp, _rows, _cols>& dst ) in eigen2cv()
96 Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& dst ) in cv2eigen()
123 void cv2eigen( const Matx<_Tp, _rows, _cols>& src, in cv2eigen()
124 Eigen::Matrix<_Tp, _rows, _cols, _options, _maxRows, _maxCols>& dst ) in cv2eigen()
142 Eigen::Matrix<_Tp, Eigen::Dynamic, Eigen::Dynamic>& dst ) in cv2eigen()
169 void cv2eigen( const Matx<_Tp, _rows, _cols>& src, in cv2eigen()
170 Eigen::Matrix<_Tp, Eigen::Dynamic, Eigen::Dynamic>& dst ) in cv2eigen()
189 Eigen::Matrix<_Tp, Eigen::Dynamic, 1>& dst ) in cv2eigen()
[all …]
H A Dmatx.hpp521 template<typename _Tp> Vec<_Tp, 2> inline conjugate(const Vec<_Tp, 2>& v) in conjugate()
526 template<typename _Tp> Vec<_Tp, 4> inline conjugate(const Vec<_Tp, 4>& v) in conjugate()
712 _Tp Matx<_Tp, m, n>::dot(const Matx<_Tp, m, n>& M) const in dot() argument
720 double Matx<_Tp, m, n>::ddot(const Matx<_Tp, m, n>& M) const in ddot() argument
728 Matx<_Tp,m,n> Matx<_Tp,m,n>::diag(const typename Matx<_Tp,m,n>::diag_type& d) in diag()
820 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_AddOp) in Matx()
827 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_SubOp) in Matx()
834 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, _T2 alpha, Matx_ScaleOp) in Matx()
841 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_MulOp) in Matx()
848 Matx<_Tp,m,n>::Matx(const Matx<_Tp, m, n>& a, const Matx<_Tp, m, n>& b, Matx_DivOp) in Matx()
[all …]
H A Doperations.hpp233 Matx<_Tp, n, l> Matx<_Tp, m, n>::solve(const Matx<_Tp, m, l>& rhs, int method) const in solve() argument
317 …SVD::compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w, Matx<_Tp, m, nm>& u, Matx<_Tp, n, nm>… in compute()
326 SVD::compute( const Matx<_Tp, m, n>& a, Matx<_Tp, nm, 1>& w ) in compute()
335 SVD::backSubst( const Matx<_Tp, nm, 1>& w, const Matx<_Tp, m, nm>& u, in backSubst()
436 int print(const Matx<_Tp, m, n>& matx, FILE* stream = stdout) in print()
H A Dcvstd.inl.hpp207 std::ostream& operator << (std::ostream& out, const Matx<_Tp, m, n>& matx) in operator <<()
227 std::ostream& operator << (std::ostream& out, const Vec<_Tp, n>& vec) in operator <<()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Ddeque.tcc978 __fill_a1(const _GLIBCXX_STD_C::_Deque_iterator<_Tp, _Tp&, _Tp*>& __first, in _M_insert_aux() argument
1000 __copy_move_dit(_GLIBCXX_STD_C::_Deque_iterator<_Tp, _Ref, _Ptr> __first, in _M_insert_aux()
1029 __copy_move_a1(_GLIBCXX_STD_C::_Deque_iterator<_Tp, _Ref, _Ptr> __first, in _M_insert_aux()
1047 _GLIBCXX_STD_C::_Deque_iterator<_Tp, _Tp&, _Tp*> __result) in _M_insert_aux() argument
1072 _GLIBCXX_STD_C::_Deque_iterator<_Tp, _Ref, _Ptr> __first, in _M_insert_aux()
1099 _GLIBCXX_STD_C::_Deque_iterator<_Tp, _Ref, _Ptr> __first, in _M_insert_aux()
1118 _GLIBCXX_STD_C::_Deque_iterator<_Tp, _Tp&, _Tp*> __result) in _M_insert_aux() argument
1148 const _GLIBCXX_STD_C::_Deque_iterator<_Tp, _Ref, _Ptr>& __first1, in _M_insert_aux()
1175 __equal_aux1(_GLIBCXX_STD_C::_Deque_iterator<_Tp, _Ref, _Ptr> __first1, in _M_insert_aux()
1192 _GLIBCXX_STD_C::_Deque_iterator<_Tp, _Ref, _Ptr> __first2) in _M_insert_aux()
H A Dmove.h162 #define _GLIBCXX_FORWARD(_Tp, __val) std::forward<_Tp>(__val) in _GLIBCXX_VISIBILITY() argument
165 #define _GLIBCXX_FORWARD(_Tp, __val) (__val) in _GLIBCXX_VISIBILITY() argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Ddeque.tcc978 __fill_a1(const _GLIBCXX_STD_C::_Deque_iterator<_Tp, _Tp&, _Tp*>& __first, in _M_insert_aux() argument
1000 __copy_move_dit(_GLIBCXX_STD_C::_Deque_iterator<_Tp, _Ref, _Ptr> __first, in _M_insert_aux()
1029 __copy_move_a1(_GLIBCXX_STD_C::_Deque_iterator<_Tp, _Ref, _Ptr> __first, in _M_insert_aux()
1047 _GLIBCXX_STD_C::_Deque_iterator<_Tp, _Tp&, _Tp*> __result) in _M_insert_aux() argument
1072 _GLIBCXX_STD_C::_Deque_iterator<_Tp, _Ref, _Ptr> __first, in _M_insert_aux()
1099 _GLIBCXX_STD_C::_Deque_iterator<_Tp, _Ref, _Ptr> __first, in _M_insert_aux()
1118 _GLIBCXX_STD_C::_Deque_iterator<_Tp, _Tp&, _Tp*> __result) in _M_insert_aux() argument
1148 const _GLIBCXX_STD_C::_Deque_iterator<_Tp, _Ref, _Ptr>& __first1, in _M_insert_aux()
1175 __equal_aux1(_GLIBCXX_STD_C::_Deque_iterator<_Tp, _Ref, _Ptr> __first1, in _M_insert_aux()
1192 _GLIBCXX_STD_C::_Deque_iterator<_Tp, _Ref, _Ptr> __first2) in _M_insert_aux()
H A Dmove.h162 #define _GLIBCXX_FORWARD(_Tp, __val) std::forward<_Tp>(__val) in _GLIBCXX_VISIBILITY() argument
165 #define _GLIBCXX_FORWARD(_Tp, __val) (__val) in _GLIBCXX_VISIBILITY() argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dnumeric_traits.h139 #define __glibcxx_floating(_Tp, _Fval, _Dval, _LDval) \ in _GLIBCXX_VISIBILITY() argument
143 #define __glibcxx_max_digits10(_Tp) \ in _GLIBCXX_VISIBILITY() argument
147 #define __glibcxx_digits10(_Tp) \ in _GLIBCXX_VISIBILITY() argument
150 #define __glibcxx_max_exponent10(_Tp) \ in _GLIBCXX_VISIBILITY() argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dnumeric_traits.h139 #define __glibcxx_floating(_Tp, _Fval, _Dval, _LDval) \ in _GLIBCXX_VISIBILITY() argument
143 #define __glibcxx_max_digits10(_Tp) \ in _GLIBCXX_VISIBILITY() argument
147 #define __glibcxx_digits10(_Tp) \ in _GLIBCXX_VISIBILITY() argument
150 #define __glibcxx_max_exponent10(_Tp) \ in _GLIBCXX_VISIBILITY() argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/pstl/
H A Dexecution_impl.h28 std::false_type __lazy_and(_Tp, std::false_type) in __lazy_and() argument
41 std::true_type __lazy_or(_Tp, std::true_type) in __lazy_or() argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/pstl/
H A Dexecution_impl.h28 std::false_type __lazy_and(_Tp, std::false_type) in __lazy_and() argument
41 std::true_type __lazy_or(_Tp, std::true_type) in __lazy_or() argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/decimal/
H A Ddecimal.h287 #define _DEFINE_DECIMAL_UNARY_OP(_Op, _Tp) \ in _GLIBCXX_VISIBILITY() argument
424 #define _DEFINE_DECIMAL_COMPARISONS(_Op, _Tp) \ in _GLIBCXX_VISIBILITY() argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/decimal/
H A Ddecimal.h287 #define _DEFINE_DECIMAL_UNARY_OP(_Op, _Tp) \ in _GLIBCXX_VISIBILITY() argument
424 #define _DEFINE_DECIMAL_COMPARISONS(_Op, _Tp) \ in _GLIBCXX_VISIBILITY() argument

123