/external/libxaac/decoder/ |
ixheaacd_basic_ops_arr.h | 300 WORD32 source_index; local 303 source_index = (n - 1) - delay; 306 for (; source_index >= 0; source_index--, destination_index--) { 307 word8_arr[destination_index] = word8_arr[source_index]; 315 WORD32 source_index; local 318 source_index = (n - 1) - delay; 321 for (; source_index >= 0; source_index--, destination_index--) { 322 word16_arr[destination_index] = word16_arr[source_index]; 330 WORD32 source_index; local [all...] |
/external/libtextclassifier/ |
textclassifier_jni.cc | 199 const int* source_index; local 202 source_index = &unicode_index; 205 source_index = &bmp_index; 211 &source_index, &target_index]() { 212 if (orig_indices.first == *source_index) { 216 if (orig_indices.second == *source_index) {
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
ir_array.cc | 174 Index source_index(multidim_.size()); 180 source_index[i] = builder->CreateAdd( 185 source_index[i] = builder->CreateAdd( 189 return source_index;
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
gather_op_test.py | 135 for source_index, dest_index in enumerate(indices.flat): 138 source_slice = ((slice(None),) * outer_dims + (source_index,) +
|
/bionic/linker/ |
linker.h | 80 void add_version_info(size_t source_index, ElfW(Word) elf_hash,
|
linker.cpp | [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/ |
elemental_ir_emitter.cc | 1106 llvm_ir::IrArray::Index source_index; local [all...] |
hlo_evaluator.cc | [all...] |
/external/tensorflow/tensorflow/compiler/xla/ |
shape_tree.h | 638 ShapeIndex source_index = source_base_index; 640 source_index.push_back(index[i]); 642 *data = other.element(source_index);
|
/external/mesa3d/src/mesa/main/ |
ff_fragment_shader.cpp | 113 GLuint source_index:4; /**< TEXTURE_x_INDEX */ member in struct:state_key::__anon30560 430 key->unit[i].source_index = _mesa_tex_target_to_index(ctx, 885 const GLuint texTarget = p->state->unit[unit].source_index; [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
ir_emitter.cc | 667 const llvm_ir::IrArray::Index source_index = local 701 llvm_ir::IrArray::Index operand_index(source_index.size()); 705 source_index[i], ir_builder_.getInt64(window.dimensions(i).stride())); [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
ir_emitter_unnested.cc | [all...] |
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
dependency_optimizer.cc | 465 // Map from target_index -> set of (input_slot, source_index), representing
|
/external/v8/src/ |
d8.cc | 1415 int source_index = i::NativesCollection<i::D8>::GetIndex("d8"); local [all...] |