Searched refs:lastCol (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/SVD/ |
D | BDCSVD.h | 175 void divide(Index firstCol, Index lastCol, Index firstRowW, Index firstColW, Index shift); 182 …void deflation(Index firstCol, Index lastCol, Index k, Index firstRowW, Index firstColW, Index shi… 391 void BDCSVD<MatrixType>::divide (Index firstCol, Index lastCol, Index firstRowW, Index firstColW, I… 397 const Index n = lastCol - firstCol + 1; 429 divide(k + 1 + firstCol, lastCol, k + 1 + firstRowW, k + 1 + firstColW, shift); 435 phi = m_naiveU(firstCol + k + 1, lastCol + 1); 440 phi = m_naiveU(0, lastCol + 1); 480 m_naiveU.col(lastCol + 1).segment(firstCol, k + 1) = (q1 * ( - s0)); 482 …m_naiveU.col(firstCol).segment(firstCol + k + 1, n - k) = m_naiveU.col(lastCol + 1).segment(firstC… 484 m_naiveU.col(lastCol + 1).segment(firstCol + k + 1, n - k) *= c0; [all …]
|
/external/freetype/src/pcf/ |
D | pcfread.c | 946 FT_UShort firstCol, lastCol; in pcf_get_encodings() local 978 lastCol = FT_GET_USHORT(); in pcf_get_encodings() 986 lastCol = FT_GET_USHORT_LE(); in pcf_get_encodings() 1005 firstCol, lastCol, in pcf_get_encodings() 1010 if ( firstCol > lastCol || in pcf_get_encodings() 1011 lastCol > 0xFF || in pcf_get_encodings() 1016 nencoding = (FT_ULong)( lastCol - firstCol + 1 ) * in pcf_get_encodings() 1035 defaultCharCol > lastCol ) in pcf_get_encodings() 1054 2 * ( ( defaultCharRow - firstRow ) * ( lastCol - firstCol + 1 ) + in pcf_get_encodings() 1083 for ( j = firstCol; j <= lastCol; j++ ) in pcf_get_encodings()
|
/external/dng_sdk/source/ |
D | dng_gain_map.cpp | 211 uint32 lastCol = static_cast<uint32> (fMap.Points ().h - 1); in ResetColumn() local 213 if (colIndexF >= static_cast<real64> (lastCol)) in ResetColumn() 216 fValueBase = InterpolateEntry (lastCol); in ResetColumn()
|