Searched refs:lhsParts (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2621 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/ |
D | APInt.cpp | 2646 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()
|