Home
last modified time | relevance | path

Searched refs:deduce_mat2 (Results 1 – 7 of 7) sorted by relevance

/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.hpp29 deduce_mat2<A,B,2,2> >::type
32 typedef typename deduce_mat2<A,B,2,2>::type R; in operator +()
68 deduce_mat2<A,B,2,1> >::type
71 typedef typename deduce_mat2<A,B,2,1>::type R; in operator +()
105 deduce_mat2<A,B,1,2> >::type
108 typedef typename deduce_mat2<A,B,1,2>::type R; in operator +()
142 deduce_mat2<A,B,2,2> >::type
145 typedef typename deduce_mat2<A,B,2,2>::type R; in operator -()
181 deduce_mat2<A,B,2,1> >::type
184 typedef typename deduce_mat2<A,B,2,1>::type R; in operator -()
[all …]
H A Dmat_operations3.hpp31 deduce_mat2<A,B,3,3> >::type
34 typedef typename deduce_mat2<A,B,3,3>::type R; in operator +()
75 deduce_mat2<A,B,3,1> >::type
78 typedef typename deduce_mat2<A,B,3,1>::type R; in operator +()
113 deduce_mat2<A,B,1,3> >::type
116 typedef typename deduce_mat2<A,B,1,3>::type R; in operator +()
151 deduce_mat2<A,B,3,3> >::type
154 typedef typename deduce_mat2<A,B,3,3>::type R; in operator -()
195 deduce_mat2<A,B,3,1> >::type
198 typedef typename deduce_mat2<A,B,3,1>::type R; in operator -()
[all …]
H A Dmat_operations4.hpp31 deduce_mat2<A,B,4,4> >::type
34 typedef typename deduce_mat2<A,B,4,4>::type R; in operator +()
82 deduce_mat2<A,B,4,1> >::type
85 typedef typename deduce_mat2<A,B,4,1>::type R; in operator +()
121 deduce_mat2<A,B,1,4> >::type
124 typedef typename deduce_mat2<A,B,1,4>::type R; in operator +()
160 deduce_mat2<A,B,4,4> >::type
163 typedef typename deduce_mat2<A,B,4,4>::type R; in operator -()
211 deduce_mat2<A,B,4,1> >::type
214 typedef typename deduce_mat2<A,B,4,1>::type R; in operator -()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/
H A Dmat_operations.hpp620 deduce_mat2<A,B,mat_traits<A>::rows,mat_traits<A>::cols> >::type
623 typedef typename deduce_mat2<A,B,mat_traits<A>::rows,mat_traits<A>::cols>::type R; in operator -()
718 deduce_mat2<A,B,mat_traits<A>::rows,mat_traits<B>::cols> >::type
721 typedef typename deduce_mat2<A,B,mat_traits<A>::rows,mat_traits<B>::cols>::type R; in operator *()
872 deduce_mat2<A,B,mat_traits<A>::rows,mat_traits<A>::cols> >::type
875 typedef typename deduce_mat2<A,B,mat_traits<A>::rows,mat_traits<A>::cols>::type R; in operator +()
1416 deduce_mat2<qvm_detail::rotx_mat_<Dim,Angle>,qvm_detail::rotx_mat_<Dim,Angle>,Dim,Dim> struct
1614 deduce_mat2<qvm_detail::roty_mat_<Dim,Angle>,qvm_detail::roty_mat_<Dim,Angle>,Dim,Dim> struct
1812 deduce_mat2<qvm_detail::rotz_mat_<Dim,Angle>,qvm_detail::rotz_mat_<Dim,Angle>,R,C> struct
H A Ddeduce_mat.hpp82 deduce_mat2 struct
H A Dmat_traits_array.hpp105 deduce_mat2<T1[Rows][Cols],T2[Rows][Cols],R,C> struct
/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.hpp121deduce_mat2<qvm_detail::transposed_<OriginalMatrix>,qvm_detail::transposed_<OriginalMatrix>,R,C> struct