Searched refs:nRoundVal (Results 1 – 2 of 2) sorted by relevance
304 static double const nRoundVal[] = { in doubleToString() local414 if( ( fValue += nRoundVal[ nDigits > 15 ? 15 : nDigits ] ) >= 10 ) in doubleToString()
144 double __READONLY_DATA nRoundVal[] = { variable1298 fVal = floor( fVal+ 0.5 + nRoundVal[ nExp ] ); in Term()
Completed in 47 milliseconds