Home
last modified time | relevance | path

Searched refs:MICROPY_LONGINT_IMPL (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjint.c123 #if MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_LONGLONG in mp_classify_fp_as_int()
128 #if MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_MPZ in mp_classify_fp_as_int()
151 #if MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_MPZ in mp_obj_new_int_from_float()
158 #if MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_LONGLONG in mp_obj_new_int_from_float()
171 #if MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_LONGLONG
227 #if MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_NONE in mp_obj_int_formatted()
237 #if MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_LONGLONG in mp_obj_int_formatted()
303 #if MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_NONE
409 #if MICROPY_LONGINT_IMPL != MICROPY_LONGINT_IMPL_NONE in int_from_bytes()
438 #if MICROPY_LONGINT_IMPL != MICROPY_LONGINT_IMPL_NONE in int_to_bytes()
A Dobjint.h34 #if MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_LONGLONG
36 #elif MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_MPZ
A Dbinary.c171 #if MICROPY_LONGINT_IMPL != MICROPY_LONGINT_IMPL_NONE in mp_binary_get_val_array()
336 #if MICROPY_LONGINT_IMPL != MICROPY_LONGINT_IMPL_NONE in mp_binary_set_val()
373 #if MICROPY_LONGINT_IMPL != MICROPY_LONGINT_IMPL_NONE in mp_binary_set_val_array()
412 #if MICROPY_LONGINT_IMPL != MICROPY_LONGINT_IMPL_NONE in mp_binary_set_val_array_from_int()
A Dmpconfig.h658 #ifndef MICROPY_LONGINT_IMPL
659 #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE) macro
662 #if MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_LONGLONG
A Dobj.c344 #if MICROPY_LONGINT_IMPL != MICROPY_LONGINT_IMPL_NONE in mp_obj_get_float_maybe()
384 #if MICROPY_LONGINT_IMPL != MICROPY_LONGINT_IMPL_NONE in mp_obj_get_complex_maybe()
A Dmodsys.c203 #if MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_NONE
A Dobjint_longlong.c39 #if MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_LONGLONG
A Dobjint_mpz.c40 #if MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_MPZ
A Dmodbuiltins.c391 #elif MICROPY_LONGINT_IMPL != MICROPY_LONGINT_IMPL_MPZ in mp_builtin_pow()
A Dmpz.c32 #if MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_MPZ
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmpy-tool.py307 if config.MICROPY_LONGINT_IMPL == config.MICROPY_LONGINT_IMPL_NONE:
310 elif config.MICROPY_LONGINT_IMPL == config.MICROPY_LONGINT_IMPL_LONGLONG:
313 elif config.MICROPY_LONGINT_IMPL == config.MICROPY_LONGINT_IMPL_MPZ:
847 print("#if MICROPY_LONGINT_IMPL != %u" % config.MICROPY_LONGINT_IMPL)
852 if config.MICROPY_LONGINT_IMPL == config.MICROPY_LONGINT_IMPL_MPZ:
1012 config.MICROPY_LONGINT_IMPL = {
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmpconfigport.h69 #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) macro
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmpconfigport.h46 #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) macro
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmpconfigport.h46 #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) macro
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmpconfigport.h46 #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) macro

Completed in 25 milliseconds