Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp2307 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2310 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()
2311 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2335 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()
2336 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2337 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()
2338 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()
2352 excessPrecision, isNearest); in roundSignificandWithExponent()
2357 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()
2358 excessPrecision); in roundSignificandWithExponent()
[all …]