Searched refs:log10Pow2 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
H A Dcommon.h68 static inline uint32_t log10Pow2(const int32_t e) { function
H A Df2s.c72 const uint32_t q = log10Pow2(e2);
H A Dgeneric_128.c109 // This expression is slightly faster than max(0, log10Pow2(e2) - 1).
110 const uint32_t q = log10Pow2(e2) - (e2 > 3);
H A Dd2s.c112 // This expression is slightly faster than max(0, log10Pow2(e2) - 1).
113 const uint32_t q = log10Pow2(e2) - (e2 > 3);
H A Dd2fixed.c316 return (log10Pow2(16 * (int32_t) idx) + 1 + 16 + 8) / 9;
H A Dgeneric_128.h499 static inline uint32_t log10Pow2(const int32_t e) {

Completed in 98 milliseconds