/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue13799.go | 36 const maxI = 500 49 for i := 0; i < maxI; i++ { // ERROR "moved to heap: i$" 62 if len(m) != maxI { 63 panic(fmt.Sprintf("iter %d: maxI = %d, len(m) = %d", iter, maxI, len(m))) // ERROR "iter escapes to heap$" "len\(m\) escapes to heap$" "maxI escapes to heap$" "test1 ... argument does not escape$" 69 const maxI = 500 73 for i := 0; i < maxI; i++ { 86 if len(m) != maxI { 87 panic(fmt.Sprintf("iter %d: maxI = %d, len(m) = %d", iter, maxI, len(m))) // ERROR "iter escapes to heap$" "len\(m\) escapes to hea (…) [all...] |
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue13799.go | 36 const maxI = 500 49 for i := 0; i < maxI; i++ { // ERROR "moved to heap: i$" 62 if len(m) != maxI { 63 panic(fmt.Sprintf("iter %d: maxI = %d, len(m) = %d", iter, maxI, len(m))) // ERROR "iter escapes to heap$" "len\(m\) escapes to heap$" "maxI escapes to heap$" "test1 ... argument does not escape$" 69 const maxI = 500 73 for i := 0; i < maxI; i++ { 86 if len(m) != maxI { 87 panic(fmt.Sprintf("iter %d: maxI = %d, len(m) = %d", iter, maxI, len(m))) // ERROR "iter escapes to heap$" "len\(m\) escapes to hea (…) [all...] |
/external/llvm/test/CodeGen/Mips/msa/ |
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) nounwin [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
SmartCamera.java | 121 int maxI = countHasReachedMax ? numImages : count+1; 122 if(maxI != 0) { 123 if (maxI == 1) mImagesSavedTextView.setText("Image Saved"); 125 mImagesSavedTextView.setText("" + maxI + " Images Saved"); 128 for (int i = 0; i < maxI; i++) {
|
/external/eigen/Eigen/src/Geometry/ |
OrthoMethods.h | 150 Index maxi = 0; local 152 src.cwiseAbs().maxCoeff(&maxi); 153 if (maxi==0) 155 RealScalar invnm = RealScalar(1)/(Vector2() << src.coeff(sndi),src.coeff(maxi)).finished().norm(); 156 perp.coeffRef(maxi) = -numext::conj(src.coeff(sndi)) * invnm; 157 perp.coeffRef(sndi) = numext::conj(src.coeff(maxi)) * invnm;
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/ |
rpc_clnt_broadcast_performance.c | 68 double maxi(double *tbl) function 148 printf("%lf\n", maxi(resultTbl));
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/ |
rpc_clntraw_create_performance.c | 66 double maxi(double *tbl) function 137 printf("%lf\n", maxi(resultTbl));
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcraw_create/ |
rpc_svcraw_create_performance.c | 66 double maxi(double *tbl) function 136 printf("%lf\n", maxi(resultTbl));
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/ |
rpc_svctcp_create_performance.c | 66 double maxi(double *tbl) function 139 printf("%lf\n", maxi(resultTbl));
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create/ |
rpc_svcudp_create_performance.c | 66 double maxi(double *tbl) function 139 printf("%lf\n", maxi(resultTbl));
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/ |
rpc_callrpc_performance.c | 66 double maxi(double *tbl) function 145 printf("%lf\n", maxi(resultTbl));
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/ |
tirpc_rpc_broadcast_performance.c | 72 double maxi(double *tbl) function 150 printf("%lf\n", maxi(resultTbl));
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/ |
tirpc_rpc_broadcast_exp_performance.c | 72 double maxi(double *tbl) function 151 printf("%lf\n", maxi(resultTbl));
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorCostModel.h | 108 double bytes_loaded = numext::maxi(bytes_loaded_, rhs.bytes_loaded()); 109 double bytes_stored = numext::maxi(bytes_stored_, rhs.bytes_stored()); 110 double compute_cycles = numext::maxi(compute_cycles_, rhs.compute_cycles()); 178 return numext::mini(max_threads, numext::maxi(1, threads));
|
/external/eigen/test/ |
qr.cpp | 89 VERIFY_IS_MUCH_SMALLER_THAN( abs(absdet-qr.absDeterminant()), numext::maxi(RealScalar(pow(0.5,size)),numext::maxi<RealScalar>(abs(absdet),abs(qr.absDeterminant()))) );
|
qr_fullpivoting.cpp | 19 Index min_size = numext::maxi(1,EIGEN_TEST_MAX_SIZE/10); 79 Index min_size = numext::maxi(1,EIGEN_TEST_MAX_SIZE/10);
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/ |
rpc_pmap_rmtcall_performance.c | 71 double maxi(double *tbl) function 164 printf("%lf\n", maxi(resultTbl));
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/ |
rpc_clnttcp_create_performance.c | 68 double maxi(double *tbl) function 156 printf("%lf\n", maxi(resultTbl));
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/ |
rpc_clntudp_create_performance.c | 67 double maxi(double *tbl) function 156 printf("%lf\n", maxi(resultTbl));
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/ |
rpc_clnt_call_performance.c | 66 double maxi(double *tbl) function 156 printf("%lf\n", maxi(resultTbl));
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/ |
tirpc_bottomlevel_clnt_call_performance.c | 69 double maxi(double *tbl) function 186 printf("%lf\n", maxi(resultTbl));
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
tirpc_expertlevel_clnt_call_performance.c | 69 double maxi(double *tbl) function 186 printf("%lf\n", maxi(resultTbl));
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/ |
tirpc_rpcb_rmtcall_performance.c | 69 double maxi(double *tbl) function 174 printf("%lf\n", maxi(resultTbl));
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
tirpc_interlevel_clnt_call_performance.c | 66 double maxi(double *tbl) function 163 printf("%lf\n", maxi(resultTbl));
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/ |
tirpc_rpc_call_performance.c | 66 double maxi(double *tbl) function 150 printf("%lf\n", maxi(resultTbl));
|