Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2s.cpp153 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI inline uint32_t __decimalLength17(const uint64_t __v) { in __decimalLength17() function
361 const uint32_t __olength = __decimalLength17(_Output); in __to_chars()