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()1076 APInt::tcSetBit(lhsSignificand, bit - 1); in divideSignificand()2019 APInt::tcSetBit(significandParts(), semantics->precision - 1); in convert()3833 APInt::tcSetBit(Parts, semantics->precision - 1); in next()3850 APInt::tcSetBit(Parts, semantics->precision - 1); in next()
2366 APInt::tcSetBit(integerPart *parts, unsigned int bit) in tcSetBit() function in APInt
1568 static void tcSetBit(integerPart *, unsigned int bit);