/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
D | tm-tar.c | 22 int num_loops = 10000; variable 31 for (i = 0; i < num_loops; i++) in test_tar() 84 num_loops = atoi(argv[1]); in main() 88 printf("Starting, %d loops\n", num_loops); in main()
|
D | tm-tmspr.c | 36 int num_loops = 10000; variable 61 for (i = 0; i < num_loops; i++) { in tfiar_tfhar() 77 for (i = 0; i < num_loops; i++) { in texasr() 145 num_loops = atoi(argv[1]); in main()
|
/external/llvm-project/openmp/runtime/test/worksharing/for/ |
D | kmp_set_dispatch_buf.c | 20 int num_disp_buffers, num_loops; variable 32 for (j = 0; j < num_loops; j++) { in test_kmp_set_disp_num_buffers() 75 num_loops = 10; in main() 77 num_loops = num_disp_buffers*10; in main() 79 for (j = 0; j < num_loops; j++) { in main()
|
/external/libaom/libaom/test/ |
D | comp_avg_pred_test.h | 166 const int num_loops = 1000000000 / (in_w + in_h); in RunSpeedTest() local 170 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 177 1000.0 * elapsed_time / num_loops); in RunSpeedTest() 182 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 188 1000.0 * elapsed_time1 / num_loops); in RunSpeedTest() 291 const int num_loops = 1000000000 / (in_w + in_h); in RunSpeedTest() local 296 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 304 1000.0 * elapsed_time / num_loops); in RunSpeedTest() 309 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 316 1000.0 * elapsed_time1 / num_loops); in RunSpeedTest() [all …]
|
D | comp_mask_variance_test.cc | 129 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local 137 for (int j = 0; j < num_loops; ++j) { in RunSpeedTest() 142 elapsed_time[i] = 1000.0 * time / num_loops; in RunSpeedTest() 230 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local 238 for (int j = 0; j < num_loops; ++j) { in RunSpeedTest() 245 elapsed_time[i] = 1000.0 * time / num_loops; in RunSpeedTest() 392 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local 401 for (int j = 0; j < num_loops; ++j) { in RunSpeedTest() 407 elapsed_time[i] = 1000.0 * time / num_loops; in RunSpeedTest() 525 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local [all …]
|
D | av1_round_shift_array_test.cc | 87 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local 94 for (int j = 0; j < num_loops; ++j) { in RunSpeedTest() 99 elapsed_time[i] = 1000.0 * time / num_loops; in RunSpeedTest()
|
D | sum_squares_test.cc | 126 const int num_loops = 1000000000 / (width + height); in RunSpeedTest() local 130 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 136 1000.0 * elapsed_time / num_loops); in RunSpeedTest() 140 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 145 1000.0 * elapsed_time1 / num_loops); in RunSpeedTest() 661 const int num_loops = 1000000000 / (width + height); in RunSpeedTest() local 665 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 673 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 793 const int num_loops = 1000000000 / (width + height); in RunSpeedTest() local 797 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() [all …]
|
D | av1_convolve_2d_test_util.cc | 138 const int num_loops = 1000000000 / (out_w + out_h); in RunSpeedTest() local 150 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 157 out_h, 1000.0 * elapsed_time / num_loops); in RunSpeedTest() 324 const int num_loops = 1000000000 / (out_w + out_h); in RunSpeedTest() local 346 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 354 out_h, 1000.0 * elapsed_time / num_loops); in RunSpeedTest() 410 const int num_loops = 1000000000 / (out_w + out_h); in RunSpeedTest() local 421 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 429 out_h, 1000.0 * elapsed_time / num_loops); in RunSpeedTest() 554 const int num_loops = 1000000000 / (out_w + out_h); in RunSpeedTest() local [all …]
|
D | frame_error_test.cc | 119 const int num_loops = 10000000 / (width + height); in RunSpeedTest() local 126 for (int j = 0; j < num_loops; ++j) { in RunSpeedTest() 131 elapsed_time[i] = 1000.0 * time / num_loops; in RunSpeedTest()
|
D | av1_fwd_txfm2d_test.cc | 297 const int num_loops = 1000000 / (rows * cols); in AV1FwdTxfm2dSpeedTest() local 329 for (int i = 0; i < num_loops; ++i) { in AV1FwdTxfm2dSpeedTest() 337 for (int i = 0; i < num_loops; ++i) { in AV1FwdTxfm2dSpeedTest() 490 const int num_loops = 1000000 / (rows * cols); in AV1HighbdFwdTxfm2dSpeedTest() local 522 for (int i = 0; i < num_loops; ++i) { in AV1HighbdFwdTxfm2dSpeedTest() 530 for (int i = 0; i < num_loops; ++i) { in AV1HighbdFwdTxfm2dSpeedTest()
|
D | warp_filter_test_util.cc | 156 const int num_loops = 1000000000 / (out_w + out_h); in RunSpeedTest() local 159 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 166 1000.0 * elapsed_time / num_loops); in RunSpeedTest() 350 const int num_loops = 1000000000 / (out_w + out_h); in RunSpeedTest() local 354 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 361 1000.0 * elapsed_time / num_loops); in RunSpeedTest()
|
D | reconinter_test.cc | 153 const int num_loops = 10000000 / (width + height); in RunSpeedTest() local 157 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 168 for (int i = 0; i < num_loops; ++i) in RunSpeedTest()
|
D | obmc_variance_test.cc | 109 const int num_loops = 1000000; in TEST_P() local 114 for (int i = 0; i < num_loops; ++i) { in TEST_P() 122 for (int i = 0; i < num_loops; ++i) { in TEST_P()
|
/external/autotest/client/site_tests/kernel_FirmwareRequest/ |
D | kernel_FirmwareRequest.py | 71 num_loops = 50 84 logging.info("iterations: %d", num_loops) 86 for i in range(0, num_loops):
|
/external/google-fruit/extras/benchmark/ |
D | new_delete_benchmark.cpp | 93 size_t num_loops = std::atoi(argv[1]); in EVAL() local 97 for (size_t i = 0; i < num_loops; i++) { in EVAL() 107 std::cout << "Total = " << totalTime * 1.0 / num_loops << std::endl; in EVAL()
|
/external/python/cpython3/Lib/test/ |
D | test_timeit.py | 363 num_loops, time_taken = self.autorange() 364 self.assertEqual(num_loops, 500) 368 num_loops, time_taken = self.autorange(seconds_per_increment=1.0) 369 self.assertEqual(num_loops, 1) 376 num_loops, time_taken = self.autorange(callback=callback) 377 self.assertEqual(num_loops, 500)
|
/external/ltp/testcases/misc/math/float/ |
D | main.c | 60 int num_loops = 500; variable 148 num_loops = atoi(optarg); in main() 180 argv[0], num_loops, datadir); in main()
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ |
D | kernel_creator.cc | 138 unsigned num_loops = op.getNumLoops(); in runOnFunction() local 139 if (num_loops == 1) return; in runOnFunction() 141 combinedLoops.reserve(num_loops); in runOnFunction() 142 for (unsigned i = 0; i < num_loops; ++i) { in runOnFunction()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | scc_test.cc | 421 int num_loops = IdentifyLoops(item.graph, &loops); in TEST_F() local 422 EXPECT_EQ(4, num_loops); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/ |
D | passes.cc | 335 unsigned num_loops = op.getNumLoops(); in runOnFunction() local 337 combinedLoops.reserve(num_loops); in runOnFunction() 338 for (unsigned i = 0; i < num_loops; ++i) { in runOnFunction()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler.h | 102 unsigned num_loops; member
|
/external/webrtc/modules/audio_coding/neteq/ |
D | neteq_network_stats_unittest.cc | 230 void RunTest(int num_loops, NetEqNetworkStatsCheck expects) { in RunTest() argument 237 for (int k = 0; k < num_loops; ++k) { in RunTest()
|
D | neteq_stereo_unittest.cc | 152 void RunTest(int num_loops) { in RunTest() argument 163 for (int k = 0; k < num_loops; ++k) { in RunTest()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_interp.c | 763 unsigned num_loops = 16 / type.length; in lp_build_interp_soa_init() local 769 lp_build_const_int32(gallivm, num_loops), in lp_build_interp_soa_init() 773 lp_build_const_int32(gallivm, num_loops), in lp_build_interp_soa_init() 775 for (i = 0; i < num_loops; i++) { in lp_build_interp_soa_init()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties.h | 200 int num_loops) const;
|