Searched refs:initMatrix_identity (Results 1 – 2 of 2) sorted by relevance
27 template<typename MatrixType> void initMatrix_identity(MatrixType& mat) __attribute__((noinline));28 template<typename MatrixType> void initMatrix_identity(MatrixType& mat) in initMatrix_identity() function
49 initMatrix_identity(I); in benchBasic()