Home
last modified time | relevance | path

Searched defs:deduce_mat2 (Results 1 – 4 of 4) 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 Ddeduce_mat.hpp82 deduce_mat2 struct
85 typedef typename qvm_detail::deduce_m2_default<A,B,R,C>::type type;
H A Dmat_traits_array.hpp105 deduce_mat2<T1[Rows][Cols],T2[Rows][Cols],R,C> struct
107 typedef mat<typename deduce_scalar<T1,T2>::type,R,C> type;
H A Dmat_operations.hpp1416 deduce_mat2<qvm_detail::rotx_mat_<Dim,Angle>,qvm_detail::rotx_mat_<Dim,Angle>,Dim,Dim> struct
1418 typedef mat<Angle,Dim,Dim> type;
1614 deduce_mat2<qvm_detail::roty_mat_<Dim,Angle>,qvm_detail::roty_mat_<Dim,Angle>,Dim,Dim> struct
1616 typedef mat<Angle,Dim,Dim> type;
1812 deduce_mat2<qvm_detail::rotz_mat_<Dim,Angle>,qvm_detail::rotz_mat_<Dim,Angle>,R,C> struct
1814 typedef mat<Angle,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.hpp121deduce_mat2<qvm_detail::transposed_<OriginalMatrix>,qvm_detail::transposed_<OriginalMatrix>,R,C> struct
123 typedef mat<typename mat_traits<OriginalMatrix>::scalar_type,R,C> type;