Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp2083 unsigned int dstPartsCount, truncatedBits; in convertToSignExtendedInteger() local
2109 truncatedBits = semantics->precision -1U - exponent; in convertToSignExtendedInteger()
2121 truncatedBits = semantics->precision - bits; in convertToSignExtendedInteger()
2122 APInt::tcExtract(parts, dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger()
2127 truncatedBits = 0; in convertToSignExtendedInteger()
2133 if (truncatedBits) { in convertToSignExtendedInteger()
2135 truncatedBits); in convertToSignExtendedInteger()
2137 roundAwayFromZero(rounding_mode, lost_fraction, truncatedBits)) { in convertToSignExtendedInteger()
2433 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2437 truncatedBits = excessPrecision; in roundSignificandWithExponent()
[all …]