Home
last modified time | relevance | path

Searched refs:nRoundVal (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sal/rtl/source/
H A Dmath.cxx304 static double const nRoundVal[] = { in doubleToString() local
414 if( ( fValue += nRoundVal[ nDigits > 15 ? 15 : nDigits ] ) >= 10 ) in doubleToString()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx144 double __READONLY_DATA nRoundVal[] = { variable
1298 fVal = floor( fVal+ 0.5 + nRoundVal[ nExp ] ); in Term()

Completed in 22 milliseconds