Searched refs:MP_BINARY_OP_MODULO (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | runtime0.h | 124 MP_BINARY_OP_MODULO, enumerator
|
A D | modbuiltins.c | 222 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 D | objint_longlong.c | 163 case MP_BINARY_OP_MODULO: in mp_obj_int_binary_op()
|
A D | objfloat.c | 276 case MP_BINARY_OP_MODULO: in mp_obj_float_binary_op()
|
A D | objint_mpz.c | 247 case MP_BINARY_OP_MODULO: in mp_obj_int_binary_op()
|
A D | objtype.c | 496 [MP_BINARY_OP_MODULO] = MP_QSTR___mod__,
|
A D | runtime.c | 472 case MP_BINARY_OP_MODULO: in mp_binary_op()
|
A D | objstr.c | 309 if (op == MP_BINARY_OP_MODULO) { in mp_obj_str_binary_op()
|
A D | emitnative.c | 2347 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 D | modsocket.c | 223 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 D | modsocket.c | 231 port = mp_obj_str_binary_op(MP_BINARY_OP_MODULO, in _socket_getaddrinfo2()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | modsocket.c | 218 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