Home
last modified time | relevance | path

Searched defs:rounded (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dmodbuiltins.c492 mp_obj_t rounded = mp_binary_op(MP_BINARY_OP_SUBTRACT, o_in, modulo); in mp_builtin_round() local
514 mp_float_t rounded = MICROPY_FLOAT_C_FUN(nearbyint)(val * mult) / mult; in mp_builtin_round() local
517 mp_float_t rounded = MICROPY_FLOAT_C_FUN(nearbyint)(val); in mp_builtin_round() local
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_style.h120 uint8_t rounded : 1; /**< 1: rounded line endings*/ member

Completed in 8 milliseconds