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

1 2

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutexset.cc 37 u64 mini = (u64)-1; local
41 mini = i;
44 RemovePos(mini);
  /external/eigen/unsupported/test/
cxx11_tensor_argmax.cpp 101 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_clntraw_create/
rpc_clntraw_create_performance.c 53 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_svcraw_create/
rpc_svcraw_create_performance.c 53 double mini(double *tbl) function
135 printf("%lf\n", mini(resultTbl));
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/
rpc_svctcp_create_performance.c 53 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/
rpc_svcudp_create_performance.c 53 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/
rpc_callrpc_performance.c 53 double mini(double *tbl) function
144 printf("%lf\n", mini(resultTbl));
rpc_callrpc_scalability.c 53 double mini(double *tbl) function
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/
rpc_pmap_rmtcall_performance.c 58 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/
rpc_clnt_broadcast_performance.c 55 double mini(double *tbl) function
147 printf("%lf\n", mini(resultTbl));
rpc_clnt_broadcast_scalability.c 55 double mini(double *tbl) function
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
rpc_clnttcp_create_performance.c 55 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/
rpc_clntudp_create_performance.c 54 double mini(double *tbl) function
155 printf("%lf\n", mini(resultTbl));
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
rpc_clnt_call_performance.c 53 double mini(double *tbl) function
155 printf("%lf\n", mini(resultTbl));
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
tirpc_bottomlevel_clnt_call_performance.c 56 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/
tirpc_expertlevel_clnt_call_performance.c 56 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_rpcb_rmtcall/
tirpc_rpcb_rmtcall_performance.c 56 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/
tirpc_interlevel_clnt_call_performance.c 53 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/
tirpc_rpc_broadcast_performance.c 59 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/
tirpc_rpc_broadcast_exp_performance.c 59 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/
tirpc_rpc_call_performance.c 53 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/
tirpc_toplevel_clnt_call_performance.c 53 double mini(double *tbl) function
154 printf("%lf\n", mini(resultTbl));
  /external/guice/extensions/mini/src/com/google/inject/mini/
MiniGuice.java 16 package com.google.inject.mini;
  /external/guice/extensions/mini/test/com/google/inject/mini/
MiniGuiceTest.java 16 package com.google.inject.mini;
  /external/eigen/Eigen/src/Core/
MathFunctions.h 832 EIGEN_ALWAYS_INLINE T mini(const T& x, const T& y) function in namespace:Eigen::numext
848 EIGEN_ALWAYS_INLINE T mini(const T& x, const T& y)
854 EIGEN_ALWAYS_INLINE float mini(const float& x, const float& y)
    [all...]

Completed in 314 milliseconds

1 2