Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2fixed.cpp350 uint32_t __digits = __mulShift_mod1e9(__m2 << 8, __POW10_SPLIT_2[__p], __j + 8); in __d2fixed_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()
/freebsd/contrib/llvm-project/libcxx/src/include/ryu/
H A Dd2fixed_full_table.h1311 inline constexpr uint64_t __POW10_SPLIT_2[3133][3] = { variable