Home
last modified time | relevance | path

Searched refs:source_index (Results 1 – 18 of 18) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_basic_ops_arr.h300 WORD32 source_index; in delay8() local
303 source_index = (n - 1) - delay; in delay8()
306 for (; source_index >= 0; source_index--, destination_index--) { in delay8()
307 word8_arr[destination_index] = word8_arr[source_index]; in delay8()
315 WORD32 source_index; in delay16() local
318 source_index = (n - 1) - delay; in delay16()
321 for (; source_index >= 0; source_index--, destination_index--) { in delay16()
322 word16_arr[destination_index] = word16_arr[source_index]; in delay16()
330 WORD32 source_index; in delay32() local
333 source_index = (n - 1) - delay; in delay32()
[all …]
/external/u-boot/drivers/clk/at91/
Dclk-usb.c29 u8 source_index; in at91_usb_clk_get_rate() local
33 source_index = (tmp >> AT91_PMC_USB_USBS_OFFSET) & in at91_usb_clk_get_rate()
37 ret = clk_get_by_index(clk->dev, source_index, &source); in at91_usb_clk_get_rate()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_array.cc255 std::vector<llvm::Value*> source_index(rank); in SourceIndexOfBroadcast() local
257 source_index[i] = multidim_[dimension_mapping[i]]; in SourceIndexOfBroadcast()
261 return Index(source_index, index_type_); in SourceIndexOfBroadcast()
283 return Index(source_index, index_type_); in SourceIndexOfBroadcast()
291 return Index(source_index, index_type_); in SourceIndexOfBroadcast()
310 return Index(source_index, linear, operand_shape, index_type_); in SourceIndexOfBroadcast()
/external/libtextclassifier/annotator/
Dannotator_jni.cc309 const int* source_index; in ConvertIndicesBMPUTF8() local
312 source_index = &unicode_index; in ConvertIndicesBMPUTF8()
315 source_index = &bmp_index; in ConvertIndicesBMPUTF8()
321 &source_index, &target_index]() { in ConvertIndicesBMPUTF8()
322 if (orig_indices.first == *source_index) { in ConvertIndicesBMPUTF8()
326 if (orig_indices.second == *source_index) { in ConvertIndicesBMPUTF8()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc519 const xla::ShapeIndex& source_index, in AliasBufferFrom() argument
521 XRTBufferAllocation* source_buffer = source.buffers_.element(source_index); in AliasBufferFrom()
529 "Source buffer at index ", source_index.ToString(), in AliasBufferFrom()
Dxrt_state.h182 const xla::ShapeIndex& source_index,
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h659 ShapeIndex source_index = source_base_index; in CopySubtreeFrom()
661 source_index.push_back(index[i]); in CopySubtreeFrom()
663 *data = other.element(source_index); in CopySubtreeFrom()
Dliteral.cc638 int64 source_index = IndexUtil::MultidimensionalIndexToLinearIndex( in Broadcast() local
641 source_data + primitive_size * source_index, primitive_size); in Broadcast()
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1710 auto source_index = target_index; in EmitElementalConcatenate() local
1770 PHI(source_index.GetType(), operand_usage_count[operand_id]); in EmitElementalConcatenate()
1771 std::vector<llvm::Value*> operand_multi_index = source_index.multidim(); in EmitElementalConcatenate()
1779 source_index.GetType()); in EmitElementalConcatenate()
1786 std::vector<llvm::Value*> source_multi_index = source_index.multidim(); in EmitElementalConcatenate()
1792 auto concat_dim_size = source_index.GetConstantWithIndexType( in EmitElementalConcatenate()
2294 llvm_ir::IrArray::Index source_index( in MakeElementGenerator() local
2296 return operand_to_generator.at(operand)(source_index); in MakeElementGenerator()
2410 IrArray::Index source_index(target_index.multidim(), in MakeElementGenerator() local
2415 operand_to_generator.at(hlo->operand(0))(source_index)); in MakeElementGenerator()
Dhlo_evaluator_typed_visitor.h1888 DimensionVector source_index(rank, 0); in HandleSelectAndScatter()
1912 window_shape, window, operand_literal.shape(), source_index, in HandleSelectAndScatter()
1935 window_shape, window, operand_literal.shape(), source_index, in HandleSelectAndScatter()
1939 auto source = source_literal.Get<ReturnT>(source_index); in HandleSelectAndScatter()
1955 IndexUtil::BumpIndices(source->shape(), absl::MakeSpan(source_index))); in HandleSelectAndScatter()
/external/tensorflow/tensorflow/python/kernel_tests/
Dgather_op_test.py143 for source_index, dest_index in enumerate(indices.flat):
146 source_slice = ((slice(None),) * outer_dims + (source_index,) +
/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp95 GLuint source_index:4; /**< TEXTURE_x_INDEX */ member
279 key->unit[i].source_index = texObj->TargetIndex; in make_state_key()
726 const GLuint texTarget = p->state->unit[unit].source_index; in load_texture()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp659 const auto source_index = 1; in ValidateCopyMemory() local
660 const auto source_id = inst->GetOperandAs<uint32_t>(source_index); in ValidateCopyMemory()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc792 const llvm_ir::IrArray::Index source_index = in HandleSelectAndScatter() local
822 std::vector<llvm::Value*> operand_multi_index(source_index.size()); in HandleSelectAndScatter()
826 NSWMul(source_index[i], b_.getInt64(window.dimensions(i).stride())); in HandleSelectAndScatter()
900 source_array.EmitReadArrayElement(source_index, &b_); in HandleSelectAndScatter()
903 selected_multi_index, output_array.GetShape(), source_index.GetType()); in HandleSelectAndScatter()
2025 const llvm_ir::IrArray::Index source_index = target_index.SourceIndexOfSlice( in HandleSlice() local
2032 source_array.EmitArrayElementAddress(source_index, &b_, "slice.source"); in HandleSlice()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp831 const auto source_index = 1; in ValidateCopyMemory() local
832 const auto source_id = inst->GetOperandAs<uint32_t>(source_index); in ValidateCopyMemory()
/external/v8/src/builtins/
Dbuiltins-array-gen.cc3733 Node* const source_index = var_source_index.value(); in FlattenIntoArray() local
3737 GotoIfNumberGreaterThanOrEqual(source_index, source_length, &done_loop); in FlattenIntoArray()
3742 SmiGreaterThanOrEqual(CAST(source_index), SmiConstant(0))); in FlattenIntoArray()
3744 HasProperty(context, source, source_index, kHasProperty); in FlattenIntoArray()
3751 Node* element = GetProperty(context, source, source_index); in FlattenIntoArray()
3763 this_arg, element, source_index, source); in FlattenIntoArray()
3837 var_source_index.Bind(NumberInc(source_index)); in FlattenIntoArray()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc834 auto loop_body_emitter = [=](const IrArray::Index& source_index) -> Status { in HandleSelectAndScatter() argument
866 std::vector<llvm::Value*> operand_multi_index(source_index.size()); in HandleSelectAndScatter()
870 source_index[i], index_typed_constant(window.dimensions(i).stride())); in HandleSelectAndScatter()
951 .EmitArrayElementAddress(source_index, &b_); in HandleSelectAndScatter()
/external/v8/src/
Dd8.cc1682 int source_index = i::NativesCollection<i::D8>::GetIndex("d8"); in Stringify() local
1684 i::NativesCollection<i::D8>::GetScriptSource(source_index); in Stringify()
1686 i::NativesCollection<i::D8>::GetScriptName(source_index); in Stringify()