/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/swiftshader/third_party/llvm-7.0/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/Geometry/ |
D | OrthoMethods.h | 150 Index maxi = 0; in run() local 152 src.cwiseAbs().maxCoeff(&maxi); in run() 153 if (maxi==0) in run() 155 … RealScalar invnm = RealScalar(1)/(Vector2() << src.coeff(sndi),src.coeff(maxi)).finished().norm(); in run() 156 perp.coeffRef(maxi) = -numext::conj(src.coeff(sndi)) * invnm; in run() 157 perp.coeffRef(sndi) = numext::conj(src.coeff(maxi)) * invnm; in run()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorCostModel.h | 108 double bytes_loaded = numext::maxi(bytes_loaded_, rhs.bytes_loaded()); in cwiseMax() 109 double bytes_stored = numext::maxi(bytes_stored_, rhs.bytes_stored()); in cwiseMax() 110 double compute_cycles = numext::maxi(compute_cycles_, rhs.compute_cycles()); in cwiseMax() 178 return numext::mini(max_threads, numext::maxi(1, threads)); in numThreads()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcraw_create/ |
D | rpc_svcraw_create_performance.c | 66 double maxi(double *tbl) in maxi() function 136 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/ |
D | rpc_clntraw_create_performance.c | 66 double maxi(double *tbl) in maxi() function 137 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/ |
D | rpc_svctcp_create_performance.c | 66 double maxi(double *tbl) in maxi() function 139 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create/ |
D | rpc_svcudp_create_performance.c | 66 double maxi(double *tbl) in maxi() function 139 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/ |
D | tirpc_rpc_broadcast_performance.c | 72 double maxi(double *tbl) in maxi() function 150 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/ |
D | rpc_callrpc_performance.c | 66 double maxi(double *tbl) in maxi() function 145 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/ |
D | tirpc_rpc_call_performance.c | 66 double maxi(double *tbl) in maxi() function 150 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/ |
D | rpc_clnt_broadcast_performance.c | 68 double maxi(double *tbl) in maxi() function 148 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/ |
D | tirpc_rpc_broadcast_exp_performance.c | 72 double maxi(double *tbl) in maxi() function 151 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/python/cpython3/Python/ |
D | peephole.c | 113 unsigned int oparg, Py_ssize_t maxi) in copy_op_arg() argument 116 if (i + ilen > maxi) { in copy_op_arg() 119 write_op_arg(codestr + maxi - ilen, op, oparg, ilen); in copy_op_arg() 120 fill_nops(codestr, i, maxi - ilen); in copy_op_arg() 121 return maxi - 1; in copy_op_arg()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/ |
D | rpc_clnt_call_performance.c | 66 double maxi(double *tbl) in maxi() function 156 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/ |
D | rpc_clnttcp_create_performance.c | 68 double maxi(double *tbl) in maxi() function 156 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
D | tirpc_interlevel_clnt_call_performance.c | 66 double maxi(double *tbl) in maxi() function 163 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/ |
D | rpc_clntudp_create_performance.c | 67 double maxi(double *tbl) in maxi() function 156 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
D | tirpc_toplevel_clnt_call_performance.c | 66 double maxi(double *tbl) in maxi() function 155 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/ |
D | tirpc_rpcb_rmtcall_performance.c | 69 double maxi(double *tbl) in maxi() function 174 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/ |
D | rpc_pmap_rmtcall_performance.c | 71 double maxi(double *tbl) in maxi() function 164 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/ |
D | tirpc_bottomlevel_clnt_call_performance.c | 69 double maxi(double *tbl) in maxi() function 186 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
D | tirpc_expertlevel_clnt_call_performance.c | 69 double maxi(double *tbl) in maxi() function 186 printf("%lf\n", maxi(resultTbl)); in main()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_backward_cuboid_convolutions.h | 143 const TensorIndex forward_pad_top_z = numext::maxi<Index>( 146 const TensorIndex forward_pad_top = numext::maxi<Index>( 148 const TensorIndex forward_pad_left = numext::maxi<Index>( 457 const TensorIndex padPlanes = numext::maxi<Index>( 459 const TensorIndex padRows = numext::maxi<Index>( 461 const TensorIndex padCols = numext::maxi<Index>(
|
D | eigen_attention.h | 206 TensorFixedSize<float, Sizes<> > maxi; in eval() local 207 maxi.device(device) = in eval() 217 maxi.reshape(Sizes<1, 1>()).broadcast(glimpse_size)) in eval()
|