Searched refs:hibits (Results 1 – 2 of 2) sorted by relevance
885 uint64_t hibits = Tmp.pVal[hiWord] << (52 - n % APINT_BITS_PER_WORD); in roundToDouble() local887 mantissa = hibits | lobits; in roundToDouble()
853 uint64_t hibits = Tmp.U.pVal[hiWord] << (52 - n % APINT_BITS_PER_WORD); in roundToDouble() local855 mantissa = hibits | lobits; in roundToDouble()