Searched refs:tcMultiplyPart (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Support/ |
D | APInt.cpp | 2603 APInt::tcMultiplyPart(integerPart *dst, const integerPart *src, in tcMultiplyPart() function in APInt 2708 overflow |= tcMultiplyPart(&dst[i], lhs, rhs[i], 0, parts, in tcMultiply() 2734 tcMultiplyPart(&dst[n], rhs, lhs[n], 0, rhsParts, rhsParts + 1, true); in tcFullMultiply()
|
D | APFloat.cpp | 2472 APInt::tcMultiplyPart(decSignificand, decSignificand, multiplier, val, in convertFromDecimalString()
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1459 static int tcMultiplyPart(integerPart *dst, const integerPart *src,
|