Searched refs:tcFullMultiply (Results 1 – 3 of 3) sorted by relevance
| /trueos/contrib/llvm/lib/Support/ |
| HD | APFloat.cpp | 485 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()
|
| HD | APInt.cpp | 2640 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/ |
| HD | APInt.h | 1620 static unsigned int tcFullMultiply(integerPart *, const integerPart *,
|