Searched refs:tcMSB (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 899 omsb = APInt::tcMSB(fullSignificand, newPartsCount) + 1; in multiplySignificand() 939 omsb = APInt::tcMSB(fullSignificand, newPartsCount) + 1; in multiplySignificand() 998 bit = precision - APInt::tcMSB(divisor, partsCount) - 1; in divideSignificand() 1005 bit = precision - APInt::tcMSB(dividend, partsCount) - 1; in divideSignificand() 1051 return APInt::tcMSB(significandParts(), partCount()); in significandMSB() 2021 unsigned int omsb = APInt::tcMSB(parts, dstPartsCount) + 1; in convertToSignExtendedInteger() 2123 omsb = APInt::tcMSB(src, srcCount) + 1; in convertFromUnsignedParts()
|
D | APInt.cpp | 2489 APInt::tcMSB(const integerPart *parts, unsigned int n) in tcMSB() function in APInt 2772 shiftCount = tcMSB(rhs, parts) + 1; in tcDivide()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 970 omsb = APInt::tcMSB(fullSignificand, newPartsCount) + 1; in multiplySignificand() 1034 omsb = APInt::tcMSB(fullSignificand, newPartsCount) + 1; in multiplySignificand() 1103 bit = precision - APInt::tcMSB(divisor, partsCount) - 1; in divideSignificand() 1110 bit = precision - APInt::tcMSB(dividend, partsCount) - 1; in divideSignificand() 1156 return APInt::tcMSB(significandParts(), partCount()); in significandMSB() 2170 unsigned int omsb = APInt::tcMSB(parts, dstPartsCount) + 1; in convertToSignExtendedInteger() 2271 omsb = APInt::tcMSB(src, srcCount) + 1; in convertFromUnsignedParts()
|
D | APInt.cpp | 2421 APInt::tcMSB(const integerPart *parts, unsigned int n) in tcMSB() function in APInt 2704 shiftCount = tcMSB(rhs, parts) + 1; in tcDivide()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APFloat.cpp | 972 omsb = APInt::tcMSB(fullSignificand, newPartsCount) + 1; in multiplySignificand() 1036 omsb = APInt::tcMSB(fullSignificand, newPartsCount) + 1; in multiplySignificand() 1104 bit = precision - APInt::tcMSB(divisor, partsCount) - 1; in divideSignificand() 1111 bit = precision - APInt::tcMSB(dividend, partsCount) - 1; in divideSignificand() 1155 return APInt::tcMSB(significandParts(), partCount()); in significandMSB() 2105 unsigned int omsb = APInt::tcMSB(parts.data(), dstPartsCount) + 1; in convertToSignExtendedInteger() 2187 omsb = APInt::tcMSB(src, srcCount) + 1; in convertFromUnsignedParts()
|
D | APInt.cpp | 2247 unsigned APInt::tcMSB(const WordType *parts, unsigned n) { in tcMSB() function in APInt 2521 unsigned shiftCount = tcMSB(rhs, parts) + 1; in tcDivide()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1433 static unsigned int tcMSB(const integerPart *parts, unsigned int n);
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1642 static unsigned int tcMSB(const integerPart *parts, unsigned int n);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1620 static unsigned int tcMSB(const integerPart *parts, unsigned int n);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1854 static unsigned tcMSB(const WordType *parts, unsigned n);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2395 APInt::tcMSB(const integerPart *parts, unsigned int n) in tcMSB() function in APInt 2678 shiftCount = tcMSB(rhs, parts) + 1; in tcDivide()
|