Home
last modified time | relevance | path

Searched refs:round_fixed_point (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.5.0/examples/widgets/chart/
Dlv_example_chart_8.c54 static int32_t round_fixed_point(int32_t n, int8_t shift) in round_fixed_point() function
114 …int32_t modifier = (round_fixed_point(decimal_sum, fixed_point_shift) >> fixed_point_shift) - int_… in lv_example_chart_8()
Dlv_example_chart_8.py54 def round_fixed_point(n, shift): function
111 … modifier = (round_fixed_point(decimal_sum, fixed_point_shift) >> fixed_point_shift) - int_sum