Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp2777 unsigned int excessPrecision, truncatedBits; in roundSignificandWithExponent() local
2780 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()
2781 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2806 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()
2807 truncatedBits = excessPrecision; in roundSignificandWithExponent()
2808 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()
2809 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()
2823 excessPrecision, isNearest); in roundSignificandWithExponent()
2828 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()
2829 excessPrecision); in roundSignificandWithExponent()
[all …]