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