Home | History | Annotate | Download | only in Support

Lines Matching refs:hiWord

983   unsigned hiWord = whichWord(n-1);
984 if (hiWord == 0) {
989 assert(hiWord > 0 && "huh?");
990 uint64_t hibits = Tmp.pVal[hiWord] << (52 - n % APINT_BITS_PER_WORD);
991 uint64_t lobits = Tmp.pVal[hiWord-1] >> (11 + n % APINT_BITS_PER_WORD);