Home | History | Annotate | Download | only in Support

Lines Matching refs:hibits

916     uint64_t hibits = Tmp.pVal[hiWord] << (52 - n % APINT_BITS_PER_WORD);
918 mantissa = hibits | lobits;