Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDAPFloat.cpp2086 unsigned int dstPartsCount, truncatedBits; in convertToSignExtendedInteger() local
2112 truncatedBits = semantics->precision -1U - exponent; in convertToSignExtendedInteger()
2124 truncatedBits = semantics->precision - bits; in convertToSignExtendedInteger()
2125 APInt::tcExtract(parts, dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger()
2130 truncatedBits = 0; in convertToSignExtendedInteger()
2136 if (truncatedBits) { in convertToSignExtendedInteger()
2138 truncatedBits); in convertToSignExtendedInteger()
2140 roundAwayFromZero(rounding_mode, lost_fraction, truncatedBits)) { in convertToSignExtendedInteger()
2436 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2440 truncatedBits = excessPrecision; in roundSignificandWithExponent()
[all …]