Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dtraits.h111 return __t - (__v < __itoa::__pow10_128[__t - __itoa::__pow10_128_offset]) + 1;
120 static _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI decltype(__pow10_128)& __pow() {
121 return __itoa::__pow10_128;
H A Dtables.h100 inline constexpr __uint128_t __pow10_128[40] = { variable
H A Dto_chars_base_10.h137 return __pow10_128[__exp - __pow10_128_offset]; in __pow_10()