Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp2454 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2457 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()
2458 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2482 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()
2483 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2484 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()
2485 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()
2499 excessPrecision, isNearest); in roundSignificandWithExponent()
2504 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()
2505 excessPrecision); in roundSignificandWithExponent()
[all …]