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

1 2 3

  /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));
TensorDeviceThreadPool.h 199 Index block_size = numext::mini(n, numext::maxi<Index>(1, block_size_f));
201 numext::mini(n, numext::maxi<Index>(1, 2 * block_size_f));
  /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));
rpc_clnt_broadcast_scalability.c 68 double maxi(double *tbl) function
  /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));
rpc_callrpc_scalability.c 66 double maxi(double *tbl) function
  /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/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));
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
tirpc_toplevel_clnt_call_performance.c 66 double maxi(double *tbl) function
155 printf("%lf\n", maxi(resultTbl));
  /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_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/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);

Completed in 746 milliseconds

1 2 3