Home
last modified time | relevance | path

Searched refs:tcMultiplyPart (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Support/
DAPInt.cpp2603 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()
DAPFloat.cpp2472 APInt::tcMultiplyPart(decSignificand, decSignificand, multiplier, val, in convertFromDecimalString()
/external/llvm/include/llvm/ADT/
DAPInt.h1459 static int tcMultiplyPart(integerPart *dst, const integerPart *src,