Searched refs:tcSubtract (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1643 static integerPart tcSubtract(integerPart *, const integerPart *,
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2498 APInt::tcSubtract(integerPart *dst, const integerPart *rhs, in tcSubtract() function in APInt 2720 tcSubtract(remainder, srhs, 0, parts); in tcDivide()
|
D | APFloat.cpp | 929 return APInt::tcSubtract(parts, rhs.significandParts(), borrow, in subtractSignificand() 1125 APInt::tcSubtract(dividend, divisor, 0, partsCount); in divideSignificand()
|