/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 265 tcMultiplyPart(U.pVal, U.pVal, RHS, 0, NumWords, NumWords, false); in operator *=() 2386 int APInt::tcMultiplyPart(WordType *dst, const WordType *src, in tcMultiplyPart() function in APInt 2483 overflow |= tcMultiplyPart(&dst[i], lhs, rhs[i], 0, parts, in tcMultiply() 2503 tcMultiplyPart(&dst[i], rhs, lhs[i], 0, rhsParts, rhsParts + 1, true); in tcFullMultiply()
|
D | APFloat.cpp | 2530 APInt::tcMultiplyPart(decSignificand, decSignificand, multiplier, val, in convertFromDecimalString()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2545 APInt::tcMultiplyPart(integerPart *dst, const integerPart *src, in tcMultiplyPart() function in APInt 2650 overflow |= tcMultiplyPart(&dst[i], lhs, rhs[i], 0, parts, in tcMultiply() 2676 tcMultiplyPart(&dst[n], rhs, lhs[n], 0, rhsParts, rhsParts + 1, true); in tcFullMultiply()
|
D | APFloat.cpp | 2621 APInt::tcMultiplyPart(decSignificand, decSignificand, multiplier, val, in convertFromDecimalString()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 2613 APInt::tcMultiplyPart(integerPart *dst, const integerPart *src, in tcMultiplyPart() function in APInt 2718 overflow |= tcMultiplyPart(&dst[i], lhs, rhs[i], 0, parts, in tcMultiply() 2744 tcMultiplyPart(&dst[n], rhs, lhs[n], 0, rhsParts, rhsParts + 1, true); in tcFullMultiply()
|
D | APFloat.cpp | 2476 APInt::tcMultiplyPart(decSignificand, decSignificand, multiplier, val, in convertFromDecimalString()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2519 APInt::tcMultiplyPart(integerPart *dst, const integerPart *src, in tcMultiplyPart() function in APInt 2624 overflow |= tcMultiplyPart(&dst[i], lhs, rhs[i], 0, parts, in tcMultiply() 2650 tcMultiplyPart(&dst[n], rhs, lhs[n], 0, rhsParts, rhsParts + 1, true); in tcFullMultiply()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1459 static int tcMultiplyPart(integerPart *dst, const integerPart *src,
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1665 static int tcMultiplyPart(integerPart *dst, const integerPart *src,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1643 static int tcMultiplyPart(integerPart *dst, const integerPart *src,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1881 static int tcMultiplyPart(WordType *dst, const WordType *src,
|