Searched refs:tcExtractBit (Results 1 – 3 of 3) sorted by relevance
355 APInt::tcExtractBit(parts, bits - 1)) in lostFractionThroughTruncation()703 (APInt::tcExtractBit(significandParts(), in isDenormal()1232 return APInt::tcExtractBit(significandParts(), bit); in roundAwayFromZero()2286 APInt::tcExtractBit(src, srcCount * integerPartWidth - 1)) { in convertFromSignExtendedInteger()2314 if (isSigned && APInt::tcExtractBit(parts, width - 1)) { in convertFromZeroExtendedInteger()2461 assert(APInt::tcExtractBit in roundSignificandWithExponent()3769 return !APInt::tcExtractBit(significandParts(), semantics->precision - 2); in isSignaling()
2359 APInt::tcExtractBit(const integerPart *parts, unsigned int bit) in tcExtractBit() function in APInt
1588 static int tcExtractBit(const integerPart *, unsigned int bit);