HomeSort by relevance Sort by last modified time
    Searched refs:maxi (Results 1 - 8 of 8) sorted by null

  /bootable/recovery/
make-overlay.py 45 maxi = 0 variable
56 if i > maxi: maxi = i
61 maxmaxi = max(maxmaxi, maxi)
  /external/eigen/Eigen/src/Geometry/
OrthoMethods.h 138 Index maxi = 0; local
140 src.cwiseAbs().maxCoeff(&maxi);
141 if (maxi==0)
143 RealScalar invnm = RealScalar(1)/(Vector2() << src.coeff(sndi),src.coeff(maxi)).finished().norm();
144 perp.coeffRef(maxi) = -conj(src.coeff(sndi)) * invnm;
145 perp.coeffRef(sndi) = conj(src.coeff(maxi)) * invnm;
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 482 Index maxi = (std::min)(j, dst.rows()-1); local
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()); local
504 for(Index i = 0; i < maxi; ++i)
518 Index maxi = (std::min)(j, dst.rows()); local
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); local
540 for(Index i = 0; i <= maxi; ++i
554 Index maxi = (std::min)(j, dst.rows()); local
574 Index maxi = (std::min)(j, dst.rows()); local
786 Index maxi = (std::min)(j, rows()-1); local
818 Index maxi = (std::min)(j, rows()-1); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.cpp 101 const TInt maxi = MaxVolume(); local
102 if(aNew > maxi)
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 951 int i, maxlen, maxi, len; local
957 maxi = -1;
967 maxi = i;
971 return maxi;
978 int maxi; local
982 maxi = -1;
993 maxi = i;
998 return maxi;
    [all...]
  /external/chromium_org/third_party/opus/src/tests/
test_opus_api.c 1402 int maxi; local
1515 int maxi,sum,rcnt; local
    [all...]
  /external/speex/libspeex/
filters.c 600 int maxi, maxj; local
622 maxi=maxj=0;
631 maxi=i;
639 if (maxi>0)
643 tmp += MULT16_16(exc[i-(pitch-maxj+3)+k-3],shift_filt[maxi-1][k]);
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 359 milliseconds