Searched refs:round (Results 1 – 5 of 5) sorted by relevance
134 print("\tTime taken = " + str(round(time_taken,2)) + " sec")135 print("\tbin size = " + str(round(len(sjpeg)/1024, 1)) + " KB" )
32 uint8_t round; member117 key.round = (dsc->round_start ? ROUND_START : 0) | (dsc->round_end ? ROUND_END : 0); in line_key_create()
544 int32_t round = ((bg_end - arc->bg_angle_start) * 8) / (arc->max_value - arc->min_value); in lv_arc_event() local545 round = (round + 4) >> 4; in lv_arc_event()546 angle += round; in lv_arc_event()
56 0: no adjustment, get the integer part of the result (round down)57 64: round up from x.7558 128: round up from half59 192: round up from x.2560 254: round up
548 const size_t round = (1 << (tlsf_fls_sizet(size) - SL_INDEX_COUNT_LOG2)) - 1; in mapping_search() local549 size += round; in mapping_search()