Searched refs:mlo (Results 1 – 1 of 1) sorted by relevance
727 const uint32 mlo = x1; // lower 32 bits of mantissa in Uint64ToDouble() local728 const uint64 man = (static_cast<uint64>(mhi) << 32) | mlo; // mantissa in Uint64ToDouble()