Home
last modified time | relevance | path

Searched refs:scalar_type (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Dmat_access.hpp26 typename mat_traits<M>::scalar_type>::type
40 typename mat_traits<M>::scalar_type &>::type
52 …_TRIVIAL typename enable_if_c<is_mat<M>::value,typename mat_traits<M>::scalar_type>::type A00( M c… in A00()
53 …_TRIVIAL typename enable_if_c<is_mat<M>::value,typename mat_traits<M>::scalar_type>::type A01( M c… in A01()
54 …_TRIVIAL typename enable_if_c<is_mat<M>::value,typename mat_traits<M>::scalar_type>::type A02( M c… in A02()
55 …_TRIVIAL typename enable_if_c<is_mat<M>::value,typename mat_traits<M>::scalar_type>::type A03( M c… in A03()
56 …_TRIVIAL typename enable_if_c<is_mat<M>::value,typename mat_traits<M>::scalar_type>::type A04( M c… in A04()
57 …_TRIVIAL typename enable_if_c<is_mat<M>::value,typename mat_traits<M>::scalar_type>::type A05( M c… in A05()
58 …_TRIVIAL typename enable_if_c<is_mat<M>::value,typename mat_traits<M>::scalar_type>::type A06( M c… in A06()
59 …_TRIVIAL typename enable_if_c<is_mat<M>::value,typename mat_traits<M>::scalar_type>::type A07( M c… in A07()
[all …]
H A Dmat_operations.hpp116 typename mat_traits<A>::scalar_type, in cmp()
117 typename mat_traits<B>::scalar_type>::type T; in cmp()
175 typename mat_traits<A>::scalar_type>::type
212 typedef T scalar_type; typedef
219 scalar_type
226 return scalar_traits<scalar_type>::value(Row==Col); in read_element()
231 scalar_type
238 return scalar_traits<scalar_type>::value(row==col); in read_element_idx()
258 assign(a,identity_mat<typename mat_traits<A>::scalar_type,mat_traits<A>::rows>()); in set_identity()
322 typedef T scalar_type; typedef
[all …]
H A Dmat_traits_array.hpp26 typedef void scalar_type; typedef
34 typedef typename qvm_detail::remove_const<T>::type scalar_type; typedef
41 scalar_type
54 scalar_type &
66 scalar_type
78 scalar_type &
H A Dmat.hpp41 typedef T scalar_type; typedef
48 scalar_type
61 scalar_type &
73 scalar_type
85 scalar_type &
H A Dscalar_traits.hpp65 typedef typename mat_traits<A>::scalar_type type;
72 typedef typename quat_traits<A>::scalar_type type;
79 typedef typename vec_traits<A>::scalar_type type;
H A Dquat_traits.hpp19 typedef void scalar_type; typedef
44 …tatic bool const value=!is_quaternion_detail::is_void<typename quat_traits<T>::scalar_type>::value;
H A Dvec_traits.hpp20 typedef void scalar_type; typedef
H A Dmat_traits.hpp21 typedef void scalar_type; typedef
H A Ddeduce_vec.hpp30 typedef vec<typename vec_traits<V>::scalar_type,D> type;
H A Ddeduce_mat.hpp32 typedef mat<typename mat_traits<M>::scalar_type,R,C> type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/detail/
H A Dtransp_impl.hpp56 typedef typename mat_traits<OriginalMatrix>::scalar_type scalar_type; typedef
64 scalar_type
77 scalar_type &
89 scalar_type
101 scalar_type &
116 typedef mat<typename mat_traits<OriginalMatrix>::scalar_type,R,C> type;
123 typedef mat<typename mat_traits<OriginalMatrix>::scalar_type,R,C> type;
H A Ddeterminant_impl.hpp30 typename mat_traits<M>::scalar_type
40 typename mat_traits<M>::scalar_type
43 typedef typename mat_traits<M>::scalar_type T; in determinant_impl_()
69 typename mat_traits<M>::scalar_type
H A Dcofactor_impl.hpp29 typedef typename mat_traits<A>::scalar_type T; in cofactor_impl()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dvec_math.hpp537 #define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(op, input_type, scalar_type, output_type) \ argument
538 …__device__ __forceinline__ output_type ## 1 operator op(const input_type ## 1 & a, scalar_type s) \
542 …__device__ __forceinline__ output_type ## 1 operator op(scalar_type s, const input_type ## 1 & b) \
546 …__device__ __forceinline__ output_type ## 2 operator op(const input_type ## 2 & a, scalar_type s) \
550 …__device__ __forceinline__ output_type ## 2 operator op(scalar_type s, const input_type ## 2 & b) \
554 …__device__ __forceinline__ output_type ## 3 operator op(const input_type ## 3 & a, scalar_type s) \
558 …__device__ __forceinline__ output_type ## 3 operator op(scalar_type s, const input_type ## 3 & b) \
562 …__device__ __forceinline__ output_type ## 4 operator op(const input_type ## 4 & a, scalar_type s) \
566 …__device__ __forceinline__ output_type ## 4 operator op(scalar_type s, const input_type ## 4 & b) \
814 #define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(func_name, func, input_type, scalar_type, output_type… argument
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dvec_math.hpp537 #define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(op, input_type, scalar_type, output_type) \ argument
538 …__device__ __forceinline__ output_type ## 1 operator op(const input_type ## 1 & a, scalar_type s) \
542 …__device__ __forceinline__ output_type ## 1 operator op(scalar_type s, const input_type ## 1 & b) \
546 …__device__ __forceinline__ output_type ## 2 operator op(const input_type ## 2 & a, scalar_type s) \
550 …__device__ __forceinline__ output_type ## 2 operator op(scalar_type s, const input_type ## 2 & b) \
554 …__device__ __forceinline__ output_type ## 3 operator op(const input_type ## 3 & a, scalar_type s) \
558 …__device__ __forceinline__ output_type ## 3 operator op(scalar_type s, const input_type ## 3 & b) \
562 …__device__ __forceinline__ output_type ## 4 operator op(const input_type ## 4 & a, scalar_type s) \
566 …__device__ __forceinline__ output_type ## 4 operator op(scalar_type s, const input_type ## 4 & b) \
814 #define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(func_name, func, input_type, scalar_type, output_type… argument
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dvec_math.hpp537 #define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_OP(op, input_type, scalar_type, output_type) \ argument
538 …__device__ __forceinline__ output_type ## 1 operator op(const input_type ## 1 & a, scalar_type s) \
542 …__device__ __forceinline__ output_type ## 1 operator op(scalar_type s, const input_type ## 1 & b) \
546 …__device__ __forceinline__ output_type ## 2 operator op(const input_type ## 2 & a, scalar_type s) \
550 …__device__ __forceinline__ output_type ## 2 operator op(scalar_type s, const input_type ## 2 & b) \
554 …__device__ __forceinline__ output_type ## 3 operator op(const input_type ## 3 & a, scalar_type s) \
558 …__device__ __forceinline__ output_type ## 3 operator op(scalar_type s, const input_type ## 3 & b) \
562 …__device__ __forceinline__ output_type ## 4 operator op(const input_type ## 4 & a, scalar_type s) \
566 …__device__ __forceinline__ output_type ## 4 operator op(scalar_type s, const input_type ## 4 & b) \
814 #define CV_CUDEV_IMPLEMENT_SCALAR_BINARY_FUNC(func_name, func, input_type, scalar_type, output_type… argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/gen/
H A Dmat_operations2.hpp1444 typename mat_traits<A>::scalar_type>::type
1447 typedef typename mat_traits<A>::scalar_type T; in determinant()
1483 typedef typename mat_traits<A>::scalar_type T; in inverse()
1506 typedef typename mat_traits<A>::scalar_type T; in inverse()
1541 typedef typename mat_traits<A>::scalar_type Ta; in operator *()
1542 typedef typename mat_traits<B>::scalar_type Tb; in operator *()
1590 typedef typename mat_traits<A>::scalar_type Ta; in operator *=()
1591 typedef typename mat_traits<B>::scalar_type Tb; in operator *=()
1635 typedef typename mat_traits<A>::scalar_type Ta; in operator *()
1636 typedef typename mat_traits<B>::scalar_type Tb; in operator *()
[all …]
H A Dmat_operations3.hpp1130 typedef typename mat_traits<R>::scalar_type T; in convert_to()
1580 typename mat_traits<A>::scalar_type>::type
1583 typedef typename mat_traits<A>::scalar_type T; in determinant()
1624 typedef typename mat_traits<A>::scalar_type T; in inverse()
1657 typedef typename mat_traits<A>::scalar_type T; in inverse()
1692 typedef typename mat_traits<A>::scalar_type Ta; in operator *()
1693 typedef typename mat_traits<B>::scalar_type Tb; in operator *()
1756 typedef typename mat_traits<A>::scalar_type Ta; in operator *=()
1757 typedef typename mat_traits<B>::scalar_type Tb; in operator *=()
1816 typedef typename mat_traits<A>::scalar_type Ta; in operator *()
[all …]
H A Dmat_operations4.hpp1226 typedef typename mat_traits<R>::scalar_type T; in convert_to()
1713 typename mat_traits<A>::scalar_type>::type
1716 typedef typename mat_traits<A>::scalar_type T; in determinant()
1764 typedef typename mat_traits<A>::scalar_type T; in inverse()
1811 typedef typename mat_traits<A>::scalar_type T; in inverse()
1846 typedef typename mat_traits<A>::scalar_type Ta; in operator *()
1847 typedef typename mat_traits<B>::scalar_type Tb; in operator *()
1931 typedef typename mat_traits<A>::scalar_type Ta; in operator *=()
1932 typedef typename mat_traits<B>::scalar_type Tb; in operator *=()
2012 typedef typename mat_traits<A>::scalar_type Ta; in operator *()
[all …]