Searched refs:mp_binary_op_method_name (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | runtime.h | 62 extern const byte mp_binary_op_method_name[];
|
A D | showbc.c | 537 … mp_printf(print, "BINARY_OP " UINT_FMT " %s", op, qstr_str(mp_binary_op_method_name[op])); in mp_bytecode_print_str()
|
A D | objtype.c | 463 const byte mp_binary_op_method_name[MP_BINARY_OP_NUM_RUNTIME] = { variable 530 qstr op_name = mp_binary_op_method_name[op]; in instance_binary_op()
|
A D | runtime.c | 315 DEBUG_OP_printf("binary " UINT_FMT " %q %p %p\n", op, mp_binary_op_method_name[op], lhs, rhs); in mp_binary_op() 621 mp_binary_op_method_name[op], mp_obj_get_type_str(lhs), mp_obj_get_type_str(rhs)); in mp_binary_op()
|
A D | emitnative.c | 2351 … MP_ERROR_TEXT("div/mod not implemented for uint"), mp_binary_op_method_name[op]); in emit_native_binary_op() 2550 MP_ERROR_TEXT("binary op %q not implemented"), mp_binary_op_method_name[op]); in emit_native_binary_op()
|
Completed in 16 milliseconds