Home | History | Annotate | Download | only in text

Lines Matching defs:decimalDigits

538         final long decimalDigits;
583 return decimalDigits;
646 decimalDigits = f;
804 case f: return decimalDigits;
838 long diff = decimalDigits - other.decimalDigits;
862 return source == other.source && visibleDecimalDigitCount == other.visibleDecimalDigitCount && decimalDigits == other.decimalDigits;
873 return (int)(decimalDigits + 37 * (visibleDecimalDigitCount + (int)(37 * source)));
942 return integerValue * baseFactor + decimalDigits;