Searched refs:leftmost_digit (Results 1 – 1 of 1) sorted by relevance
770 double leftmost_digit; in hud_pane_set_max_value() local789 leftmost_digit = DIV_ROUND_UP(value, exp10); in hud_pane_set_max_value()792 if (leftmost_digit == 9) { in hud_pane_set_max_value()793 leftmost_digit = 1; in hud_pane_set_max_value()798 switch ((unsigned)leftmost_digit) { in hud_pane_set_max_value()807 pane->last_line = leftmost_digit * 2; /* lines in +1/2 increments */ in hud_pane_set_max_value()813 pane->last_line = leftmost_digit; /* lines in +1 increments */ in hud_pane_set_max_value()821 if (leftmost_digit == i && value <= (i - 0.5) * exp10) { in hud_pane_set_max_value()822 leftmost_digit = i - 0.5; in hud_pane_set_max_value()823 pane->last_line = leftmost_digit * 2; /* lines in +1/2 increments. */ in hud_pane_set_max_value()[all …]