Searched refs:tcMultiplyPart (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 273 tcMultiplyPart(U.pVal, U.pVal, RHS, 0, NumWords, NumWords, false); in operator *=() 2500 int APInt::tcMultiplyPart(WordType *dst, const WordType *src, in tcMultiplyPart() function in APInt 2593 tcMultiplyPart(&dst[i], lhs, rhs[i], 0, parts, parts - i, i != 0); in tcMultiply() 2613 tcMultiplyPart(&dst[i], rhs, lhs[i], 0, rhsParts, rhsParts + 1, i != 0); in tcFullMultiply()
|
H A D | APFloat.cpp | 3132 APInt::tcMultiplyPart(decSignificand, decSignificand, multiplier, val, in convertFromDecimalString()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1827 static int tcMultiplyPart(WordType *dst, const WordType *src,
|