Searched refs:__POW10_OFFSET_2 (Results 1 – 2 of 2) sorted by relevance
337 const uint32_t __p = __POW10_OFFSET_2[__idx] + __i - __MIN_BLOCK_2[__idx]; in __d2fixed_buffered_n()338 if (__p >= __POW10_OFFSET_2[__idx + 1]) { in __d2fixed_buffered_n()520 … const uint32_t __p = __POW10_OFFSET_2[__idx] + static_cast<uint32_t>(__i) - __MIN_BLOCK_2[__idx]; in __d2exp_buffered_n()523 …__digits = (__p >= __POW10_OFFSET_2[__idx + 1]) ? 0 : __mulShift_mod1e9(__m2 << 8, __POW10_SPLIT_2… in __d2exp_buffered_n()
1291 inline constexpr uint16_t __POW10_OFFSET_2[__TABLE_SIZE_2] = { variable