Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPFloat.cpp2366 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2369 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()
2370 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2395 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()
2396 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2397 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()
2398 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()
2412 excessPrecision, isNearest); in roundSignificandWithExponent()
2417 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()
2418 excessPrecision); in roundSignificandWithExponent()
[all …]