Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2723 unsigned int dstPartsCount, truncatedBits; in convertToSignExtendedInteger() local
2750 truncatedBits = semantics->precision -1U - exponent; in convertToSignExtendedInteger()
2762 truncatedBits = semantics->precision - bits; in convertToSignExtendedInteger()
2763 APInt::tcExtract(parts.data(), dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger()
2770 truncatedBits = 0; in convertToSignExtendedInteger()
2776 if (truncatedBits) { in convertToSignExtendedInteger()
2778 truncatedBits); in convertToSignExtendedInteger()
2780 roundAwayFromZero(rounding_mode, lost_fraction, truncatedBits)) { in convertToSignExtendedInteger()
3064 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
3068 truncatedBits = excessPrecision; in roundSignificandWithExponent()
[all …]