Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dsmallint.h40 #define MP_SMALL_INT_FITS(n) ((((n) ^ ((mp_uint_t)(n) << 1)) & MP_OBJ_WORD_MSBIT_HIGH) == 0) macro
47 #define MP_SMALL_INT_FITS(n) ((((n) & MP_SMALL_INT_MIN) == 0) || (((n) & MP_SMALL_INT_MIN) == MP_SM… macro
54 #define MP_SMALL_INT_FITS(n) ((((n) ^ ((n) << 1)) & 0xffff800000000000) == 0) macro
A Dparsenum.c106 if (!MP_SMALL_INT_FITS(int_val)) { in mp_parse_num_integer()
A Dobjint_longlong.c230 if (MP_SMALL_INT_FITS(value)) { in mp_obj_new_int()
A Dobjint.c355 if (MP_SMALL_INT_FITS(value)) { in mp_obj_new_int()
A Dobjint_mpz.c374 if (MP_SMALL_INT_FITS(value)) { in mp_obj_new_int()
A Druntime.c540 if (MP_SMALL_INT_FITS(lhs_val)) { in mp_binary_op()

Completed in 15 milliseconds