Lines Matching refs:nDecPlaces
43 sal_Int32 nDecPlaces, in doubleToString() argument
50 rtl_math_doubleToString(&aResult.pData, 0, 0, fValue, eFormat, nDecPlaces, in doubleToString()
59 sal_Int32 nDecPlaces, in doubleToString() argument
64 rtl_math_doubleToString(&aResult.pData, 0, 0, fValue, eFormat, nDecPlaces, in doubleToString()
73 sal_Int32 nDecPlaces, in doubleToUString() argument
80 rtl_math_doubleToUString(&aResult.pData, 0, 0, fValue, eFormat, nDecPlaces, in doubleToUString()
90 sal_Int32 nDecPlaces, in doubleToUString() argument
95 rtl_math_doubleToUString(&aResult.pData, 0, 0, fValue, eFormat, nDecPlaces, in doubleToUString()
105 sal_Int32 nDecPlaces, in doubleToUStringBuffer() argument
115 eFormat, nDecPlaces, cDecSeparator, pGroups, in doubleToUStringBuffer()
124 sal_Int32 nDecPlaces, in doubleToUStringBuffer() argument
132 eFormat, nDecPlaces, cDecSeparator, 0, 0, in doubleToUStringBuffer()
176 double fValue, int nDecPlaces = 0, in round() argument
179 return rtl_math_round(fValue, nDecPlaces, eMode); in round()