Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Support/
HDAPFloat.cpp485 APInt::tcFullMultiply(pow5, pow5 - pc, pow5 - pc, pc, pc); in powerOf5()
495 APInt::tcFullMultiply(p2, p1, pow5, result, pc); in powerOf5()
922 APInt::tcFullMultiply(fullSignificand, lhsSignificand, in multiplySignificand()
HDAPInt.cpp2640 APInt::tcFullMultiply(integerPart *dst, const integerPart *lhs, in tcFullMultiply() function in APInt
2646 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply()
/trueos/contrib/llvm/include/llvm/ADT/
HDAPInt.h1620 static unsigned int tcFullMultiply(integerPart *, const integerPart *,