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