Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp358 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()
DAPInt.cpp2471 APInt::tcLSB(const integerPart *parts, unsigned int n) in tcLSB() function in APInt
/external/llvm/lib/Support/
DAPFloat.cpp350 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()
DAPInt.cpp2403 APInt::tcLSB(const integerPart *parts, unsigned int n) in tcLSB() function in APInt
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1432 static unsigned int tcLSB(const integerPart *, unsigned int);
/external/llvm/include/llvm/ADT/
DAPInt.h1641 static unsigned int tcLSB(const integerPart *, unsigned int);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1619 static unsigned int tcLSB(const integerPart *, unsigned int);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1853 static unsigned tcLSB(const WordType *, unsigned n);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPFloat.cpp425 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()
DAPInt.cpp2233 unsigned APInt::tcLSB(const WordType *parts, unsigned n) { in tcLSB() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2377 APInt::tcLSB(const integerPart *parts, unsigned int n) in tcLSB() function in APInt