Searched refs:tcFullMultiply (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1658 static unsigned int tcFullMultiply(integerPart *, const integerPart *,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 613 APInt::tcFullMultiply(pow5, pow5 - pc, pow5 - pc, pc, pc); in powerOf5() 623 APInt::tcFullMultiply(p2, p1, pow5, result, pc); in powerOf5() 1020 APInt::tcFullMultiply(fullSignificand, lhsSignificand, in multiplySignificand()
|
D | APInt.cpp | 2645 void APInt::tcFullMultiply(WordType *dst, const WordType *lhs, in tcFullMultiply() function in APInt 2650 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1959 static void tcFullMultiply(WordType *, const WordType *,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2620 APInt::tcFullMultiply(integerPart *dst, const integerPart *lhs, in tcFullMultiply() function in APInt 2626 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply()
|