Searched refs:tcSetBit (Results 1 – 3 of 3) sorted by relevance
651 APInt::tcSetBit(significand, QNaNBit - 1); in makeNaN()654 APInt::tcSetBit(significand, QNaNBit); in makeNaN()661 APInt::tcSetBit(significand, QNaNBit + 1); in makeNaN()1105 APInt::tcSetBit(lhsSignificand, bit - 1); in divideSignificand()2050 APInt::tcSetBit(significandParts(), semantics->precision - 1); in convert()3869 APInt::tcSetBit(Parts, semantics->precision - 1); in next()3886 APInt::tcSetBit(Parts, semantics->precision - 1); in next()
2393 APInt::tcSetBit(integerPart *parts, unsigned int bit) in tcSetBit() function in APInt
1617 static void tcSetBit(integerPart *, unsigned int bit);