/aosp_15_r20/external/libaom/test/ |
H A D | comp_mask_pred_test.cc | 148 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local 257 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local 378 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local 552 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local 682 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local 815 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local
|
H A D | av1_k_means_test.cc | 107 const int num_loops = 1000000000 / n; in RunSpeedTest() local 213 const int num_loops = 1000000000 / n; in RunSpeedTest() local
|
H A D | comp_avg_pred_test.cc | 167 const int num_loops = 1000000000 / (in_w + in_h); in RunSpeedTest() local 478 const int num_loops = 1000000000 / (in_w + in_h); in RunSpeedTest() local 606 const int num_loops = 1000000000 / (in_w + in_h); in RunSpeedTest() local
|
H A D | sum_squares_test.cc | 124 const int num_loops = 1000000000 / (width + height); in RunSpeedTest() local 720 const int num_loops = 1000000000 / (width + height); in RunSpeedTest() local 867 const int num_loops = 1000000000 / (width + height); in RunSpeedTest() local
|
H A D | warp_filter_test_util.cc | 183 const int num_loops = 1000000000 / (out_w + out_h); in RunSpeedTest() local 377 const int num_loops = 1000000000 / (out_w + out_h); in RunSpeedTest() local
|
H A D | av1_fwd_txfm2d_test.cc | 304 const int num_loops = 1000000 / (rows * cols); in AV1FwdTxfm2dSpeedTest() local 582 const int num_loops = 1000000 / (rows * cols); in AV1HighbdFwdTxfm2dSpeedTest() local
|
H A D | av1_round_shift_array_test.cc | 88 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local
|
H A D | sse_sum_test.cc | 122 const int num_loops = 1000000000 / (width + height); in RunSpeedTest() local
|
H A D | obmc_variance_test.cc | 110 const int num_loops = 1000000; in TEST_P() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/ |
D | sdpFuzzHelpers.h | 157 uint16_t num_loops = std::min(p_elem.num_params, static_cast<uint16_t>(SDP_MAX_PROTOCOL_PARAMS)); in generateArbitrarySdpProtocolElements() local 173 uint16_t num_loops = std::min(p_elem_list->num_elems, static_cast<uint16_t>(SDP_MAX_LIST_ELEMS)); in generateArbitrarySdpProtocolElementList() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
H A D | tm-tar.c | 22 int num_loops = 10000; variable
|
H A D | tm-tmspr.c | 36 int num_loops = 1000000; variable
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/discovery/ |
D | discovery.cc | 42 int start_discovery([[maybe_unused]] unsigned int num_loops, const RawAddress& raw_address) { in start_discovery()
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/scan/ |
D | scan.cc | 37 int start_scan([[maybe_unused]] unsigned int num_loops) { in start_scan()
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/adapter/ |
D | adapter.cc | 37 int get_adapter_info([[maybe_unused]] unsigned int num_loops) { in get_adapter_info()
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/connect/ |
D | connect.cc | 48 int do_connect([[maybe_unused]] unsigned int num_loops, [[maybe_unused]] const RawAddress& bd_addr, in do_connect()
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/sdp/ |
D | sdp.cc | 44 int sdp_query_uuid([[maybe_unused]] unsigned int num_loops, in sdp_query_uuid()
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/headless/mode/ |
D | mode.cc | 39 int do_mode([[maybe_unused]] unsigned int num_loops, [[maybe_unused]] const RawAddress& bd_addr, in do_mode()
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_misc.cpp | 1664 int num_loops = in TEST() local 1678 int num_loops = in TEST() local 1706 int num_loops = in TEST() local 1720 int num_loops = in TEST() local 1753 int num_loops = in TEST() local 1767 int num_loops = in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/ |
H A D | tf_jitrt_tile_transpose.cc | 122 unsigned num_loops = generic_op.getNumLoops(); in runOnOperation() local
|
H A D | tf_jitrt_tile_cwise.cc | 117 auto num_loops = llvm::cast<LinalgOp>(op).getNumLoops(); in Tile() local
|
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
H A D | read_device_node.c | 217 unsigned long num_loops = -1; in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ |
H A D | scc_test.cc | 421 int num_loops = IdentifyLoops(item.graph, &loops); in TEST_F() local
|
/aosp_15_r20/external/google-fruit/extras/benchmark/ |
H A D | new_delete_benchmark.cpp | 93 size_t num_loops = std::atoi(argv[1]); in EVAL() local
|
/aosp_15_r20/external/ltp/testcases/misc/math/float/ |
H A D | main.c | 60 int num_loops = 500; variable
|