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

1 2

  /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/eigen/unsupported/test/
cxx11_tensor_argmax.cpp 69 Tensor<float, 0, DataLayout> maxi = tensor.maximum(); local
71 VERIFY_IS_EQUAL(maxi(), reduced(0).second);
  /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/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_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_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_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/tensorflow/tensorflow/core/kernels/
eigen_attention.h 190 TensorFixedSize<float, Sizes<> > maxi; local
191 maxi.device(device) =
201 maxi.reshape(Sizes<1, 1>()).broadcast(glimpse_size))
  /external/libopus/tests/
test_opus_api.c 1523 int maxi; local
1652 int maxi,sum,rcnt; local
    [all...]
  /external/speex/libspeex/
filters.c 600 int maxi, maxj; local
622 maxi=maxj=0;
631 maxi=i;
639 if (maxi>0)
643 tmp += MULT16_16(exc[i-(pitch-maxj+3)+k-3],shift_filt[maxi-1][k]);

Completed in 672 milliseconds

1 2