/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | outfeed_in_nested_computation_test.cc | 45 XlaOp loop_counter = GetTupleElement(state_tuple, 0); in XLA_TEST_F() local 46 Outfeed(loop_counter, int_shape, ""); in XLA_TEST_F() 47 Gt(loop_counter, ConstantR0<int32_t>(&cond_builder, 0)); in XLA_TEST_F() 54 XlaOp loop_counter = GetTupleElement(state_tuple, 0); in XLA_TEST_F() local 59 XlaOp sum = Add(some_input, Broadcast(loop_counter, {2})); in XLA_TEST_F() 62 XlaOp iter_left = Sub(loop_counter, ConstantR0<int32_t>(&body_builder, 1)); in XLA_TEST_F()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | critical_section_unittest.cc | 59 int loop_counter = 0; in WaitForCount() local 63 while (count->Count() < target && loop_counter < 100 * target) { in WaitForCount() 64 ++loop_counter; in WaitForCount()
|
/external/brotli/c/dec/ |
D | decode.c | 261 s->loop_counter = 0; in DecodeMetaBlockLength() 271 i = s->loop_counter; in DecodeMetaBlockLength() 274 s->loop_counter = i; in DecodeMetaBlockLength() 320 i = s->loop_counter; in DecodeMetaBlockLength() 323 s->loop_counter = i; in DecodeMetaBlockLength() 1444 int i = s->loop_counter; in ReadContextModes() 1449 s->loop_counter = i; in ReadContextModes() 1640 int i = s->loop_counter; in ProcessCommandsInternal() 1922 s->loop_counter = i; in ProcessCommandsInternal() 2170 s->loop_counter = 0; in BrotliDecoderDecompressStream() [all …]
|
D | state.h | 105 int loop_counter; member
|
D | state.c | 44 s->loop_counter = 0; in BrotliDecoderStateInit()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.h | 82 LLVMValueRef loop_counter); 92 LLVMValueRef loop_counter,
|
D | lp_bld_depth.c | 536 LLVMValueRef loop_counter) in lp_build_depth_stencil_load_swizzled() argument 553 LLVMValueRef looplsb = LLVMBuildAnd(builder, loop_counter, in lp_build_depth_stencil_load_swizzled() 555 LLVMValueRef loopmsb = LLVMBuildAnd(builder, loop_counter, in lp_build_depth_stencil_load_swizzled() 570 LLVMValueRef loopx2 = LLVMBuildShl(builder, loop_counter, in lp_build_depth_stencil_load_swizzled() 668 LLVMValueRef loop_counter, in lp_build_depth_stencil_write_swizzled() argument 699 LLVMValueRef looplsb = LLVMBuildAnd(builder, loop_counter, in lp_build_depth_stencil_write_swizzled() 701 LLVMValueRef loopmsb = LLVMBuildAnd(builder, loop_counter, in lp_build_depth_stencil_write_swizzled() 711 LLVMValueRef loopx2 = LLVMBuildShl(builder, loop_counter, in lp_build_depth_stencil_write_swizzled()
|
/external/tensorflow/tensorflow/python/ops/ |
D | while_v2.py | 90 loop_counter = constant_op.constant( 96 loop_vars = [loop_counter, maximum_iterations_loop_var] + loop_vars 106 def wrapped_cond(loop_counter, maximum_iterations_arg, *args): argument 116 loop_counter < maximum_iterations_arg, 131 def wrapped_body(loop_counter, maximum_iterations_arg, *args): argument 163 return [loop_counter + 1, maximum_iterations_arg] + list(outputs)
|
/external/autotest/client/site_tests/power_LoadTest/ |
D | power_LoadTest.py | 335 handler_func=(lambda handler, forms, loop_counter=i:\ 336 _extension_log_handler(handler, forms, loop_counter))) 342 loop_counter=i:\ 344 loop_counter,
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | function_utils_test.cc | 609 name: "while/loop_counter" 629 input: "while/loop_counter:output:0"
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | audio_coding_module_unittest_oldapi.cc | 624 int loop_counter = 0; in SetUp() local 627 ASSERT_LT(loop_counter++, 10); in SetUp()
|
/external/libhevc/common/arm/ |
D | ihevc_inter_pred_luma_horz_w16out.s | 109 @r14 - loop_counter
|