Home
last modified time | relevance | path

Searched refs:tcMultiplyPart (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp265 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()
DAPFloat.cpp2530 APInt::tcMultiplyPart(decSignificand, decSignificand, multiplier, val, in convertFromDecimalString()
/external/llvm/lib/Support/
DAPInt.cpp2545 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()
DAPFloat.cpp2621 APInt::tcMultiplyPart(decSignificand, decSignificand, multiplier, val, in convertFromDecimalString()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp2613 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()
DAPFloat.cpp2476 APInt::tcMultiplyPart(decSignificand, decSignificand, multiplier, val, in convertFromDecimalString()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2519 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/
DAPInt.h1459 static int tcMultiplyPart(integerPart *dst, const integerPart *src,
/external/llvm/include/llvm/ADT/
DAPInt.h1665 static int tcMultiplyPart(integerPart *dst, const integerPart *src,
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1643 static int tcMultiplyPart(integerPart *dst, const integerPart *src,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1881 static int tcMultiplyPart(WordType *dst, const WordType *src,