Home
last modified time | relevance | path

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/
DAPInt.h1658 static unsigned int tcFullMultiply(integerPart *, const integerPart *,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp613 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()
DAPInt.cpp2645 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/
DAPInt.h1959 static void tcFullMultiply(WordType *, const WordType *,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2620 APInt::tcFullMultiply(integerPart *dst, const integerPart *lhs, in tcFullMultiply() function in APInt
2626 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply()