Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp1988 unsigned int newPartCount, oldPartCount; in convert() local
1995 oldPartCount = partCount(); in convert()
2027 lostFraction = shiftRight(significandParts(), oldPartCount, -shift); in convert()
2030 if (newPartCount > oldPartCount) { in convert()
2036 APInt::tcAssign(newParts, significandParts(), oldPartCount); in convert()
2039 } else if (newPartCount == 1 && oldPartCount != 1) { in convert()