Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp359 uint32_t __lastDigit = 0; in __d2fixed_buffered_n() local
361 __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() local
565 __lastDigit = __digits % 10; in __d2exp_buffered_n()
571 if (__lastDigit != 5) { in __d2exp_buffered_n()
572 __roundUp = __lastDigit > 5; in __d2exp_buffered_n()