Searched refs:tcFullMultiply (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Support/ |
D | APFloat.cpp | 484 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()
|
D | APInt.cpp | 2667 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/ |
D | APInt.h | 1663 static unsigned int tcFullMultiply(integerPart *, const integerPart *,
|