Home | History | Annotate | Download | only in Core

Lines Matching refs:maxi

482       Index maxi = (std::min)(j, dst.rows()-1);
483 for(Index i = 0; i <= maxi; ++i)
486 for(Index i = maxi+1; i < dst.rows(); ++i)
502 Index maxi = (std::min)(j, dst.rows());
504 for(Index i = 0; i < maxi; ++i)
518 Index maxi = (std::min)(j, dst.rows());
519 for(Index i = 0; i < maxi; ++i)
522 for(Index i = maxi; i < dst.rows(); ++i)
538 Index maxi = (std::min)(j, dst.rows()-1);
540 for(Index i = 0; i <= maxi; ++i)
554 Index maxi = (std::min)(j, dst.rows());
555 for(Index i = 0; i < maxi; ++i)
559 for(Index i = maxi+1; i < dst.rows(); ++i)
574 Index maxi = (std::min)(j, dst.rows());
575 for(Index i = maxi+1; i < dst.rows(); ++i)
579 for(Index i = 0; i < maxi; ++i)
786 Index maxi = (std::min)(j, rows()-1);
787 for(Index i = 0; i <= maxi; ++i)
818 Index maxi = (std::min)(j, rows()-1);
819 for(Index i = 0; i < maxi; ++i)