Searched refs:intPart (Results 1 – 2 of 2) sorted by relevance
267 ValueWithRealFlags<Real> intPart{ToWholeNumber(mode)};268 result.flags |= intPart.flags;269 int exponent{intPart.value.Exponent()};273 auto rshifted{intPart.value.GetFraction().SHIFTR(-shift)};
653 char intPart = '0' + frac.BTEST(frac.bits - 1); in DumpHexadecimal() local654 result += intPart; in DumpHexadecimal()682 if (intPart == '0') { in DumpHexadecimal()