Searched refs:__lastDigit (Results 1 – 1 of 1) sorted by relevance
359 uint32_t __lastDigit = 0; in __d2fixed_buffered_n() local361 __lastDigit = __digits % 10; in __d2fixed_buffered_n()364 if (__lastDigit != 5) { in __d2fixed_buffered_n()365 __roundUp = __lastDigit > 5; in __d2fixed_buffered_n()562 uint32_t __lastDigit = 0; in __d2exp_buffered_n() local565 __lastDigit = __digits % 10; in __d2exp_buffered_n()571 if (__lastDigit != 5) { in __d2exp_buffered_n()572 __roundUp = __lastDigit > 5; in __d2exp_buffered_n()