Searched refs:rowOffset (Results 1 – 13 of 13) sorted by relevance
106 …inline ScalarWithConstIfNotLvalue* data() { return &(m_matrix.coeffRef(rowOffset(), colOffset()));…108 inline const Scalar* data() const { return &(m_matrix.coeffRef(rowOffset(), colOffset())); }114 return m_matrix.coeffRef(row+rowOffset(), row+colOffset());120 return m_matrix.coeffRef(row+rowOffset(), row+colOffset());126 return m_matrix.coeff(row+rowOffset(), row+colOffset());133 return m_matrix.coeffRef(idx+rowOffset(), idx+colOffset());139 return m_matrix.coeffRef(idx+rowOffset(), idx+colOffset());145 return m_matrix.coeff(idx+rowOffset(), idx+colOffset());170 EIGEN_STRONG_INLINE Index rowOffset() const { return m_index.value()>0 ? 0 : -m_index.value(); }
1564 return m_argImpl.coeff(row + rowOffset(), row + colOffset());1570 return m_argImpl.coeff(index + rowOffset(), index + colOffset());1576 return m_argImpl.coeffRef(row + rowOffset(), row + colOffset());1582 return m_argImpl.coeffRef(index + rowOffset(), index + colOffset());1590 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index rowOffset() const { return m_index.value() > 0 ? 0 : -…
364 const Index rowOffset = in loadCoeff() local366 const Index inputRow = rowIndex + rowOffset * m_in_row_strides; in loadCoeff()373 patchOffset - colOffset * m_colStride - rowOffset * m_rowStride; in loadCoeff()409 const Index rowOffset = in loadCoeffStandard() local412 patchOffset - colOffset * m_colStride - rowOffset * m_rowStride; in loadCoeffStandard()415 const Index inputRow = rowIndex + rowOffset; in loadCoeffStandard()541 const Index rowOffset = in loadPacketFast() local544 patchOffset - colOffset * m_colStride - rowOffset * m_rowStride; in loadPacketFast()547 const Index inputRow = rowIndex + rowOffset; in loadPacketFast()915 const Index rowOffset = in planeOffset() local[all …]
286 const Index rowOffset = in coeff() local289 rowOffset * m_in_row_strides - m_rowPaddingTop; in coeff()304 patchOffset - colOffset * m_colStride - rowOffset * m_rowStride; in coeff()473 const Index rowOffset = in coeff() local496 rowOffset * m_in_row_strides - m_rowPaddingTop; in coeff()
295 const Index rowOffset = patchOffset - colOffset * m_colStride; in loadCoeff() local296 const Index inputRow = rowIndex + rowOffset * m_in_row_strides; in loadCoeff()324 const Index rowOffset = patchOffset - colOffset * m_colStride; in loadCoeffStandard() local326 const Index inputRow = rowIndex + rowOffset; in loadCoeffStandard()421 const Index rowOffset = patchOffset - colOffset * m_colStride; in loadPacketFast() local423 const Index inputRow = rowIndex + rowOffset; in loadPacketFast()734 EIGEN_ALWAYS_INLINE Index rowOffset() const { in rowOffset() function861 const Index start_row = (c == start_col) ? rhs.rowOffset() : 0;1069 const Index start_row = (c == start_col) ? rhs.rowOffset() : 0;
114 const StorageIndex start_row = (c == start_col) ? rhs.rowOffset() : 0;
254 int rowOffset = nextRow == null ? 0 : rowDelta - nextRow.getReferenceNumber(); in addBytes() local255 rowOffset <<= 1; // make room for returns in addBytes()257 rowOffset |= 1; in addBytes()258 return StateDictionary.addBytes(rowOffset, target, pos); in addBytes()
139 const int64 rowOffset = SafeInt64Mult(fRowStep, variable146 SafeInt64Add(SafeInt64Add(rowOffset, colOffset), planeOffset));
1772 uint32_t rowOffset = row * DestRowWidthBytes;1774 uint8_t* pRow = pCol0 + rowOffset;1863 uint32_t rowOffset = row * DestRowWidthBytes;1865 uint8_t* pRow = pCol0 + rowOffset;2048 uint32_t rowOffset = row * DestRowWidthBytes;2050 uint8_t* pRow = pCol0 + rowOffset;2147 uint32_t rowOffset = row * DestRowWidthBytes;2150 pCol0 + rowOffset,2151 pCol0 + rowOffset + DestRowWidthBytes,2152 pCol1 + rowOffset,[all …]
378 const Index rowOffset = (patchOffset - colOffset * m_colStride) / m_fastRowStride;379 … const Index inputRow = rowIndex * m_row_strides + rowOffset * m_in_row_strides - m_rowPaddingTop;388 const Index planeOffset = patchOffset - colOffset * m_colStride - rowOffset * m_rowStride;
347 const Index rowOffset = patchOffset - colOffset * m_colStride;348 … const Index inputRow = rowIndex * m_row_strides + rowOffset * m_in_row_strides - m_rowPaddingTop;
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
2575 UINT_64 rowOffset = static_cast<UINT_64>(y) * pitch; in ComputeSurfaceAddrFromCoordLinear() local2578 UINT_64 addr = (sliceOffset + rowOffset + pixOffset) * bpp; in ComputeSurfaceAddrFromCoordLinear()