Home | History | Annotate | Download | only in i18n

Lines Matching defs:round

77  * On certain platforms, round is a macro defined in math.h
81 #ifdef round
82 #undef round
1127 // Slow path. Create a DigitList, and have this formatter round it according to the
1195 // Round the number according to the requirements of this Format.
1705 adjustedNum.round(sigDigits);
1706 // Travis Keep (21/2/2014): Calling round on a digitList does not necessarily
1715 // Fixed point format. Round to a set number of fraction digits.