Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp1956 unsigned int dstPartsCount, truncatedBits; in convertToSignExtendedInteger() local
1984 truncatedBits = semantics->precision -1U - exponent; in convertToSignExtendedInteger()
1996 truncatedBits = semantics->precision - bits; in convertToSignExtendedInteger()
1997 APInt::tcExtract(parts, dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger()
2002 truncatedBits = 0; in convertToSignExtendedInteger()
2008 if (truncatedBits) { in convertToSignExtendedInteger()
2010 truncatedBits); in convertToSignExtendedInteger()
2012 roundAwayFromZero(rounding_mode, lost_fraction, truncatedBits)) { in convertToSignExtendedInteger()
2320 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2324 truncatedBits = excessPrecision; in roundSignificandWithExponent()
[all …]
/external/llvm/lib/Support/
DAPFloat.cpp2107 unsigned int dstPartsCount, truncatedBits; in convertToSignExtendedInteger() local
2133 truncatedBits = semantics->precision -1U - exponent; in convertToSignExtendedInteger()
2145 truncatedBits = semantics->precision - bits; in convertToSignExtendedInteger()
2146 APInt::tcExtract(parts, dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger()
2151 truncatedBits = 0; in convertToSignExtendedInteger()
2157 if (truncatedBits) { in convertToSignExtendedInteger()
2159 truncatedBits); in convertToSignExtendedInteger()
2161 roundAwayFromZero(rounding_mode, lost_fraction, truncatedBits)) { in convertToSignExtendedInteger()
2457 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2461 truncatedBits = excessPrecision; in roundSignificandWithExponent()
[all …]