/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/libaom/libaom/test/ |
D | comp_avg_pred_test.h | 165 const int num_loops = 1000000000 / (in_w + in_h); in RunSpeedTest() local 169 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 176 1000.0 * elapsed_time / num_loops); in RunSpeedTest() 181 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 187 1000.0 * elapsed_time1 / num_loops); in RunSpeedTest() 288 const int num_loops = 1000000000 / (in_w + in_h); in RunSpeedTest() local 293 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 301 1000.0 * elapsed_time / num_loops); in RunSpeedTest() 306 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 313 1000.0 * elapsed_time1 / num_loops); in RunSpeedTest() [all …]
|
D | sse_sum_test.cc | 122 const int num_loops = 1000000000 / (width + height); in RunSpeedTest() local 128 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 134 1000.0 * elapsed_time / num_loops); in RunSpeedTest() 138 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 143 1000.0 * elapsed_time1 / num_loops); in RunSpeedTest()
|
D | comp_mask_variance_test.cc | 131 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local 139 for (int j = 0; j < num_loops; ++j) { in RunSpeedTest() 144 elapsed_time[i] = 1000.0 * time / num_loops; in RunSpeedTest() 232 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local 240 for (int j = 0; j < num_loops; ++j) { in RunSpeedTest() 247 elapsed_time[i] = 1000.0 * time / num_loops; in RunSpeedTest() 394 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local 403 for (int j = 0; j < num_loops; ++j) { in RunSpeedTest() 409 elapsed_time[i] = 1000.0 * time / num_loops; in RunSpeedTest() 527 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local [all …]
|
D | av1_k_means_test.cc | 107 const int num_loops = 1000000000 / n; in RunSpeedTest() local 115 for (int j = 0; j < num_loops; ++j) { in RunSpeedTest() 120 elapsed_time[i] = 1000.0 * time / num_loops; in RunSpeedTest() 215 const int num_loops = 1000000000 / n; in RunSpeedTest() local 223 for (int j = 0; j < num_loops; ++j) { in RunSpeedTest() 228 elapsed_time[i] = 1000.0 * time / num_loops; in RunSpeedTest()
|
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 | 123 const int num_loops = 1000000000 / (width + height); in RunSpeedTest() local 127 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 133 1000.0 * elapsed_time / num_loops); in RunSpeedTest() 137 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 142 1000.0 * elapsed_time1 / num_loops); in RunSpeedTest() 664 const int num_loops = 1000000000 / (width + height); in RunSpeedTest() local 668 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 676 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 794 const int num_loops = 1000000000 / (width + height); in RunSpeedTest() local 798 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() [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() 577 const int num_loops = 1000000 / (rows * cols); in AV1HighbdFwdTxfm2dSpeedTest() local 609 for (int i = 0; i < num_loops; ++i) { in AV1HighbdFwdTxfm2dSpeedTest() 617 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 | 110 const int num_loops = 1000000; in TEST_P() local 115 for (int i = 0; i < num_loops; ++i) { in TEST_P() 123 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/ltp/testcases/network/stress/route/ |
D | route-change-netlink.c | 30 static int fd, num_loops, port; variable 118 if (tst_parse_int(c_opt, &num_loops, 1, INT_MAX)) { in setup() 119 num_loops = INT_MAX; in setup() 121 c_opt, num_loops); in setup() 284 tst_res(TINFO, "adding and deleting route %d times", num_loops); in run() 289 for (i = 0; i < num_loops; i++) { in run()
|
/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 | 372 num_loops, time_taken = self.autorange() 373 self.assertEqual(num_loops, 500) 377 num_loops, time_taken = self.autorange(seconds_per_increment=1.0) 378 self.assertEqual(num_loops, 1) 385 num_loops, time_taken = self.autorange(callback=callback) 386 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/skia/src/codec/ |
D | SkJpegxlCodec.cpp | 418 if (info.animation.num_loops == 0) { in onGetRepetitionCount() 422 if (SkTFitsIn<int>(info.animation.num_loops)) { in onGetRepetitionCount() 423 return info.animation.num_loops - 1; in onGetRepetitionCount()
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ |
D | kernel_creator.cc | 140 unsigned num_loops = op.getNumLoops(); in runOnFunction() local 141 if (num_loops == 1) return; in runOnFunction() 143 combinedLoops.reserve(num_loops); in runOnFunction() 144 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/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler.h | 102 unsigned num_loops; member
|
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
D | vectorization_pass.cc | 304 auto num_loops = llvm::cast<linalg::LinalgOp>(op).getNumLoops(); in runOnFunction() local 306 num_loops, b.create<ConstantIndexOp>(op->getLoc(), 1)); in runOnFunction()
|
/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()
|
/external/oss-fuzz/projects/openvpn/ |
D | fuzz_list.c | 34 ssize_t generic_ssizet, generic_ssizet2, num_loops; in LLVMFuzzerTestOneInput() local
|