Searched refs:calcSemantics (Results 1 – 1 of 1) sorted by relevance
2612 fltSemantics calcSemantics = { 32767, -32767, 0, 0 }; in roundSignificandWithExponent() local2628 calcSemantics.precision = parts * integerPartWidth - 1; in roundSignificandWithExponent()2629 excessPrecision = calcSemantics.precision - semantics->precision; in roundSignificandWithExponent()2632 IEEEFloat decSig(calcSemantics, uninitialized); in roundSignificandWithExponent()2634 IEEEFloat pow5(calcSemantics); in roundSignificandWithExponent()2657 if (excessPrecision > calcSemantics.precision) in roundSignificandWithExponent()2658 excessPrecision = calcSemantics.precision; in roundSignificandWithExponent()2667 (decSig.significandParts(), calcSemantics.precision - 1) == 1); in roundSignificandWithExponent()2677 calcSemantics.precision - excessPrecision, in roundSignificandWithExponent()2683 - (calcSemantics.precision - excessPrecision)); in roundSignificandWithExponent()