Home | History | Annotate | Download | only in Support

Lines Matching refs:HighBitMask

757   const integerPart HighBitMask = ~integerPart(0) >> NumHighBits;
759 if (Parts[PartCount - 1] & HighBitMask)