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

/openbsd-current/gnu/llvm/libcxx/src/ryu/
H A Dd2fixed.cpp577 const int32_t __rexp = static_cast<int32_t>(__precision) - __exp; local
578 const int32_t __requiredTwos = -__e2 - __rexp;
581 if (__rexp < 0) {
582 const int32_t __requiredFives = -__rexp;

Completed in 170 milliseconds