Home | History | Annotate | Download | only in Core

Lines Matching defs:max_index

44     Index max_index = (std::size_t(1) << (8 * sizeof(Index) - 1)) - 1; // assume Index is signed
46 : (rows > max_index / cols);