/external/libaom/libaom/test/ |
D | comp_avg_pred_test.h | 162 const int num_loops = 1000000000 / (in_w + in_h); in RunSpeedTest() local 166 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 173 1000.0 * elapsed_time / num_loops); in RunSpeedTest() 178 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 184 1000.0 * elapsed_time1 / num_loops); in RunSpeedTest() 287 const int num_loops = 1000000000 / (in_w + in_h); in RunSpeedTest() local 292 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 300 1000.0 * elapsed_time / num_loops); in RunSpeedTest() 305 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 312 1000.0 * elapsed_time1 / num_loops); in RunSpeedTest() [all …]
|
D | comp_mask_variance_test.cc | 130 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local 138 for (int j = 0; j < num_loops; ++j) { in RunSpeedTest() 143 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() 396 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local 405 for (int j = 0; j < num_loops; ++j) { in RunSpeedTest() 411 elapsed_time[i] = 1000.0 * time / num_loops; in RunSpeedTest() 530 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local [all …]
|
D | av1_round_shift_array_test.cc | 86 const int num_loops = 1000000000 / (w + h); in RunSpeedTest() local 93 for (int j = 0; j < num_loops; ++j) { in RunSpeedTest() 98 elapsed_time[i] = 1000.0 * time / num_loops; in RunSpeedTest()
|
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() 409 const int num_loops = 1000000000 / (out_w + out_h); in RunSpeedTest() local 420 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 428 out_h, 1000.0 * elapsed_time / num_loops); in RunSpeedTest() 553 const int num_loops = 1000000000 / (out_w + out_h); in RunSpeedTest() local [all …]
|
D | sum_squares_test.cc | 125 const int num_loops = 1000000000 / (width + height); in RunSpeedTest() local 129 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 135 1000.0 * elapsed_time / num_loops); in RunSpeedTest() 139 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 144 1000.0 * elapsed_time1 / num_loops); in RunSpeedTest()
|
D | av1_fwd_txfm2d_test.cc | 296 const int num_loops = 1000000 / (rows * cols); in AV1FwdTxfm2dSpeedTest() local 328 for (int i = 0; i < num_loops; ++i) { in AV1FwdTxfm2dSpeedTest() 336 for (int i = 0; i < num_loops; ++i) { in AV1FwdTxfm2dSpeedTest() 489 const int num_loops = 1000000 / (rows * cols); in AV1HighbdFwdTxfm2dSpeedTest() local 521 for (int i = 0; i < num_loops; ++i) { in AV1HighbdFwdTxfm2dSpeedTest() 529 for (int i = 0; i < num_loops; ++i) { in AV1HighbdFwdTxfm2dSpeedTest()
|
D | warp_filter_test_util.cc | 154 const int num_loops = 1000000000 / (out_w + out_h); in RunSpeedTest() local 157 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 164 1000.0 * elapsed_time / num_loops); in RunSpeedTest() 348 const int num_loops = 1000000000 / (out_w + out_h); in RunSpeedTest() local 352 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 359 1000.0 * elapsed_time / num_loops); in RunSpeedTest()
|
D | reconinter_test.cc | 152 const int num_loops = 10000000 / (width + height); in RunSpeedTest() local 156 for (int i = 0; i < num_loops; ++i) in RunSpeedTest() 167 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/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 | 37 int num_loops = 10000; variable 62 for (i = 0; i < num_loops; i++) { in tfiar_tfhar() 78 for (i = 0; i < num_loops; i++) { in texasr() 146 num_loops = atoi(argv[1]); in main()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | neteq_external_decoder_unittest.cc | 66 virtual int NumExpectedDecodeCalls(int num_loops) = 0; 92 void RunTest(int num_loops) { in RunTest() argument 104 .Times(NumExpectedDecodeCalls(num_loops)); in RunTest() 107 for (int k = 0; k < num_loops; ++k) { in RunTest() 224 int NumExpectedDecodeCalls(int num_loops) override { return num_loops; } in NumExpectedDecodeCalls() argument 311 int NumExpectedDecodeCalls(int num_loops) override { in NumExpectedDecodeCalls() argument 319 return num_loops - 2; in NumExpectedDecodeCalls() 405 int NumExpectedDecodeCalls(int num_loops) override { in NumExpectedDecodeCalls() argument 407 return num_loops - 2; in NumExpectedDecodeCalls()
|
D | neteq_network_stats_unittest.cc | 178 void RunTest(int num_loops, NetEqNetworkStatsCheck expects) { in RunTest() argument 187 for (int k = 0; k < num_loops; ++k) { in RunTest()
|
D | neteq_stereo_unittest.cc | 182 void RunTest(int num_loops) { in RunTest() argument 193 for (int k = 0; k < num_loops; ++k) { in RunTest()
|
/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 | 81 size_t num_loops = std::atoi(argv[1]); in EVAL() local 85 for (size_t i = 0; i < num_loops; i++) { in EVAL() 95 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()
|
D | thread_code.c | 362 while (th_data->th_nloop <= num_loops) { in thread_code()
|
/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 | 65 unsigned num_loops; member
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_interp.c | 772 unsigned num_loops = 16 / type.length; in lp_build_interp_soa_init() local 778 lp_build_const_int32(gallivm, num_loops), in lp_build_interp_soa_init() 782 lp_build_const_int32(gallivm, num_loops), in lp_build_interp_soa_init() 784 for (i = 0; i < num_loops; i++) { in lp_build_interp_soa_init()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties.h | 170 int num_loops) const;
|
D | graph_properties.cc | 1895 int num_loops) const { in PropagateShapes() 1901 << num_loops << " loops and " << resource_handles.size() in PropagateShapes() 1907 max_rank * max_loop_length * std::max<int64>(1, num_loops * num_loops); in PropagateShapes() 2061 int num_loops = 0; in InferStatically() local 2090 ++num_loops; in InferStatically() 2138 PropagateShapes(&refiner, &new_shapes, resource_handles, num_loops)); in InferStatically()
|
/external/v8/src/compiler/ |
D | scheduler.cc | 779 int num_loops = static_cast<int>(loops_.size()); in ComputeAndInsertSpecialRPO() local 795 SetLoopNumber(succ, num_loops++); in ComputeAndInsertSpecialRPO() 811 if (num_loops > static_cast<int>(loops_.size())) { in ComputeAndInsertSpecialRPO() 814 ComputeLoopInfo(stack_, num_loops, &backedges_); in ComputeAndInsertSpecialRPO() 875 DCHECK(GetLoopNumber(succ) < num_loops); in ComputeAndInsertSpecialRPO() 957 size_t num_loops, ZoneVector<Backedge>* backedges) { in ComputeLoopInfo() argument 965 loops_.resize(num_loops, LoopInfo()); in ComputeLoopInfo()
|