Searched refs:maxi (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/CodeGen/Mips/msa/ |
D | i5-m.ll | 13 %1 = tail call <16 x i8> @llvm.mips.maxi.s.b(<16 x i8> %0, i32 14) 18 declare <16 x i8> @llvm.mips.maxi.s.b(<16 x i8>, i32) nounwind 32 %1 = tail call <8 x i16> @llvm.mips.maxi.s.h(<8 x i16> %0, i32 14) 37 declare <8 x i16> @llvm.mips.maxi.s.h(<8 x i16>, i32) nounwind 51 %1 = tail call <4 x i32> @llvm.mips.maxi.s.w(<4 x i32> %0, i32 14) 56 declare <4 x i32> @llvm.mips.maxi.s.w(<4 x i32>, i32) nounwind 70 %1 = tail call <2 x i64> @llvm.mips.maxi.s.d(<2 x i64> %0, i32 14) 75 declare <2 x i64> @llvm.mips.maxi.s.d(<2 x i64>, i32) nounwind 89 %1 = tail call <16 x i8> @llvm.mips.maxi.u.b(<16 x i8> %0, i32 14) 94 declare <16 x i8> @llvm.mips.maxi.u.b(<16 x i8>, i32) nounwind [all …]
|
/external/eigen/Eigen/src/Core/ |
D | TriangularMatrix.h | 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) [all …]
|
/external/eigen/Eigen/src/Geometry/ |
D | OrthoMethods.h | 138 Index maxi = 0; in run() local 140 src.cwiseAbs().maxCoeff(&maxi); in run() 141 if (maxi==0) in run() 143 … RealScalar invnm = RealScalar(1)/(Vector2() << src.coeff(sndi),src.coeff(maxi)).finished().norm(); in run() 144 perp.coeffRef(maxi) = -numext::conj(src.coeff(sndi)) * invnm; in run() 145 perp.coeffRef(sndi) = numext::conj(src.coeff(maxi)) * invnm; in run()
|
/external/speex/libspeex/ |
D | filters.c | 600 int maxi, maxj; in interp_pitch() local 622 maxi=maxj=0; in interp_pitch() 631 maxi=i; in interp_pitch() 639 if (maxi>0) in interp_pitch() 643 tmp += MULT16_16(exc[i-(pitch-maxj+3)+k-3],shift_filt[maxi-1][k]); in interp_pitch()
|
/external/libopus/tests/ |
D | test_opus_api.c | 1514 int maxi; in test_repacketizer_api() local 1516 maxi=960/opus_packet_get_samples_per_frame(packet,8000); in test_repacketizer_api() 1517 for(i=1;i<=maxi;i++) in test_repacketizer_api() 1643 int maxi,sum,rcnt; in test_repacketizer_api() local 1645 maxi=960/opus_packet_get_samples_per_frame(packet,8000); in test_repacketizer_api() 1649 for(i=1;i<=maxi+2;i++) in test_repacketizer_api() 1653 if(rcnt<maxi) in test_repacketizer_api()
|