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