Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp467 uint32_t __printedDigits = 0; in __d2exp_buffered_n() local
480 if (__printedDigits != 0) { in __d2exp_buffered_n()
481 if (__printedDigits + 9 > __precision) { in __d2exp_buffered_n()
490 __printedDigits += 9; in __d2exp_buffered_n()
509 __printedDigits = __availableDigits; in __d2exp_buffered_n()
523 if (__printedDigits != 0) { in __d2exp_buffered_n()
524 if (__printedDigits + 9 > __precision) { in __d2exp_buffered_n()
533 __printedDigits += 9; in __d2exp_buffered_n()
552 __printedDigits = __availableDigits; in __d2exp_buffered_n()
558 const uint32_t __maximum = __precision - __printedDigits; in __d2exp_buffered_n()
[all …]