Searched refs:tcExtractBit (Results 1 – 3 of 3) sorted by relevance
660 APInt::tcExtractBit(parts, bits - 1)) in lostFractionThroughTruncation()1005 (APInt::tcExtractBit(significandParts(), in isDenormal()1586 return APInt::tcExtractBit(significandParts(), bit); in roundAwayFromZero()2814 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) { in convertFromSignExtendedInteger()2841 if (isSigned && APInt::tcExtractBit(parts, width - 1)) { in convertFromZeroExtendedInteger()3002 assert(APInt::tcExtractBit in roundSignificandWithExponent()4446 return !APInt::tcExtractBit(significandParts(), semantics->precision - 2); in isSignaling()
2333 int APInt::tcExtractBit(const WordType *parts, unsigned bit) { in tcExtractBit() function in APInt
1783 static int tcExtractBit(const WordType *, unsigned bit);