Home
last modified time | relevance | path

Searched refs:this_matrix (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 Dmat.hpp40 typedef mat<T,Rows,Cols> this_matrix; typedef
49 read_element( this_matrix const & x ) in read_element()
62 write_element( this_matrix & x ) in write_element()
74 read_element_idx( int row, int col, this_matrix const & x ) in read_element_idx()
86 write_element_idx( int row, int col, this_matrix & x ) in write_element_idx()
H A Dmat_traits_array.hpp33 typedef T this_matrix[Rows][Cols]; typedef
42 read_element( this_matrix const & x ) in read_element()
55 write_element( this_matrix & x ) in write_element()
67 read_element_idx( int row, int col, this_matrix const & x ) in read_element_idx()
79 write_element_idx( int row, int col, this_matrix & x ) in write_element_idx()
H A Dmat_operations.hpp211 typedef qvm_detail::identity_mat_<T,Dim> this_matrix; typedef
220 read_element( this_matrix const & x ) in read_element()
232 read_element_idx( int row, int col, this_matrix const & x ) in read_element_idx()
321 typedef qvm_detail::projection_<T> this_matrix; typedef
330 read_element( this_matrix const & x ) in read_element()
411 typedef qvm_detail::matrix_scalar_cast_<OriginalType,Scalar> this_matrix; typedef
419 read_element( this_matrix const & x ) in read_element()
431 read_element_idx( int row, int col, this_matrix const & x ) in read_element_idx()
923 typedef qvm_detail::mref_<M> this_matrix; typedef
931 read_element( this_matrix const & x ) in read_element()
[all …]
/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.hpp57 typedef qvm_detail::transposed_<OriginalMatrix> this_matrix; typedef
65 read_element( this_matrix const & x ) in read_element()
78 write_element( this_matrix & x ) in write_element()
90 read_element_idx( int row, int col, this_matrix const & x ) in read_element_idx()
102 write_element_idx( int row, int col, this_matrix & x ) in write_element_idx()