Searched refs:iter_count (Results 1 – 7 of 7) sorted by relevance
/external/google-benchmark/test/ |
D | basic_test.cc | 101 size_t iter_count = 0; in BM_KeepRunning() local 102 assert(iter_count == state.iterations()); in BM_KeepRunning() 104 ++iter_count; in BM_KeepRunning() 106 assert(iter_count == state.iterations()); in BM_KeepRunning() 113 size_t iter_count = 0; in BM_KeepRunningBatch() local 115 iter_count += batch_size; in BM_KeepRunningBatch() 117 assert(state.iterations() == iter_count); in BM_KeepRunningBatch() 122 size_t iter_count = 0; in BM_RangedFor() local 124 ++iter_count; in BM_RangedFor() 126 assert(iter_count == state.max_iterations); in BM_RangedFor()
|
/external/libcxx/utils/google-benchmark/test/ |
D | basic_test.cc | 101 size_t iter_count = 0; in BM_KeepRunning() local 102 assert(iter_count == state.iterations()); in BM_KeepRunning() 104 ++iter_count; in BM_KeepRunning() 106 assert(iter_count == state.iterations()); in BM_KeepRunning() 113 size_t iter_count = 0; in BM_KeepRunningBatch() local 115 iter_count += batch_size; in BM_KeepRunningBatch() 117 assert(state.iterations() == iter_count); in BM_KeepRunningBatch() 122 size_t iter_count = 0; in BM_RangedFor() local 124 ++iter_count; in BM_RangedFor() 126 assert(iter_count == state.max_iterations); in BM_RangedFor()
|
/external/wpa_supplicant_8/src/tls/ |
D | pkcs5.c | 28 unsigned int iter_count; member 199 params->iter_count = *hdr.payload; in pkcs5_get_params_pbes2() 201 params->iter_count = WPA_GET_BE16(hdr.payload); in pkcs5_get_params_pbes2() 203 params->iter_count = WPA_GET_BE32(hdr.payload); in pkcs5_get_params_pbes2() 211 params->iter_count); in pkcs5_get_params_pbes2() 212 if (params->iter_count == 0 || params->iter_count > 0xffff) { in pkcs5_get_params_pbes2() 214 params->iter_count); in pkcs5_get_params_pbes2() 360 params->iter_count = *hdr.payload; in pkcs5_get_params() 362 params->iter_count = WPA_GET_BE16(hdr.payload); in pkcs5_get_params() 364 params->iter_count = WPA_GET_BE32(hdr.payload); in pkcs5_get_params() [all …]
|
/external/mesa3d/src/compiler/nir/ |
D | nir_phi_builder.c | 41 unsigned iter_count; member 100 pb->iter_count = 0; in nir_phi_builder_create() 121 pb->iter_count++; in nir_phi_builder_add_value() 125 if (pb->work[i] < pb->iter_count) in nir_phi_builder_add_value() 127 pb->work[i] = pb->iter_count; in nir_phi_builder_add_value() 153 if (pb->work[next->index] < pb->iter_count) { in nir_phi_builder_add_value() 154 pb->work[next->index] = pb->iter_count; in nir_phi_builder_add_value()
|
/external/compiler-rt/test/tsan/ |
D | deadlock_detector_stress_test.cc | 21 static int iter_count = 100000; variable 322 for (int i = 0; i < iter_count; i++) { in Test10_Thread() 348 for (int i = 0; i < iter_count; i++) { in Test11_Thread() 373 for (int i = 0; i < iter_count; i++) { in Test12_Thread() 396 for (int i = 0; i < iter_count; i++) { in Test13_Thread() 496 for (size_t i = 0; i < iter_count / 100; i++) { in Test18_Thread() 543 void Lock1_Loop_0() { Lock1_Loop(0, iter_count); } in Lock1_Loop_0() 544 void Lock1_Loop_1() { Lock1_Loop(10, iter_count); } in Lock1_Loop_1() 545 void Lock1_Loop_2() { Lock1_Loop(20, iter_count); } in Lock1_Loop_2() 555 for (size_t it = 0; it <= iter_count; it++) { in CreateAndDestroyLocksLoop() [all …]
|
/external/tensorflow/tensorflow/contrib/opt/python/training/ |
D | matrix_functions.py | 26 def matrix_square_root(mat_a, mat_a_size, iter_count=100, ridge_epsilon=1e-4): argument 47 return math_ops.logical_and(i < iter_count, err < old_err) 79 iter_count=100, argument 128 i < iter_count,
|
D | shampoo.py | 261 iter_count=100, epsilon=1e-6): argument 265 iter_count, self._epsilon) 270 iter_count,
|