Home
last modified time | relevance | path

Searched refs:mp_binary_op_method_name (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Druntime.h62 extern const byte mp_binary_op_method_name[];
A Dshowbc.c537 … mp_printf(print, "BINARY_OP " UINT_FMT " %s", op, qstr_str(mp_binary_op_method_name[op])); in mp_bytecode_print_str()
A Dobjtype.c463 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 Druntime.c315 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 Demitnative.c2351 … 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 14 milliseconds