Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp484 APInt::tcFullMultiply(pow5, pow5 - pc, pow5 - pc, pc, pc); in powerOf5()
494 APInt::tcFullMultiply(p2, p1, pow5, result, pc); in powerOf5()
942 APInt::tcFullMultiply(fullSignificand, lhsSignificand, in multiplySignificand()
DAPInt.cpp2667 APInt::tcFullMultiply(integerPart *dst, const integerPart *lhs, in tcFullMultiply() function in APInt
2673 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply()
/external/llvm/include/llvm/ADT/
DAPInt.h1663 static unsigned int tcFullMultiply(integerPart *, const integerPart *,