Home
last modified time | relevance | path

Searched refs:MP_BINARY_OP_MODULO (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Druntime0.h124 MP_BINARY_OP_MODULO, enumerator
A Dmodbuiltins.c222 return mp_binary_op(MP_BINARY_OP_MODULO, MP_OBJ_NEW_QSTR(MP_QSTR__percent__hash_x), o_in); in mp_builtin_hex()
349 return mp_binary_op(MP_BINARY_OP_MODULO, MP_OBJ_NEW_QSTR(MP_QSTR__percent__hash_o), o_in); in mp_builtin_oct()
392 …return mp_binary_op(MP_BINARY_OP_MODULO, mp_binary_op(MP_BINARY_OP_POWER, args[0], args[1]), args[… in mp_builtin_pow()
491 mp_obj_t modulo = mp_binary_op(MP_BINARY_OP_MODULO, o_in, mult); in mp_builtin_round()
A Dobjint_longlong.c163 case MP_BINARY_OP_MODULO: in mp_obj_int_binary_op()
A Dobjfloat.c276 case MP_BINARY_OP_MODULO: in mp_obj_float_binary_op()
A Dobjint_mpz.c247 case MP_BINARY_OP_MODULO: in mp_obj_int_binary_op()
A Dobjtype.c496 [MP_BINARY_OP_MODULO] = MP_QSTR___mod__,
A Druntime.c472 case MP_BINARY_OP_MODULO: in mp_binary_op()
A Dobjstr.c309 if (op == MP_BINARY_OP_MODULO) { in mp_obj_str_binary_op()
A Demitnative.c2347 if (op == MP_BINARY_OP_FLOOR_DIVIDE || op == MP_BINARY_OP_MODULO) { in emit_native_binary_op()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodsocket.c223 port = mp_obj_str_binary_op(MP_BINARY_OP_MODULO, mp_obj_new_str_via_qstr("%s", 2), port); in _socket_getaddrinfo2()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodsocket.c231 port = mp_obj_str_binary_op(MP_BINARY_OP_MODULO, in _socket_getaddrinfo2()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodsocket.c218 port = mp_obj_str_binary_op(MP_BINARY_OP_MODULO, mp_obj_new_str_via_qstr("%s", 2), port); in _socket_getaddrinfo2()

Completed in 31 milliseconds