Searched refs:input_end (Results 1 - 25 of 67) sorted by relevance

123

/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dwtf_clone_equals_util.h35 auto input_end = input.end(); local
36 for (auto it = input.begin(); it != input_end; ++it)
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
H A Dtree_utils.h217 // input_start and input_end simultaneously.
255 int32 input_end = index; local
256 val = indices(input_end, 0);
258 ++input_end;
259 if (input_end >= num_total) {
262 val = indices(input_end, 0);
264 return input_end - input_start - 1;
/external/tensorflow/tensorflow/core/kernels/
H A Dnth_element_op.cc105 const T* input_end = input + (b + 1) * last_dim;
106 std::copy(input_start, input_end, buf.begin());
/external/v8/tools/profviz/
H A Dprofviz.js255 var input_end =
257 if (isNaN(input_end)) input_end = undefined;
258 return [input_start, input_end];
/external/v8/src/regexp/
H A Dregexp-macro-assembler.cc162 const byte** input_start, const byte** input_end) {
205 intptr_t byte_length = *input_end - *input_start;
207 *input_end = *input_start + byte_length;
258 const byte* input_end = input_start + byte_length; local
263 input_end,
276 const byte* input_end,
286 isolate, code->entry(), input, start_offset, input_start, input_end,
159 CheckStackGuardState( Isolate* isolate, int start_index, bool is_direct_call, Address* return_address, Code* re_code, String** subject, const byte** input_start, const byte** input_end) argument
271 Execute( Code* code, String* input, int start_offset, const byte* input_start, const byte* input_end, int* output, int output_size, Isolate* isolate) argument
H A Dregexp-macro-assembler.h239 const byte** input_end);
254 const byte* input_end,
/external/clang/include/clang/Driver/
H A DAction.h120 input_iterator input_end() { return Inputs.end(); } function in class:clang::driver::Action
121 input_range inputs() { return input_range(input_begin(), input_end()); }
123 input_const_iterator input_end() const { return Inputs.end(); } function in class:clang::driver::Action
125 return input_const_range(input_begin(), input_end());
/external/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc34 * - x25 : Address at the end of the input string: input_end.
93 * Address input_end,
247 input_end(),
320 input_end(),
326 input_end(),
365 __ Sub(current_input_offset().X(), current_position_address, input_end());
393 __ Add(x0, input_end(), Operand(capture_start_offset, SXTW));
397 __ Add(x1, input_end(), Operand(current_input_offset(), SXTW));
472 __ Add(capture_start_address, input_end(), Operand(w10, SXTW));
477 input_end(),
1343 CheckStackGuardState( Address* return_address, Code* re_code, Address re_frame, int start_index, const byte** input_start, const byte** input_end) argument
[all...]
H A Dregexp-macro-assembler-arm64.h103 const byte** input_end);
170 Register input_end() { return x25; } function in class:v8::internal::RegExpMacroAssemblerARM64
/external/tensorflow/tensorflow/examples/speech_commands/
H A Dtest_streaming_accuracy.cc251 const float* input_end = input_start + clip_duration_samples; local
252 std::copy(input_start, input_end, audio_data_tensor.flat<float>().data());
/external/v8/src/compiler/
H A Dbranch-elimination.cc165 auto input_end = inputs.end(); local
166 for (; input_it != input_end; ++input_it) {
/external/vixl/test/aarch32/
H A Dtest-simulator-cond-rd-operand-const-a32.cc503 Register input_end = scratch_registers.Acquire(); local
506 // Initialize `input_ptr` to the first element and `input_end` the address
509 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
543 __ Cmp(input_ptr, input_end);
H A Dtest-simulator-cond-rd-operand-const-t32.cc618 Register input_end = scratch_registers.Acquire(); local
621 // Initialize `input_ptr` to the first element and `input_end` the address
624 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
658 __ Cmp(input_ptr, input_end);
H A Dtest-simulator-cond-rd-operand-imm16-t32.cc456 Register input_end = scratch_registers.Acquire(); local
459 // Initialize `input_ptr` to the first element and `input_end` the address
462 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
496 __ Cmp(input_ptr, input_end);
H A Dtest-simulator-cond-rd-operand-rn-a32.cc540 Register input_end = scratch_registers.Acquire(); local
543 // Initialize `input_ptr` to the first element and `input_end` the address
546 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
582 __ Cmp(input_ptr, input_end);
H A Dtest-simulator-cond-rd-operand-rn-ror-amount-a32.cc605 Register input_end = scratch_registers.Acquire(); local
608 // Initialize `input_ptr` to the first element and `input_end` the address
611 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
647 __ Cmp(input_ptr, input_end);
H A Dtest-simulator-cond-rd-operand-rn-ror-amount-t32.cc605 Register input_end = scratch_registers.Acquire(); local
608 // Initialize `input_ptr` to the first element and `input_end` the address
611 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
647 __ Cmp(input_ptr, input_end);
H A Dtest-simulator-cond-rd-operand-rn-t32.cc540 Register input_end = scratch_registers.Acquire(); local
543 // Initialize `input_ptr` to the first element and `input_end` the address
546 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
582 __ Cmp(input_ptr, input_end);
H A Dtest-simulator-rd-rn-rm-a32.cc511 Register input_end = scratch_registers.Acquire(); local
514 // Initialize `input_ptr` to the first element and `input_end` the address
517 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
535 __ Cmp(input_ptr, input_end);
H A Dtest-simulator-rd-rn-rm-t32.cc511 Register input_end = scratch_registers.Acquire(); local
514 // Initialize `input_ptr` to the first element and `input_end` the address
517 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
535 __ Cmp(input_ptr, input_end);
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc899 Register input_end = scratch_registers.Acquire(); local
902 // Initialize `input_ptr` to the first element and `input_end` the address
905 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
941 __ Cmp(input_ptr, input_end);
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc899 Register input_end = scratch_registers.Acquire(); local
902 // Initialize `input_ptr` to the first element and `input_end` the address
905 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
941 __ Cmp(input_ptr, input_end);
H A Dtest-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc909 Register input_end = scratch_registers.Acquire(); local
912 // Initialize `input_ptr` to the first element and `input_end` the address
915 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
951 __ Cmp(input_ptr, input_end);
/external/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.h101 const byte* input_end,
/external/tensorflow/tensorflow/core/kernels/data/
H A Dtensor_queue_dataset_op.cc283 bool input_end; local
285 input_impl_->GetNext(ctx, &tensors, &input_end));
286 if (!input_end) {

Completed in 581 milliseconds

123