Home | History | Annotate | Download | only in Core

Lines Matching refs:maxi

491       Index maxi = (std::min)(j, dst.rows()-1);
492 for(Index i = 0; i <= maxi; ++i)
495 for(Index i = maxi+1; i < dst.rows(); ++i)
511 Index maxi = (std::min)(j, dst.rows());
513 for(Index i = 0; i < maxi; ++i)
528 Index maxi = (std::min)(j, dst.rows());
529 for(Index i = 0; i < maxi; ++i)
532 for(Index i = maxi; i < dst.rows(); ++i)
548 Index maxi = (std::min)(j, dst.rows()-1);
550 for(Index i = 0; i <= maxi; ++i)
564 Index maxi = (std::min)(j, dst.rows());
565 for(Index i = 0; i < maxi; ++i)
569 for(Index i = maxi+1; i < dst.rows(); ++i)
584 Index maxi = (std::min)(j, dst.rows());
585 for(Index i = maxi+1; i < dst.rows(); ++i)
589 for(Index i = 0; i < maxi; ++i)
797 Index maxi = (std::min)(j, rows()-1);
798 for(Index i = 0; i <= maxi; ++i)
830 Index maxi = (std::min)(j, rows()-1);
831 for(Index i = 0; i < maxi; ++i)