Searched refs:mhi (Results 1 – 1 of 1) sorted by relevance
727 const uint32 mhi = x0 & 0xfffffu; // upper 20 bits of mantissa in Uint64ToDouble() local729 const uint64 man = (static_cast<uint64>(mhi) << 32) | mlo; // mantissa in Uint64ToDouble()