Home
last modified time | relevance | path

Searched refs:rounded (Results 1 – 13 of 13) 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
494 return rounded; in mp_builtin_round()
496 return mp_binary_op(MP_BINARY_OP_ADD, rounded, mult); in mp_builtin_round()
501 return mp_binary_op(MP_BINARY_OP_ADD, rounded, mult); in mp_builtin_round()
503 return rounded; in mp_builtin_round()
514 mp_float_t rounded = MICROPY_FLOAT_C_FUN(nearbyint)(val * mult) / mult; in mp_builtin_round() local
515 return mp_obj_new_float(rounded); in mp_builtin_round()
517 mp_float_t rounded = MICROPY_FLOAT_C_FUN(nearbyint)(val); in mp_builtin_round() local
518 return mp_obj_new_int_from_float(rounded); in mp_builtin_round()
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_style.c107 lv_style_scr.line.rounded = 0; in lv_style_init()
267 res->line.rounded = start->line.rounded; in lv_style_mix()
273 res->line.rounded = end->line.rounded; in lv_style_mix()
A Dlv_style.h120 uint8_t rounded : 1; /**< 1: rounded line endings*/ member
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_line.c251 if(style->line.rounded) { in lv_line_design()
261 if(style->line.rounded) { in lv_line_design()
A Dlv_arc.c232 if(style->line.rounded) { in lv_arc_design()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Djsbignum.texi163 with infinite precision and rounded according to the global floating
178 suffix. BigFloat literals have an infinite precision. They are rounded
202 rounded to nearest, ties to even with the current global
220 result is rounded according to the floating point environment @code{e}
254 Square root. Return a rounded floating point number. @code{e} is an
267 Transcendental operations. Return a rounded floating point
289 Otherwise, the number is rounded to nearest with ties to even using
391 non-deterministically rounded to -Infinity or +Infinity. This rounding
/AliOS-Things-master/components/SDL2/src/gfx/
A DChangeLog41 * Added rounded rectangle and rounded box primitives
/AliOS-Things-master/components/littlevgl/src/lv_themes/
A Dlv_theme_nemo.c405 arc.line.rounded = 1; in arc_init()
A Dlv_theme_night.c304 arc.line.rounded = 1; in arc_init()
A Dlv_theme_zen.c319 arc.line.rounded = 1; in arc_init()
A Dlv_theme_alien.c416 arc.line.rounded = 1; in arc_init()
/AliOS-Things-master/components/ble_host/bt_host/host/
A DKconfig44 buffer sizes are always rounded up to the nearest multiple of 4,
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DCHANGES3573 truncated to the bit depth rather than rounded have been fixed except in

Completed in 29 milliseconds