Home
last modified time | relevance | path

Searched refs:mp_obj_int_get_checked (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobj.c301 return mp_obj_int_get_checked(arg); in mp_obj_get_int()
304 return mp_obj_int_get_checked(res); in mp_obj_get_int()
327 *value = mp_obj_int_get_checked(arg); in mp_obj_get_int_maybe()
A Dobjslice.c51 mp_int_t length = mp_obj_int_get_checked(length_obj); in slice_indices()
A Dobjint_mpz.c276 mp_int_t irhs = mp_obj_int_get_checked(rhs_in); in mp_obj_int_binary_op()
418 mp_int_t mp_obj_int_get_checked(mp_const_obj_t self_in) { in mp_obj_int_get_checked() function
A Dobjint_longlong.c283 mp_int_t mp_obj_int_get_checked(mp_const_obj_t self_in) { in mp_obj_int_get_checked() function
A Dobjint.c366 mp_int_t mp_obj_int_get_checked(mp_const_obj_t self_in) { in mp_obj_int_get_checked() function
A Dobj.h813 mp_int_t mp_obj_int_get_checked(mp_const_obj_t self_in);

Completed in 11 milliseconds