Searched defs:round (Results 1 – 4 of 4) sorted by relevance
294 …private void round(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in round() method in DBaseNumericFunctions
129 static inline double round( double aVal ) in round() function
175 inline double round( in round() function
85 sal_Int32 round (const double nValue) { return sal::static_int_cast<sal_Int32>(0.5 + nValue); } in round() function
Completed in 39 milliseconds