Searched refs:Cols (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/ |
| H A D | mat_traits_array.hpp | 29 template <class T,int Rows,int Cols> 31 mat_traits<T[Rows][Cols]> 33 typedef T this_matrix[Rows][Cols]; 36 static int const cols=Cols; 47 BOOST_QVM_STATIC_ASSERT(Col<Cols); in read_element() 60 BOOST_QVM_STATIC_ASSERT(Col<Cols); in write_element() 72 BOOST_QVM_ASSERT(col<Cols); in read_element_idx() 84 BOOST_QVM_ASSERT(col<Cols); in write_element_idx() 89 template <class T,int Rows,int Cols,int R,int C> 91 deduce_mat<T[Rows][Cols],R,C> [all …]
|
| H A D | mat.hpp | 19 template <class T,int Rows,int Cols> 23 T a[Rows][Cols]; 36 template <class T,int Rows,int Cols> 38 mat_traits< mat<T,Rows,Cols> > 40 typedef mat<T,Rows,Cols> this_matrix; 43 static int const cols=Cols; 54 BOOST_QVM_STATIC_ASSERT(Col<Cols); in read_element() 67 BOOST_QVM_STATIC_ASSERT(Col<Cols); in write_element() 79 BOOST_QVM_ASSERT(col<Cols); in read_element_idx() 91 BOOST_QVM_ASSERT(col<Cols); in write_element_idx()
|
| H A D | deduce_mat.hpp | 19 template <class T,int Rows,int Cols> 44 template <class Type,int Rows=mat_traits<Type>::rows,int Cols=mat_traits<Type>::cols> 49 typedef typename qvm_detail::deduce_mat_default<Type,Rows,Cols>::type type;
|
| H A D | mat_operations.hpp | 1010 template <class T,int Rows,int Cols> 1031 template <class T,int Rows,int Cols> 1033 mat_traits< qvm_detail::zero_mat_<T,Rows,Cols> > 1035 typedef qvm_detail::zero_mat_<T,Rows,Cols> this_matrix; 1038 static int const cols=Cols; 1049 BOOST_QVM_STATIC_ASSERT(Col<Cols); in read_element() 1066 template <class T,int Rows,int Cols,int R,int C> 1068 deduce_mat<qvm_detail::zero_mat_<T,Rows,Cols>,R,C> 1073 template <class T,int Rows,int Cols> 1075 qvm_detail::zero_mat_<T,Rows,Cols> const & [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/src/ |
| H A D | adbg_log.c | 50 const size_t Cols in Do_ADBG_HexLog() argument 56 for (n = 0; n < Size; n += Cols) { in Do_ADBG_HexLog() 61 (void)SecUtil_BufferToHex(Data_p + n, MIN(Cols, Size - n), NULL, in Do_ADBG_HexLog() 63 NumCols = MIN(MIN(Cols, Size - n), sizeof(AsciiBuffer) - 1); in Do_ADBG_HexLog() 74 Do_ADBG_Log(" %-*s %s", (int)Cols * 3, HexBuffer, AsciiBuffer); in Do_ADBG_HexLog()
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx51evk/ |
| H A D | imximage.cfg | 58 * 13 Rows, 10 Cols, 32 bit, SREF=4 Micron Model
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/adbg/include/ |
| H A D | adbg.h | 283 const size_t Cols);
|