/external/python/cpython3/Include/ |
Python-ast.h | 204 int col_offset; member in struct:_stmt 364 int col_offset; member in struct:_expr 407 int col_offset; member in struct:_excepthandler 423 int col_offset; member in struct:_arg 453 int col_offset, PyArena *arena); 457 int lineno, int col_offset, PyArena *arena); 461 int col_offset, PyArena *arena); 463 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena); 465 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena 469 col_offset, PyArena *arena) [all...] |
node.h | 21 char *str, int lineno, int col_offset);
|
/external/tensorflow/tensorflow/core/kernels/ |
quantized_instance_norm.cc | 45 for (uint32_t col_offset = 0; col_offset < cols; col_offset += 16) { 55 const uint8_t* inp_ptr = input + col_offset; 120 vst1q_f32(mean + col_offset, vmulq_n_f32(vcvtq_f32_u32(sum[3]), inv_rows)); 121 vst1q_f32(mean + col_offset + 4, 123 vst1q_f32(mean + col_offset + 8, 125 vst1q_f32(mean + col_offset + 12, 128 vst1q_f32(variance + col_offset, vmulq_n_f32(M2A[3], inv_rows)); 129 vst1q_f32(variance + col_offset + 4, vmulq_n_f32(M2A[2], inv_rows)) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
Python-ast.h | 184 int col_offset;
member in struct:_stmt 312 int col_offset;
member in struct:_expr 354 int col_offset;
member in struct:_excepthandler 385 asdl_seq * decorator_list, int lineno, int col_offset,
389 asdl_seq * decorator_list, int lineno, int col_offset,
392 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena);
394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
398 col_offset, PyArena *arena);
401 lineno, int col_offset, PyArena *arena);
404 col_offset, PyArena *arena); [all...] |
node.h | 21 char *str, int lineno, int col_offset);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
Python-ast.h | 184 int col_offset;
member in struct:_stmt 312 int col_offset;
member in struct:_expr 354 int col_offset;
member in struct:_excepthandler 385 asdl_seq * decorator_list, int lineno, int col_offset,
389 asdl_seq * decorator_list, int lineno, int col_offset,
392 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena);
394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena
398 col_offset, PyArena *arena);
401 lineno, int col_offset, PyArena *arena);
404 col_offset, PyArena *arena); [all...] |
node.h | 21 char *str, int lineno, int col_offset);
|
/external/python/cpython2/Include/ |
Python-ast.h | 184 int col_offset; member in struct:_stmt 312 int col_offset; member in struct:_expr 354 int col_offset; member in struct:_excepthandler 385 asdl_seq * decorator_list, int lineno, int col_offset, 389 asdl_seq * decorator_list, int lineno, int col_offset, 392 stmt_ty _Py_Return(expr_ty value, int lineno, int col_offset, PyArena *arena); 394 stmt_ty _Py_Delete(asdl_seq * targets, int lineno, int col_offset, PyArena 398 col_offset, PyArena *arena); 401 lineno, int col_offset, PyArena *arena); 404 col_offset, PyArena *arena) [all...] |
node.h | 21 char *str, int lineno, int col_offset);
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
origin_info_test.py | 76 self.assertEqual(origin.loc.col_offset, 0) 82 self.assertEqual(origin.loc.col_offset, 2) 88 self.assertEqual(origin.loc.col_offset, 2) 105 self.assertEqual(origin.loc.col_offset, 0) 111 self.assertEqual(origin.loc.col_offset, 2) 117 self.assertEqual(origin.loc.col_offset, 2)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
parser.h | 35 int PyParser_AddToken(parser_state *ps, int type, char *str, int lineno, int col_offset,
|
parser.c | 108 shift(register stack *s, int type, char *str, int newstate, int lineno, int col_offset)
112 err = PyNode_AddChild(s->s_top->s_parent, type, str, lineno, col_offset);
120 push(register stack *s, int type, dfa *d, int newstate, int lineno, int col_offset)
126 err = PyNode_AddChild(n, type, (char *)NULL, lineno, col_offset);
221 int lineno, int col_offset, int *expected_ret)
253 arrow, lineno, col_offset)) > 0) {
263 x, lineno, col_offset)) > 0) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
parser.h | 35 int PyParser_AddToken(parser_state *ps, int type, char *str, int lineno, int col_offset,
|
node.c | 79 PyNode_AddChild(register node *n1, int type, char *str, int lineno, int col_offset)
109 n->n_col_offset = col_offset;
|
parser.c | 108 shift(register stack *s, int type, char *str, int newstate, int lineno, int col_offset)
112 err = PyNode_AddChild(s->s_top->s_parent, type, str, lineno, col_offset);
120 push(register stack *s, int type, dfa *d, int newstate, int lineno, int col_offset)
126 err = PyNode_AddChild(n, type, (char *)NULL, lineno, col_offset);
221 int lineno, int col_offset, int *expected_ret)
253 arrow, lineno, col_offset)) > 0) {
263 x, lineno, col_offset)) > 0) {
|
/external/python/cpython2/Parser/ |
parser.h | 35 int PyParser_AddToken(parser_state *ps, int type, char *str, int lineno, int col_offset,
|
/external/python/cpython3/Parser/ |
parser.h | 35 int PyParser_AddToken(parser_state *ps, int type, char *str, int lineno, int col_offset,
|
/external/tensorflow/tensorflow/tools/compatibility/ |
tf_upgrade_v2.py | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
Python-ast.c | 37 "col_offset",
156 "col_offset",
356 "col_offset",
3477 int col_offset; local 4697 int col_offset; local 6315 int col_offset; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
Python-ast.c | 37 "col_offset",
156 "col_offset",
356 "col_offset",
3460 int col_offset; local 4680 int col_offset; local 6298 int col_offset; local [all...] |
/external/python/cpython2/Python/ |
Python-ast.c | 37 "col_offset", 156 "col_offset", 356 "col_offset", 3489 int col_offset; local 4801 int col_offset; local 6483 int col_offset; local [all...] |
/external/python/cpython3/Python/ |
Python-ast.c | 30 _Py_IDENTIFIER(col_offset); variable 33 "col_offset", 191 "col_offset", 448 "col_offset", 477 "col_offset", 4114 int col_offset; local 5751 int col_offset; local 7687 int col_offset; local 7967 int col_offset; local [all...] |
/external/python/cpython3/Lib/test/ |
test_fstring.py | 100 self.assertEqual(binop.col_offset, 3) 101 self.assertEqual(binop.left.col_offset, 3) 102 self.assertEqual(binop.right.col_offset, 7) 138 self.assertEqual(binop1.col_offset, 8) 139 self.assertEqual(binop1.left.col_offset, 8) 140 self.assertEqual(binop1.right.col_offset, 12) 150 self.assertEqual(binop2.col_offset, 23) 151 self.assertEqual(binop2.left.col_offset, 23) 152 self.assertEqual(binop2.right.col_offset, 27) 181 self.assertEqual(binop.col_offset, 3 [all...] |
/external/eigen/unsupported/test/ |
cxx11_tensor_image_patch.cpp | 153 int col_offset = c*stride + j - col_padding; local 155 if (row_offset >= 0 && col_offset >= 0 && row_offset < tensor.dimension(1) && col_offset < tensor.dimension(2)) { 156 expected = tensor(d, row_offset, col_offset, b); 164 if (row_offset >= 0 && col_offset >= 0 && row_offset < tensor_row_major.dimension(2) && col_offset < tensor_row_major.dimension(1)) { 165 expected_row_major = tensor_row_major(b, col_offset, row_offset, d); 233 int col_offset = c + j - col_padding; local 234 if (row_offset >= 0 && col_offset >= 0 && row_offset < input_rows && col_offset < input_cols) 306 int col_offset = c + j - col_padding; local 383 int col_offset = c*stride + j - col_padding; local 530 int col_offset = c*stride + j - col_padding; local [all...] |
/external/libhevc/encoder/ |
ihevce_common_utils.c | 1069 WORD32 row_offset = 0, col_offset = 0; local 1103 col_offset = 2; 1108 col_offset = 0; 1113 col_offset = 2; 1118 col_offset = -2; 1128 [(col - col_offset) + 1131 [(col + col_offset) + 1178 WORD32 row_offset = 0, col_offset = 0; local 1212 col_offset = 1; 1217 col_offset = 0 [all...] |