Home | History | Annotate | Download | only in i18n

Lines Matching refs:FixedDecimal

658 FixedDecimal
663 return FixedDecimal();
665 return FixedDecimal(digits.getMantissa());
676 FixedDecimal
681 return FixedDecimal();
683 return FixedDecimal(digits.getMantissa());
719 FixedDecimal
724 return FixedDecimal();
726 return FixedDecimal(digits.getMantissa());