Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp1943 unsigned int dstPartsCount, truncatedBits; in convertToSignExtendedInteger() local
1971 truncatedBits = semantics->precision -1U - exponent; in convertToSignExtendedInteger()
1983 truncatedBits = semantics->precision - bits; in convertToSignExtendedInteger()
1984 APInt::tcExtract(parts, dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger()
1989 truncatedBits = 0; in convertToSignExtendedInteger()
1995 if (truncatedBits) { in convertToSignExtendedInteger()
1997 truncatedBits); in convertToSignExtendedInteger()
1999 roundAwayFromZero(rounding_mode, lost_fraction, truncatedBits)) { in convertToSignExtendedInteger()
2307 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2311 truncatedBits = excessPrecision; in roundSignificandWithExponent()
[all …]