makeUInt64        169 Source/platform/Decimal.cpp         const uint64_t work = makeUInt64(dividend[i], remainder);
makeUInt64        173 Source/platform/Decimal.cpp     m_low = makeUInt64(quotient[0], quotient[1]);
makeUInt64        174 Source/platform/Decimal.cpp     m_high = makeUInt64(quotient[2], quotient[3]);