Searched refs:fAbsIntValue (Results 1 – 3 of 3) sorted by relevance
275 digits.fAbsIntValue = mantissa; in initVisibleDigits()276 if (digits.fAbsIntValue < 0) { in initVisibleDigits()277 digits.fAbsIntValue = -digits.fAbsIntValue; in initVisibleDigits()282 digits.fAbsIntValue /= gPower10[maxPower10Exp]; in initVisibleDigits()284 digits.fAbsIntValue /= gPower10[i - exponent]; in initVisibleDigits()
38 …VisibleDigits() : fExponent(0), fFlags(0), fAbsIntValue(0), fAbsIntValueSet(FALSE), fAbsDoubleValu… in VisibleDigits()97 int64_t fAbsIntValue; variable
45 fAbsIntValue = 0LL; in clear()148 intValue = fAbsIntValue; in getFixedDecimal()