Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp319 if (__blocks <= __MIN_BLOCK_2[__idx]) { in __d2fixed_buffered_n()
326 } else if (__i < __MIN_BLOCK_2[__idx]) { in __d2fixed_buffered_n()
327 __i = __MIN_BLOCK_2[__idx]; in __d2fixed_buffered_n()
336 const uint32_t __p = __POW10_OFFSET_2[__idx] + __i - __MIN_BLOCK_2[__idx]; in __d2fixed_buffered_n()
517 for (int32_t __i = __MIN_BLOCK_2[__idx]; __i < 200; ++__i) { in __d2exp_buffered_n()
519 const uint32_t __p = __POW10_OFFSET_2[__idx] + static_cast<uint32_t>(__i) - __MIN_BLOCK_2[__idx]; in __d2exp_buffered_n()
/freebsd/contrib/llvm-project/libcxx/src/include/ryu/
H A Dd2fixed_full_table.h1301 inline constexpr uint8_t __MIN_BLOCK_2[__TABLE_SIZE_2] = { variable