Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Support/
HDAPFloat.cpp2052 unsigned int dstPartsCount, truncatedBits; in convertToSignExtendedInteger() local
2078 truncatedBits = semantics->precision -1U - exponent; in convertToSignExtendedInteger()
2090 truncatedBits = semantics->precision - bits; in convertToSignExtendedInteger()
2091 APInt::tcExtract(parts, dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger()
2096 truncatedBits = 0; in convertToSignExtendedInteger()
2102 if (truncatedBits) { in convertToSignExtendedInteger()
2104 truncatedBits); in convertToSignExtendedInteger()
2106 roundAwayFromZero(rounding_mode, lost_fraction, truncatedBits)) { in convertToSignExtendedInteger()
2402 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2406 truncatedBits = excessPrecision; in roundSignificandWithExponent()
[all …]