Home
last modified time | relevance | path

Searched refs:maxi (Results 1 – 25 of 82) sorted by relevance

1234

/external/llvm-project/llvm/test/CodeGen/Mips/msa/
Di5-m.ll14 %1 = tail call <16 x i8> @llvm.mips.maxi.s.b(<16 x i8> %0, i32 14)
16 %2 = tail call <16 x i8> @llvm.mips.maxi.s.b(<16 x i8> %0, i32 -14)
21 declare <16 x i8> @llvm.mips.maxi.s.b(<16 x i8>, i32) nounwind
38 %1 = tail call <8 x i16> @llvm.mips.maxi.s.h(<8 x i16> %0, i32 14)
40 %2 = tail call <8 x i16> @llvm.mips.maxi.s.h(<8 x i16> %0, i32 -14)
45 declare <8 x i16> @llvm.mips.maxi.s.h(<8 x i16>, i32) nounwind
62 %1 = tail call <4 x i32> @llvm.mips.maxi.s.w(<4 x i32> %0, i32 14)
64 %2 = tail call <4 x i32> @llvm.mips.maxi.s.w(<4 x i32> %0, i32 -14)
69 declare <4 x i32> @llvm.mips.maxi.s.w(<4 x i32>, i32) nounwind
86 %1 = tail call <2 x i64> @llvm.mips.maxi.s.d(<2 x i64> %0, i32 14)
[all …]
/external/llvm/test/CodeGen/Mips/msa/
Di5-m.ll13 %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/tensorflow/tensorflow/compiler/mlir/lite/quantization/tensorflow/tests/
Dtf_to_quant.mlir50 %maxi = "tf.Identity"(%max) : (tensor<f32>) -> tensor<f32>
51 …%rst = "tf.FakeQuantWithMinMaxVars"(%in, %mini, %maxi) {num_bits = 3, narrow_range = false} : (ten…
77 %maxi = "tf.Identity"(%max) : (tensor<f32>) -> tensor<f32>
78 …%fq = "tf.FakeQuantWithMinMaxVars"(%in, %mini, %maxi) {num_bits = 3, narrow_range = false} : (tens…
96 %maxi = "tf.Identity"(%max) : (tensor<16xf32>) -> tensor<16xf32>
97 …%fq = "tf.FakeQuantWithMinMaxVarsPerChannel"(%in, %mini, %maxi) {num_bits = 3, narrow_range = fals…
117 %maxi = "tf.Identity"(%max) : (tensor<f32>) -> tensor<f32>
118 …%fq = "tf.FakeQuantWithMinMaxVars"(%in, %mini, %maxi) {num_bits = 3, narrow_range = false} : (tens…
136 %maxi = "tf.Identity"(%max) : (tensor<16xf32>) -> tensor<16xf32>
137 …%fq = "tf.FakeQuantWithMinMaxVarsPerChannel"(%in, %mini, %maxi) {num_bits = 3, narrow_range = fals…
/external/eigen/Eigen/src/Geometry/
DOrthoMethods.h150 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/
DTensorCostModel.h108 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/
Drpc_svcraw_create_performance.c66 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_svcudp_create/
Drpc_svcudp_create_performance.c66 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_clntraw_create/
Drpc_clntraw_create_performance.c66 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/
Drpc_svctcp_create_performance.c66 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/
Dtirpc_rpc_broadcast_performance.c72 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/
Drpc_callrpc_performance.c66 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_broadcast_exp/
Dtirpc_rpc_broadcast_exp_performance.c72 double maxi(double *tbl) in maxi() function
151 printf("%lf\n", maxi(resultTbl)); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
Dtirpc_rpc_call_performance.c67 double maxi(double *tbl) in maxi() function
151 printf("%lf\n", maxi(resultTbl)); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/
Drpc_clnt_broadcast_performance.c68 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/rpc/rpc_stdcall_clnt_call/
Drpc_clnt_call_performance.c66 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/
Dtirpc_interlevel_clnt_call_performance.c66 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/tirpc/tirpc_toplevel_clnt_call/
Dtirpc_toplevel_clnt_call_performance.c66 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/rpc/rpc_createdestroy_clnttcp_create/
Drpc_clnttcp_create_performance.c69 double maxi(double *tbl) in maxi() function
157 printf("%lf\n", maxi(resultTbl)); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/
Drpc_clntudp_create_performance.c68 double maxi(double *tbl) in maxi() function
157 printf("%lf\n", maxi(resultTbl)); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/
Drpc_pmap_rmtcall_performance.c71 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_expertlevel_rpcb_rmtcall/
Dtirpc_rpcb_rmtcall_performance.c69 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/tirpc/tirpc_bottomlevel_clnt_call/
Dtirpc_bottomlevel_clnt_call_performance.c69 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/
Dtirpc_expertlevel_clnt_call_performance.c69 double maxi(double *tbl) in maxi() function
186 printf("%lf\n", maxi(resultTbl)); in main()
/external/python/cpython3/Python/
Dpeephole.c113 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/tensorflow/tensorflow/core/kernels/
Deigen_backward_cuboid_convolutions.h143 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>(

1234