Searched refs:round_fixed_point (Results 1 – 2 of 2) sorted by relevance
54 static int32_t round_fixed_point(int32_t n, int8_t shift) in round_fixed_point() function114 …int32_t modifier = (round_fixed_point(decimal_sum, fixed_point_shift) >> fixed_point_shift) - int_… in lv_example_chart_8()
54 def round_fixed_point(n, shift): function111 … modifier = (round_fixed_point(decimal_sum, fixed_point_shift) >> fixed_point_shift) - int_sum