/external/tensorflow/tensorflow/contrib/mpi_collectives/ |
mpi_allgather_test.py | 76 current_index = my_multiple 78 indices.append(current_index) 82 float(current_index)))) 83 current_index += my_multiple
|
/external/v8/src/interpreter/ |
bytecode-array-random-iterator.h | 45 int current_index() const { return current_index_; } function in class:v8::internal::interpreter::final
|
/device/google/wahoo/thermal/ |
thermal-helper.cpp | 176 ssize_t current_index = 0; local 182 (*temperatures)[current_index] = temp; 183 ++current_index; 186 return current_index;
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
layered_filter_d1new_helper.rsh | 228 int current_index = index; 236 const float4 sharp_RGBA_nbr = rsGetElementAt_float4(g_sharp_RGBA, current_index); 237 const uchar sharp_meta_actual_depth = rsGetElementAt_uchar(g_sharp_actual_depth, current_index); 247 current_index += jump_to_next_pixel; 249 current_index += jump_to_next_row;
|
layered_filter_fast_d1new.rs | 344 int current_index = index; 352 for(; current_index != last_index; current_index++) { 353 sharp_RGBA = rsGetElementAt_float4(g_sharp_RGBA, current_index); 354 sharp_actual_depth = rsGetElementAt_uchar(g_sharp_actual_depth, current_index); 364 rsSetElementAt_float4(g_integral_RGBA, integral_RGBA, current_index); 381 int current_index = index; 384 for(; current_index != last_index; current_index++) { 385 sharp_RGBA = rsGetElementAt_float4(g_sharp_RGBA, current_index); [all...] |
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
layered_filter_d1new_helper.rsh | 228 int current_index = index; 236 const float4 sharp_RGBA_nbr = rsGetElementAt_float4(g_sharp_RGBA, current_index); 237 const uchar sharp_meta_actual_depth = rsGetElementAt_uchar(g_sharp_actual_depth, current_index); 247 current_index += jump_to_next_pixel; 249 current_index += jump_to_next_row;
|
layered_filter_fast_d1new.rs | 341 int current_index = index; 349 for(; current_index != last_index; current_index++) { 350 sharp_RGBA = rsGetElementAt_float4(g_sharp_RGBA, current_index); 351 sharp_actual_depth = rsGetElementAt_uchar(g_sharp_actual_depth, current_index); 361 rsSetElementAt_float4(g_integral_RGBA, integral_RGBA, current_index); 378 int current_index = index; 381 for(; current_index != last_index; current_index++) { 382 sharp_RGBA = rsGetElementAt_float4(g_sharp_RGBA, current_index); [all...] |
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/ |
dfs.c | 39 uint32_t current_index; member in struct:rk3399_dram_status [all...] |
/external/tensorflow/tensorflow/python/framework/ |
op_def_library.py | 125 current_index = 0 128 result.append(l[current_index]) 129 current_index += 1 131 result.append(l[current_index:current_index+element]) 132 current_index += element
|
/external/v8/src/debug/ |
liveedit.js | 283 var current_index = 0; 289 while (current_index < compile_info.length && 290 compile_info[current_index].outer_index == old_parent_index) { 291 var saved_index = current_index; 297 current_index++; 306 Assert(current_index == compile_info.length); [all...] |
/external/pdfium/third_party/base/allocator/partition_allocator/ |
partition_alloc.cc | [all...] |
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/ |
input_pipeline.py | 391 current_key, current_value, current_index, collected_records): 392 del current_value, current_index, collected_records # unused 397 current_key, current_value, current_index, collected_records): 404 current_index + 1, 405 collected_records.write(current_index, current_value)) 410 0, # current_index starting value [all...] |
/external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/ |
image.py | 901 current_index = (self.batch_index * self.batch_size) % self.n 902 if self.n > current_index + self.batch_size: [all...] |
/external/v8/src/compiler/ |
register-allocator.cc | 152 size_t current_index = left_index + (right_index - left_index) / 2; local 153 DCHECK(right_index > current_index); 154 LiveRangeBound* bound = &start_[current_index]; 157 DCHECK(left_index < current_index); 158 left_index = current_index; 160 right_index = current_index; [all...] |
bytecode-analysis.cc | 281 loop_end_index_queue_.push_back(iterator.current_index());
|
/external/mesa3d/src/mesa/main/ |
get_hash_params.py | [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/ |
copy_insertion.cc | 269 ShapeIndex current_index; local [all...] |
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
PhotoViewController.java | 99 "com.android.ex.PhotoViewFragment.CURRENT_INDEX"; [all...] |
/art/oatdump/ |
oatdump.cc | 1954 size_t current_index = index - (32u - index_bits) + n; local [all...] |
/external/annotation-tools/annotation-file-utilities/lib/ |
plume-core.jar | |
/external/v8/src/crankshaft/ |
hydrogen.cc | 4989 HValue* current_index = Pop(); local [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
gl_API.xml | 89 <enum name="CURRENT_INDEX" count="1" value="0x0B01"> [all...] |