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 D | deduce_mat.hpp | 82 deduce_mat2 struct 85 typedef typename qvm_detail::deduce_m2_default<A,B,R,C>::type type;
|
| H A D | mat_traits_array.hpp | 105 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 D | mat_operations.hpp | 1416 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 D | transp_impl.hpp | 121 … deduce_mat2<qvm_detail::transposed_<OriginalMatrix>,qvm_detail::transposed_<OriginalMatrix>,R,C> struct 123 typedef mat<typename mat_traits<OriginalMatrix>::scalar_type,R,C> type;
|