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

/openbsd-current/gnu/llvm/libcxx/src/ryu/
H A Dd2s.cpp484 const uint32_t _Low_mantissa = static_cast<uint32_t>(__v.__mantissa); local
485 if (_Low_mantissa != 0) {
486 (void) _BitScanForward(&_Trailing_zero_bits, _Low_mantissa);

Completed in 125 milliseconds