HomeSort by relevance Sort by last modified time
    Searched defs:MaxRows (Results 1 - 4 of 4) sorted by null

  /external/eigen/Eigen/src/Core/
GeneralProduct.h 41 MaxRows = traits<_Lhs>::MaxRowsAtCompileTime,
55 rows_select = product_size_category<Rows,MaxRows>::value,
  /external/eigen/unsupported/Eigen/src/KroneckerProduct/
KroneckerTensorProduct.h 212 MaxRows = size_at_compile_time<traits<Lhs>::MaxRowsAtCompileTime, traits<Rhs>::MaxRowsAtCompileTime>::ret,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
GraphicsConsole.c 248 UINTN MaxRows;
258 // To make graphics console work well, MaxColumns and MaxRows should not be zero.
261 MaxRows = VerticalResolution / EFI_GLYPH_HEIGHT;
266 ASSERT ((MaxColumns >= 80) && (MaxRows >= 25));
272 mGraphicsConsoleModeData[Count - 1].Rows = MaxRows;
301 if ((MaxColumns >= 80) && (MaxRows >= 50)) {
317 (ModeBuffer[Index].Columns > MaxColumns) || (ModeBuffer[Index].Rows > MaxRows)) {
    [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 407 static const int MaxRows = Traits::MaxRowsAtCompileTime, MaxCols = Traits::MaxColsAtCompileTime;
410 typedef Matrix<ComplexScalar, Rows, Cols, 0, MaxRows, MaxCols> ComplexMatrix;

Completed in 1398 milliseconds