Lines Matching defs:parts

2349 APInt::tcSet(integerPart *dst, integerPart part, unsigned int parts)  in tcSet()
2362 APInt::tcAssign(integerPart *dst, const integerPart *src, unsigned int parts) in tcAssign()
2372 APInt::tcIsZero(const integerPart *src, unsigned int parts) in tcIsZero()
2385 APInt::tcExtractBit(const integerPart *parts, unsigned int bit) in tcExtractBit()
2393 APInt::tcSetBit(integerPart *parts, unsigned int bit) in tcSetBit()
2400 APInt::tcClearBit(integerPart *parts, unsigned int bit) in tcClearBit()
2409 APInt::tcLSB(const integerPart *parts, unsigned int n) in tcLSB()
2427 APInt::tcMSB(const integerPart *parts, unsigned int n) in tcMSB()
2484 integerPart c, unsigned int parts) in tcAdd()
2509 integerPart c, unsigned int parts) in tcSubtract()
2533 APInt::tcNegate(integerPart *dst, unsigned int parts) in tcNegate()
2645 const integerPart *rhs, unsigned int parts) in tcMultiply()
2703 unsigned int parts) in tcDivide()
2748 APInt::tcShiftLeft(integerPart *dst, unsigned int parts, unsigned int count) in tcShiftLeft()
2782 APInt::tcShiftRight(integerPart *dst, unsigned int parts, unsigned int count) in tcShiftRight()
2814 APInt::tcAnd(integerPart *dst, const integerPart *rhs, unsigned int parts) in tcAnd()
2824 APInt::tcOr(integerPart *dst, const integerPart *rhs, unsigned int parts) in tcOr()
2834 APInt::tcXor(integerPart *dst, const integerPart *rhs, unsigned int parts) in tcXor()
2844 APInt::tcComplement(integerPart *dst, unsigned int parts) in tcComplement()
2855 unsigned int parts) in tcCompare()
2873 APInt::tcIncrement(integerPart *dst, unsigned int parts) in tcIncrement()
2886 APInt::tcDecrement(integerPart *dst, unsigned int parts) { in tcDecrement()
2901 APInt::tcSetLeastSignificantBits(integerPart *dst, unsigned int parts, in tcSetLeastSignificantBits()