Searched defs:mini (Results 1 - 25 of 27) sorted by relevance

12

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.cc37 u64 mini = (u64)-1; local
41 mini = i;
44 RemovePos(mini);
/external/eigen/unsupported/test/
H A Dcxx11_tensor_argmax.cpp101 Tensor<float, 0, DataLayout> mini = tensor.minimum(); local
103 VERIFY_IS_EQUAL(mini(), reduced(0).second);
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcraw_create/
H A Drpc_svcraw_create_performance.c53 double mini(double *tbl) function
135 printf("%lf\n", mini(resultTbl));
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/
H A Drpc_pmap_rmtcall_performance.c58 double mini(double *tbl) function
163 printf("%lf\n", mini(resultTbl));
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/
H A Drpc_clnt_broadcast_performance.c55 double mini(double *tbl) function
147 printf("%lf\n", mini(resultTbl));
H A Drpc_clnt_broadcast_scalability.c55 double mini(double *tbl) function
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/
H A Drpc_clntraw_create_performance.c53 double mini(double *tbl) function
136 printf("%lf\n", mini(resultTbl));
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
H A Drpc_clnttcp_create_performance.c55 double mini(double *tbl) function
155 printf("%lf\n", mini(resultTbl));
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/
H A Drpc_clntudp_create_performance.c54 double mini(double *tbl) function
155 printf("%lf\n", mini(resultTbl));
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/
H A Drpc_svctcp_create_performance.c53 double mini(double *tbl) function
138 printf("%lf\n", mini(resultTbl));
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create/
H A Drpc_svcudp_create_performance.c53 double mini(double *tbl) function
138 printf("%lf\n", mini(resultTbl));
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/
H A Drpc_callrpc_performance.c53 double mini(double *tbl) function
144 printf("%lf\n", mini(resultTbl));
H A Drpc_callrpc_scalability.c53 double mini(double *tbl) function
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
H A Drpc_clnt_call_performance.c53 double mini(double *tbl) function
155 printf("%lf\n", mini(resultTbl));
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
H A Dtirpc_rpcb_rmtcall_performance.c56 double mini(double *tbl) function
173 printf("%lf\n", mini(resultTbl));
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
H A Dtirpc_interlevel_clnt_call_performance.c53 double mini(double *tbl) function
162 printf("%lf\n", mini(resultTbl));
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
H A Dtirpc_rpc_broadcast_performance.c59 double mini(double *tbl) function
149 printf("%lf\n", mini(resultTbl));
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
H A Dtirpc_rpc_broadcast_exp_performance.c59 double mini(double *tbl) function
150 printf("%lf\n", mini(resultTbl));
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
H A Dtirpc_rpc_call_performance.c53 double mini(double *tbl) function
149 printf("%lf\n", mini(resultTbl));
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
H A Dtirpc_toplevel_clnt_call_performance.c53 double mini(double *tbl) function
154 printf("%lf\n", mini(resultTbl));
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
H A Dtirpc_bottomlevel_clnt_call_performance.c56 double mini(double *tbl) function
185 printf("%lf\n", mini(resultTbl));
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
H A Dtirpc_expertlevel_clnt_call_performance.c56 double mini(double *tbl) function
185 printf("%lf\n", mini(resultTbl));
/external/guice/extensions/mini/src/com/google/inject/mini/
H A DMiniGuice.java16 package com.google.inject.mini;
/external/guice/extensions/mini/test/com/google/inject/mini/
H A DMiniGuiceTest.java16 package com.google.inject.mini;
/external/tensorflow/tensorflow/core/kernels/
H A Deigen_attention.h151 TensorFixedSize<Scalar, Sizes<> > mini; local
152 mini.device(device) = input.template chip<3>(i).minimum();
154 range.device(device) = (input.template chip<3>(i).maximum() - mini)
160 mini.reshape(Sizes<1, 1, 1>()).broadcast(glimpse_size) +
187 TensorFixedSize<Scalar, Sizes<> > mini; local
188 mini.device(device) =
203 mini.reshape(Sizes<1, 1>()).broadcast(glimpse_size));

Completed in 383 milliseconds

12