Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp2626 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2629 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()
2630 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2655 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()
2656 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2657 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()
2658 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()
2672 excessPrecision, isNearest); in roundSignificandWithExponent()
2677 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()
2678 excessPrecision); in roundSignificandWithExponent()
[all …]