Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dtraits.h79 return __t - (__v < __itoa::__pow10_64[__t]) + 1;
86 static _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI decltype(__pow10_64)& __pow() {
87 return __itoa::__pow10_64;
H A Dtables.h76 inline constexpr uint64_t __pow10_64[20] = { variable