Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/include/ryu/
H A Dd2s.h54 inline constexpr int __DOUBLE_POW5_BITCOUNT = 121; variable
/freebsd/contrib/llvm-project/libcxx/src/ryu/
H A Dd2s.cpp240 const int32_t __k = __pow5bits(__i) - __DOUBLE_POW5_BITCOUNT; in __d2d()