Searched refs:rhsParts (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2622 unsigned int rhsParts) in tcFullMultiply() argument 2625 if (lhsParts > rhsParts) { in tcFullMultiply() 2626 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply() 2632 tcSet(dst, 0, rhsParts); in tcFullMultiply() 2635 tcMultiplyPart(&dst[n], rhs, lhs[n], 0, rhsParts, rhsParts + 1, true); 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 | 2647 unsigned rhsParts) { in tcFullMultiply() argument 2649 if (lhsParts > rhsParts) in tcFullMultiply() 2650 return tcFullMultiply (dst, rhs, lhs, rhsParts, lhsParts); in tcFullMultiply() 2654 tcSet(dst, 0, rhsParts); in tcFullMultiply() 2657 tcMultiplyPart(&dst[i], rhs, lhs[i], 0, rhsParts, rhsParts + 1, true); in tcFullMultiply()
|