Home
last modified time | relevance | path

Searched refs:lhsParts (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2621 const integerPart *rhs, unsigned int lhsParts, in tcFullMultiply() argument
2625 if (lhsParts > rhsParts) { in tcFullMultiply()
2626 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply()
2634 for (n = 0; n < lhsParts; n++) in tcFullMultiply()
2637 n = lhsParts + rhsParts; in tcFullMultiply()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp2646 const WordType *rhs, unsigned lhsParts, in tcFullMultiply() argument
2649 if (lhsParts > rhsParts) in tcFullMultiply()
2650 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply()
2656 for (unsigned i = 0; i < lhsParts; i++) in tcFullMultiply()