Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1619 static unsigned int tcLSB(const integerPart *, unsigned int);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp477 lsb = APInt::tcLSB(parts, partCount); in lostFractionThroughTruncation()
1218 return APInt::tcLSB(significandParts(), partCount()); in significandLSB()
2173 APInt::tcLSB(parts.data(), dstPartsCount) + 1 != omsb) in convertToSignExtendedInteger()
DAPInt.cpp2387 unsigned APInt::tcLSB(const WordType *parts, unsigned n) { in tcLSB() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1917 static unsigned tcLSB(const WordType *, unsigned n);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2362 APInt::tcLSB(const integerPart *parts, unsigned int n) in tcLSB() function in APInt