Home
last modified time | relevance | path

Searched refs:source_index (Results 1 – 21 of 21) 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.cc256 std::vector<llvm::Value*> source_index(rank); in SourceIndexOfBroadcast() local
258 source_index[i] = multidim_[dimension_mapping[i]]; in SourceIndexOfBroadcast()
262 return Index(source_index, operand_shape, index_type_); in SourceIndexOfBroadcast()
284 return Index(source_index, operand_shape, index_type_); in SourceIndexOfBroadcast()
292 return Index(source_index, operand_shape, index_type_); in SourceIndexOfBroadcast()
311 return Index(source_index, linear, operand_shape, index_type_); in SourceIndexOfBroadcast()
/external/libtextclassifier/native/annotator/
Dannotator_jni.cc360 const int* source_index; in ConvertIndicesBMPUTF8() local
363 source_index = &unicode_index; in ConvertIndicesBMPUTF8()
366 source_index = &bmp_index; in ConvertIndicesBMPUTF8()
372 &source_index, &target_index]() { in ConvertIndicesBMPUTF8()
373 if (orig_indices.first == *source_index) { in ConvertIndicesBMPUTF8()
377 if (orig_indices.second == *source_index) { in ConvertIndicesBMPUTF8()
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc603 const xla::ShapeIndex& source_index, in AliasBufferFrom() argument
605 XRTBufferAllocation* source_buffer = source.buffers_.element(source_index); in AliasBufferFrom()
615 "Source buffer at index ", source_index.ToString(), in AliasBufferFrom()
622 xla::ShapeUtil::GetSubshape(source.on_device_shape(), source_index); in AliasBufferFrom()
Dxrt_state.h214 const xla::ShapeIndex& source_index,
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dshape.h556 int source_index = source.index(StrongShape::axis(i));
557 if (source_index < 0) {
560 StrongShape::set(i, source.get(source_index)); // always true
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h662 ShapeIndex source_index = source_base_index; in CopySubtreeFrom()
664 source_index.push_back(index[i]); in CopySubtreeFrom()
666 *data = other.element(source_index); in CopySubtreeFrom()
Dliteral.cc632 int64 source_index = IndexUtil::MultidimensionalIndexToLinearIndex( in Broadcast() local
635 source_data + primitive_size * source_index, primitive_size); in Broadcast()
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1654 auto source_index = target_index; in EmitElementalConcatenate() local
1714 PHI(source_index.GetType(), operand_usage_count[operand_id]); in EmitElementalConcatenate()
1715 std::vector<llvm::Value*> operand_multi_index = source_index.multidim(); in EmitElementalConcatenate()
1724 source_index.GetType()); in EmitElementalConcatenate()
1739 source_index.GetConstantWithIndexType(concat_dim_size), in EmitElementalConcatenate()
1742 CondBr(ICmpULT(source_index[concat_dim], in EmitElementalConcatenate()
1743 source_index.GetConstantWithIndexType(concat_dim_size)), in EmitElementalConcatenate()
2239 llvm_ir::IrArray::Index source_index( in MakeElementGenerator() local
2241 return operand_to_generator.at(operand)(source_index); in MakeElementGenerator()
2354 IrArray::Index source_index(target_index.multidim(), in MakeElementGenerator() local
[all …]
Dhlo_evaluator_typed_visitor.h1745 DimensionVector source_index(rank, 0);
1769 window_shape, window, operand_literal.shape(), source_index,
1792 window_shape, window, operand_literal.shape(), source_index,
1796 auto source = source_literal.Get<ReturnT>(source_index);
1812 IndexUtil::BumpIndices(source->shape(), absl::MakeSpan(source_index)));
/external/v8/src/builtins/
Dbuiltins-array-gen.cc1389 TNode<Number> source_index = var_source_index.value(); in FlattenIntoArray() local
1393 GotoIfNumberGreaterThanOrEqual(source_index, source_length, &done_loop); in FlattenIntoArray()
1398 SmiGreaterThanOrEqual(CAST(source_index), SmiConstant(0))); in FlattenIntoArray()
1400 HasProperty(context, source, source_index, kHasProperty); in FlattenIntoArray()
1408 GetProperty(context, source, source_index); in FlattenIntoArray()
1420 element_maybe_smi, source_index, source); in FlattenIntoArray()
1495 var_source_index = NumberInc(source_index); in FlattenIntoArray()
/external/tensorflow/tensorflow/python/kernel_tests/
Dgather_op_test.py156 for source_index, dest_index in enumerate(indices.flat):
159 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
286 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/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc852 const llvm_ir::IrArray::Index source_index = in HandleSelectAndScatter() local
882 std::vector<llvm::Value*> operand_multi_index(source_index.size()); in HandleSelectAndScatter()
886 NSWMul(source_index[i], b_.getInt64(window.dimensions(i).stride())); in HandleSelectAndScatter()
960 source_array.EmitReadArrayElement(source_index, &b_); in HandleSelectAndScatter()
963 selected_multi_index, output_array.GetShape(), source_index.GetType()); in HandleSelectAndScatter()
2268 const llvm_ir::IrArray::Index source_index = target_index.SourceIndexOfSlice( in HandleSlice() local
2275 source_array.EmitArrayElementAddress(source_index, &b_, "slice.source"); in HandleSlice()
2697 llvm_ir::IrArray::Index source_index(target_multi_index, operand->shape(), in EmitFastConcatenate() local
2700 source_array.EmitArrayElementAddress(source_index, &b_, "src_addr"), in EmitFastConcatenate()
/external/libgav1/libgav1/src/
Dmotion_vector.cc770 const int source_index = in MotionFieldProjection() local
772 auto* const source_frame = reference_frames[source_index].get(); in MotionFieldProjection()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp1099 const auto source_index = 1; in ValidateCopyMemory() local
1100 const auto source_id = inst->GetOperandAs<uint32_t>(source_index); in ValidateCopyMemory()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_memory.cpp1099 const auto source_index = 1; in ValidateCopyMemory() local
1100 const auto source_id = inst->GetOperandAs<uint32_t>(source_index); in ValidateCopyMemory()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp1093 const auto source_index = 1; in ValidateCopyMemory() local
1094 const auto source_id = inst->GetOperandAs<uint32_t>(source_index); in ValidateCopyMemory()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc655 auto loop_body_emitter = [=](const IrArray::Index& source_index) -> Status { in HandleSelectAndScatter() argument
687 std::vector<llvm::Value*> operand_multi_index(source_index.size()); in HandleSelectAndScatter()
691 source_index[i], index_typed_constant(window.dimensions(i).stride())); in HandleSelectAndScatter()
772 .EmitArrayElementAddress(source_index, &b_); in HandleSelectAndScatter()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc3321 Value source_index = builder->create<xla_hlo::DynamicSliceOp>( in matchAndRewrite() local
3336 loc, indices.getType(), indices, source_index, in matchAndRewrite()