Searched refs:tcLSB (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APFloat.cpp | 358 lsb = APInt::tcLSB(parts, partCount); in lostFractionThroughTruncation() 1057 return APInt::tcLSB(significandParts(), partCount()); in significandLSB() 1916 if (APInt::tcLSB(significandParts(), newPartCount) < ushift) in convert() 2032 if (omsb == width && APInt::tcLSB(parts, dstPartsCount) + 1 != omsb) in convertToSignExtendedInteger()
|
D | APInt.cpp | 2471 APInt::tcLSB(const integerPart *parts, unsigned int n) in tcLSB() function in APInt
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 350 lsb = APInt::tcLSB(parts, partCount); in lostFractionThroughTruncation() 1162 return APInt::tcLSB(significandParts(), partCount()); in significandLSB() 2181 if (omsb == width && APInt::tcLSB(parts, dstPartsCount) + 1 != omsb) in convertToSignExtendedInteger()
|
D | APInt.cpp | 2403 APInt::tcLSB(const integerPart *parts, unsigned int n) in tcLSB() function in APInt
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1432 static unsigned int tcLSB(const integerPart *, unsigned int);
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1641 static unsigned int tcLSB(const integerPart *, unsigned int);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1619 static unsigned int tcLSB(const integerPart *, unsigned int);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1853 static unsigned tcLSB(const WordType *, unsigned n);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APFloat.cpp | 425 lsb = APInt::tcLSB(parts, partCount); in lostFractionThroughTruncation() 1159 return APInt::tcLSB(significandParts(), partCount()); in significandLSB() 2117 APInt::tcLSB(parts.data(), dstPartsCount) + 1 != omsb) in convertToSignExtendedInteger()
|
D | APInt.cpp | 2233 unsigned APInt::tcLSB(const WordType *parts, unsigned n) { in tcLSB() function in APInt
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2377 APInt::tcLSB(const integerPart *parts, unsigned int n) in tcLSB() function in APInt
|