Home
last modified time | relevance | path

Searched refs:next_j (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Demo/curses/
Drain.py10 def next_j(j): function
59 j = next_j(j)
62 j = next_j(j)
67 j = next_j(j)
74 j = next_j(j)
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dunique_op.cc96 auto next_j = xla::Add(j, xla::One(builder.get(), xla::S32)); in BuildInnerLoopBody() local
98 {input, target, next_j, output_element_size, select}); in BuildInnerLoopBody()
/external/llvm/utils/
Dshuffle_fuzz.py164 """.strip('\n') % dict(subst, i=i, next_i=i + 1, j=j, next_j=j + 1,
/external/llvm-project/llvm/utils/
Dshuffle_fuzz.py166 """.strip('\n') % dict(subst, i=i, next_i=i + 1, j=j, next_j=j + 1,
/external/libpng/
Dpngrtran.c668 int j, next_j; in png_set_quantize() local
673 next_j = p->right; in png_set_quantize()
678 next_j = p->left; in png_set_quantize()
693 png_ptr->index_to_palette[next_j]; in png_set_quantize()
/external/pdfium/third_party/libpng16/
Dpngrtran.c668 int j, next_j; in png_set_quantize() local
673 next_j = p->right; in png_set_quantize()
678 next_j = p->left; in png_set_quantize()
693 png_ptr->index_to_palette[next_j]; in png_set_quantize()