Home
last modified time | relevance | path

Searched defs:mp_obj_new_int (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjint_longlong.c229 mp_obj_t mp_obj_new_int(mp_int_t value) { in mp_obj_new_int() function
A Dobjint_mpz.c373 mp_obj_t mp_obj_new_int(mp_int_t value) { in mp_obj_new_int() function
A Dobjint.c354 mp_obj_t mp_obj_new_int(mp_int_t value) { in mp_obj_new_int() function
A Ddynruntime.h105 #define mp_obj_new_int(i) (mp_fun_table.native_to_obj(i, MP_NATIVE_TYPE_INT)) macro

Completed in 7 milliseconds