Searched refs:roundFixedPoint (Results 1 – 4 of 4) sorted by relevance
305 void roundFixedPoint(int32_t maximumFractionDigits);
858 DigitList::roundFixedPoint(int32_t maximumFractionDigits) { in roundFixedPoint() function in DigitList
1046 dl.roundFixedPoint(20); // round to 20 fraction digits. in doSubstitution()
1138 adjustedNum.roundFixedPoint(numFractionDigits); in _format()