Searched defs:leftCols (Results 1 - 2 of 2) sorted by last modified time

/external/eigen/Eigen/src/plugins/
H A DBlockMethods.h526 inline ColsBlockXpr leftCols(Index n) function
531 /** This is the const version of leftCols(Index).*/
532 inline ConstColsBlockXpr leftCols(Index n) const function
551 inline typename NColsBlockXpr<N>::Type leftCols(Index n = N) function
556 /** This is the const version of leftCols<int>().*/
558 inline typename ConstNColsBlockXpr<N>::Type leftCols(Index n = N) const function
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DIntermNode.cpp711 const int leftCols = getCols(); local
724 for (int i = 0; i < leftCols; i++)

Completed in 94 milliseconds