Home
last modified time | relevance | path

Searched defs:cRows (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/plugins/
DBlockMethods.h142 topRightCorner(NRowsType cRows, NColsType cCols) in topRightCorner()
156 topRightCorner(NRowsType cRows, NColsType cCols) const in topRightCorner()
210 typename FixedBlockXpr<CRows,CCols>::Type topRightCorner(Index cRows, Index cCols) in topRightCorner()
218 const typename ConstFixedBlockXpr<CRows,CCols>::Type topRightCorner(Index cRows, Index cCols) const in topRightCorner()
249 topLeftCorner(NRowsType cRows, NColsType cCols) in topLeftCorner()
263 topLeftCorner(NRowsType cRows, NColsType cCols) const in topLeftCorner()
316 typename FixedBlockXpr<CRows,CCols>::Type topLeftCorner(Index cRows, Index cCols) in topLeftCorner()
324 const typename ConstFixedBlockXpr<CRows,CCols>::Type topLeftCorner(Index cRows, Index cCols) const in topLeftCorner()
355 bottomRightCorner(NRowsType cRows, NColsType cCols) in bottomRightCorner()
370 bottomRightCorner(NRowsType cRows, NColsType cCols) const in bottomRightCorner()
[all …]
/external/libpng/contrib/libtests/
Dpngvalid.c1165 size_t cbRow, png_uint_32 cRows) in store_ensure_image()