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

  /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) = -numext::conj(src.coeff(sndi)) * invnm;
145 perp.coeffRef(sndi) = numext::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)
519 Index maxi = (std::min)(j, dst.rows()); local
520 for(Index i = 0; i < maxi; ++i)
523 for(Index i = maxi; i < dst.rows(); ++i)
539 Index maxi = (std::min)(j, dst.rows()-1); local
541 for(Index i = 0; i <= maxi; ++i
555 Index maxi = (std::min)(j, dst.rows()); local
575 Index maxi = (std::min)(j, dst.rows()); local
788 Index maxi = (std::min)(j, rows()-1); local
821 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/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/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/opus/src/tests/
test_opus_api.c 1514 int maxi; local
1643 int maxi,sum,rcnt; local
    [all...]
  /external/libopus/tests/
test_opus_api.c 1514 int maxi; local
1643 int maxi,sum,rcnt; local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.pb_2.3.5.v201308161310.jar 
org.sat4j.core_2.3.5.v201308161310.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.sat4j.pb_2.3.5.v20130525.jar 
org.sat4j.core_2.3.5.v20130525.jar 
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 314 milliseconds