Searched refs:tcMultiplyPart (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/Support/ |
| D | APInt.cpp | 2524 APInt::tcMultiplyPart(integerPart *dst, const integerPart *src, in tcMultiplyPart() function in APInt 2629 overflow |= tcMultiplyPart(&dst[i], lhs, rhs[i], 0, parts, in tcMultiply() 2655 tcMultiplyPart(&dst[n], rhs, lhs[n], 0, rhsParts, rhsParts + 1, true); in tcFullMultiply()
|
| D | APFloat.cpp | 2566 APInt::tcMultiplyPart(decSignificand, decSignificand, multiplier, val, in convertFromDecimalString()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/ADT/ |
| D | APInt.h | 1605 static int tcMultiplyPart(integerPart *dst, const integerPart *src,
|