Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Support/
DAPFloat.cpp1942 unsigned int newPartCount, oldPartCount; in convert() local
1948 newPartCount = partCountForBits(toSemantics.precision + 1); in convert()
1984 if (newPartCount > oldPartCount) { in convert()
1987 newParts = new integerPart[newPartCount]; in convert()
1988 APInt::tcSet(newParts, 0, newPartCount); in convert()
1993 } else if (newPartCount == 1 && oldPartCount != 1) { in convert()
2008 APInt::tcShiftLeft(significandParts(), newPartCount, shift); in convert()