Home
last modified time | relevance | path

Searched refs:fExp (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sal/rtl/source/
H A Dmath.cxx1116 double SAL_CALL rtl_math_powr( double fValue, double fExp ) SAL_THROW_EXTERN_C() in rtl_math_powr() argument
1118 if ((fValue == 0.0 && fExp == 0.0) || in rtl_math_powr()
1119 (rtl::math::isInf( fExp ) && !rtl::math::isSignBitSet( fExp )) || in rtl_math_powr()
1126 return pow(fValue, fExp); in rtl_math_powr()
/trunk/main/sal/inc/rtl/
H A Dmath.hxx191 inline double powr(double fValue, double fExp) in powr() argument
193 return rtl_math_powr(fValue, fExp); in powr()
H A Dmath.h412 double SAL_CALL rtl_math_powr(double fValue, double fExp) SAL_THROW_EXTERN_C();
/trunk/main/vcl/source/window/
H A Dscrwnd.cxx206 … const double fExp = ( (double) mnActDist / mnMaxWidth ) * log10( (double) MAX_TIME / MIN_TIME ); in ImplRecalcScrollValues() local
207 nCurTime = (sal_uLong) ( MAX_TIME / pow( 10., fExp ) ); in ImplRecalcScrollValues()
/trunk/main/svl/source/numbers/
H A Dzformat.cxx2042 double fExp = log10(fTestNum); in GetOutputString() local
2044 sal_uInt16 nDigitPre = fExp >= 0.0 ? static_cast<sal_uInt16>(ceil(fExp)) : 1; in GetOutputString()

Completed in 54 milliseconds