Searched refs:fExp (Results 1 – 2 of 2) sorted by relevance
206 … const double fExp = ( (double) mnActDist / mnMaxWidth ) * log10( (double) MAX_TIME / MIN_TIME ); in ImplRecalcScrollValues() local207 nCurTime = (sal_uLong) ( MAX_TIME / pow( 10., fExp ) ); in ImplRecalcScrollValues()
2042 double fExp = log10(fTestNum); in GetOutputString() local2044 sal_uInt16 nDigitPre = fExp >= 0.0 ? static_cast<sal_uInt16>(ceil(fExp)) : 1; in GetOutputString()
Completed in 74 milliseconds