Searched refs:tcFullMultiply (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1972 static void tcFullMultiply(WordType *, const WordType *,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | APFloat.cpp | 634 APInt::tcFullMultiply(pow5, pow5 - pc, pow5 - pc, pc, pc); in powerOf5() 644 APInt::tcFullMultiply(p2, p1, pow5, result, pc); in powerOf5() 1042 APInt::tcFullMultiply(fullSignificand, lhsSignificand, in multiplySignificand()
|
| H A D | APInt.cpp | 2644 void APInt::tcFullMultiply(WordType *dst, const WordType *lhs, in tcFullMultiply() function in APInt 2649 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply()
|