Searched refs:__lastDigit (Results 1 – 1 of 1) sorted by relevance
360 uint32_t __lastDigit = 0; in __d2fixed_buffered_n() local362 __lastDigit = __digits % 10; in __d2fixed_buffered_n()365 if (__lastDigit != 5) { in __d2fixed_buffered_n()366 __roundUp = __lastDigit > 5; in __d2fixed_buffered_n()563 uint32_t __lastDigit = 0; in __d2exp_buffered_n() local566 __lastDigit = __digits % 10; in __d2exp_buffered_n()572 if (__lastDigit != 5) { in __d2exp_buffered_n()573 __roundUp = __lastDigit > 5; in __d2exp_buffered_n()