Searched refs:tcSetBit (Results 1 – 3 of 3) sorted by relevance
652 APInt::tcSetBit(significand, QNaNBit - 1); in makeNaN()655 APInt::tcSetBit(significand, QNaNBit); in makeNaN()662 APInt::tcSetBit(significand, QNaNBit + 1); in makeNaN()1094 APInt::tcSetBit(lhsSignificand, bit - 1); in divideSignificand()2039 APInt::tcSetBit(significandParts(), semantics->precision - 1); in convert()3856 APInt::tcSetBit(Parts, semantics->precision - 1); in next()3873 APInt::tcSetBit(Parts, semantics->precision - 1); in next()
2367 APInt::tcSetBit(integerPart *parts, unsigned int bit) in tcSetBit() function in APInt
1599 static void tcSetBit(integerPart *, unsigned int bit);