/external/llvm/test/CodeGen/X86/ |
D | widen_arith-2.ll | 7 define void @update(i64* %dst_i, i64* %src_i, i32 %n) nounwind { 10 %src_i.addr = alloca i64* ; <i64**> [#uses=2] 16 store i64* %src_i, i64** %src_i.addr 34 %tmp5 = load i64*, i64** %src_i.addr ; <i64*> [#uses=1]
|
D | widen_cast-4.ll | 4 define void @update(i64* %dst_i, i64* %src_i, i32 %n) nounwind { 9 %src_i.addr = alloca i64* ; <i64**> [#uses=2] 15 store i64* %src_i, i64** %src_i.addr 33 %tmp5 = load i64*, i64** %src_i.addr ; <i64*> [#uses=1]
|
/external/ComputeLibrary/src/cpu/kernels/ |
D | CpuScaleKernel.cpp | 304 Iterator src_i(src, win_in); in scale_nearest_nchw() local 314 …*reinterpret_cast<T *>(dst_i.ptr()) = *(reinterpret_cast<const T *>(src_i.ptr()) + offsets_ptr[0] … in scale_nearest_nchw() 316 src_i, offsets_i, dst_i); in scale_nearest_nchw() 339 Iterator src_i(src, win_in); in scale_bilinear_nchw() local 363 const auto pixel_row_ptr = reinterpret_cast<const T *>(src_i.ptr()); in scale_bilinear_nchw() 378 src_i, offsets_i, dx_i, dy_i, dst_i); in scale_bilinear_nchw() 388 const auto pixel_row_ptr = reinterpret_cast<const T *>(src_i.ptr()); in scale_bilinear_nchw() 402 src_i, offsets_i, dx_i, dy_i, dst_i); in scale_bilinear_nchw() 424 Iterator src_i(src, win_in); in scale_area_nchw_u8() local 435 const auto in_ptr = reinterpret_cast<const uint8_t *>(src_i.ptr()); in scale_area_nchw_u8() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | ragged_tensor_to_tensor_op.cc | 522 for (int src_i = 0; src_i <= output_index_size; ++src_i) { in SetOutput() local 524 INDEX_TYPE dst_i = src_i < output_index_size ? output_index[src_i] : -1; in SetOutput() 546 if (src_i >= output_index_size) { in SetOutput() 569 src_start = src_i + 1; in SetOutput() 573 src_start = src_i; in SetOutput()
|
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/ |
D | ragged_tensor_to_tensor_tflite.cc | 475 for (int src_i = 0; src_i <= output_index_size; ++src_i) { in SetOutputT() local 477 int dst_i = src_i < output_index_size ? output_index[src_i] : -1; in SetOutputT() 500 if (src_i >= output_index_size) { in SetOutputT() 514 src_start = src_i + 1; in SetOutputT() 518 src_start = src_i; in SetOutputT()
|
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1807 for (int src_i = 0; src_i < atlas->ConfigData.Size; src_i++) in ImFontAtlasBuildWithStbTruetype() local 1809 ImFontBuildSrcData& src_tmp = src_tmp_array[src_i]; in ImFontAtlasBuildWithStbTruetype() 1810 ImFontConfig& cfg = atlas->ConfigData[src_i]; in ImFontAtlasBuildWithStbTruetype() 1839 for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) in ImFontAtlasBuildWithStbTruetype() local 1841 ImFontBuildSrcData& src_tmp = src_tmp_array[src_i]; in ImFontAtlasBuildWithStbTruetype() 1843 ImFontConfig& cfg = atlas->ConfigData[src_i]; in ImFontAtlasBuildWithStbTruetype() 1867 for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) in ImFontAtlasBuildWithStbTruetype() local 1869 ImFontBuildSrcData& src_tmp = src_tmp_array[src_i]; in ImFontAtlasBuildWithStbTruetype() 1892 for (int src_i = 0; src_i < src_tmp_array.Size; src_i++) in ImFontAtlasBuildWithStbTruetype() local 1894 ImFontBuildSrcData& src_tmp = src_tmp_array[src_i]; in ImFontAtlasBuildWithStbTruetype() [all …]
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_aggregate_ops.cc | 96 T* src_i = const_cast<T*>(src_tensor.flat<T>().data()); in ComputeScalar() local 97 sum += src_i[0]; in ComputeScalar()
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | btree.h | 871 void transfer(const size_type dest_i, const size_type src_i, 873 transfer(slot(dest_i), src_node->slot(src_i), alloc); 879 const size_type src_i, btree_node *src_node, 881 for (slot_type *src = src_node->slot(src_i), *end = src + n, 891 const size_type src_i, btree_node *src_node, 893 for (slot_type *src = src_node->slot(src_i + n - 1), *end = src - n, 1568 const field_type src_i = i + to_erase; 1569 transfer_n(orig_finish - src_i, i, src_i, this, alloc);
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | btree.h | 975 void transfer(const size_type dest_i, const size_type src_i, 978 transfer(slot(dest_i), src_node->slot(src_i), alloc); 984 const size_type src_i, btree_node *src_node, 987 for (slot_type *src = src_node->slot(src_i), *end = src + n, 997 const size_type src_i, btree_node *src_node, 1000 for (slot_type *src = src_node->slot(src_i + n), *end = src - n, 1808 const field_type src_i = i + to_erase; 1809 transfer_n(orig_finish - src_i, i, src_i, this, alloc);
|
/external/rust/android-crates-io/crates/h2/src/hpack/ |
D | encoder.rs | 247 let src_i = idx + 1 + (huff_len - (i + 1)); in encode_str() localVariable 249 dst[dst_i] = dst[src_i]; in encode_str()
|
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/ |
D | btree.h | 1003 void transfer(const size_type dest_i, const size_type src_i, 1006 transfer(slot(dest_i), src_node->slot(src_i), alloc); 1012 const size_type src_i, btree_node *src_node, 1015 for (slot_type *src = src_node->slot(src_i), *end = src + n, 1025 const size_type src_i, btree_node *src_node, 1028 for (slot_type *src = src_node->slot(src_i + n), *end = src - n, 1827 const field_type src_i = i + to_erase; 1828 transfer_n(orig_finish - src_i, i, src_i, this, alloc);
|
/external/libgav1/src/dsp/arm/ |
D | convolve_10bit_neon.cc | 2289 const uint16x8_t src_i = in ConvolveKernelHorizontalSigned6Tap() local 2291 src_low[i] = vget_low_u16(src_i); in ConvolveKernelHorizontalSigned6Tap() 2292 src_high[i] = vget_high_u16(src_i); in ConvolveKernelHorizontalSigned6Tap() 2392 const uint16x8_t src_i = in ConvolveKernelHorizontalMixed6Tap() local 2394 src_low[i] = vget_low_u16(src_i); in ConvolveKernelHorizontalMixed6Tap() 2395 src_high[i] = vget_high_u16(src_i); in ConvolveKernelHorizontalMixed6Tap() 2495 const uint16x8_t src_i = in ConvolveKernelHorizontalSigned8Tap() local 2497 src_low[i] = vget_low_u16(src_i); in ConvolveKernelHorizontalSigned8Tap() 2498 src_high[i] = vget_high_u16(src_i); in ConvolveKernelHorizontalSigned8Tap()
|
/external/abseil-cpp/absl/container/internal/ |
D | btree.h | 1003 void transfer(const size_type dest_i, const size_type src_i, 1006 transfer(slot(dest_i), src_node->slot(src_i), alloc); 1012 const size_type src_i, btree_node *src_node, 1015 for (slot_type *src = src_node->slot(src_i), *end = src + n, 1025 const size_type src_i, btree_node *src_node, 1028 for (slot_type *src = src_node->slot(src_i + n), *end = src - n, 1827 const field_type src_i = i + to_erase; 1828 transfer_n(orig_finish - src_i, i, src_i, this, alloc);
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | btree.h | 1006 void transfer(const size_type dest_i, const size_type src_i, 1009 transfer(slot(dest_i), src_node->slot(src_i), alloc); 1015 const size_type src_i, btree_node *src_node, 1018 for (slot_type *src = src_node->slot(src_i), *end = src + n, 1028 const size_type src_i, btree_node *src_node, 1031 for (slot_type *src = src_node->slot(src_i + n), *end = src - n, 1852 const field_type src_i = i + to_erase; 1853 transfer_n(orig_finish - src_i, i, src_i, this, alloc);
|
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/ |
D | btree.h | 1003 void transfer(const size_type dest_i, const size_type src_i, 1006 transfer(slot(dest_i), src_node->slot(src_i), alloc); 1012 const size_type src_i, btree_node *src_node, 1015 for (slot_type *src = src_node->slot(src_i), *end = src + n, 1025 const size_type src_i, btree_node *src_node, 1028 for (slot_type *src = src_node->slot(src_i + n), *end = src - n, 1827 const field_type src_i = i + to_erase; 1828 transfer_n(orig_finish - src_i, i, src_i, this, alloc);
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_sharding_util.cc | 345 int64_t src_i = perm_dimensions[i] - sharding.TiledDataRank(); in TransposeSharding() local 346 subgroup_types.push_back(sharding.subgroup_types()[src_i]); in TransposeSharding()
|