Searched refs:pow10Exp (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sal/rtl/source/ |
H A D | math.cxx | 801 fVal += rtl::math::pow10Exp( fFrac, nFracExp ); in stringToDouble() 864 fVal = rtl::math::pow10Exp( fVal, -nValExp ); in stringToDouble() 865 fVal = rtl::math::pow10Exp( fVal, nAllExp ); in stringToDouble() 868 fVal = rtl::math::pow10Exp( fVal, nExp ); // normal in stringToDouble()
|
/aoo4110/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 864 fInt = ::rtl::math::pow10Exp( fInt, nExp ); in ParseDouble() 2493 f = ::rtl::math::pow10Exp( f, nLevFrom ); in Convert() 2501 return ::rtl::math::pow10Exp( f / fConst, n ); in ConvertToBase() 2507 return ::rtl::math::pow10Exp( f * fConst, -n ); in ConvertFromBase() 2530 f = ::rtl::math::pow10Exp( f, n ); in ConvertToBase() 2545 f = ::rtl::math::pow10Exp( f, -n ); in ConvertFromBase()
|
/aoo4110/main/sal/inc/rtl/ |
H A D | math.hxx | 184 inline double pow10Exp(double fValue, int nExp) in pow10Exp() function
|
/aoo4110/main/chart2/source/view/axes/ |
H A D | ScaleAutomatism.cxx | 913 fDistanceMagnitude = ::rtl::math::pow10Exp( 1.0, nExponent ); in calculateExplicitIncrementAndScaleForLinear()
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 2131 fValue = ::rtl::math::pow10Exp(fValue, m_nScale); in GetCurrency() 2188 dValue = ::rtl::math::pow10Exp( dValue, m_nScale ); in updateFromModel() 2208 fValue /= ::rtl::math::pow10Exp(1.0, m_nScale); in commitControl()
|
/aoo4110/main/xmloff/source/style/ |
H A D | xmlnumfe.cxx | 618 double fFactor = ::rtl::math::pow10Exp( 1.0, 3 * nTrailingThousands ); in WriteNumberElement_Impl()
|
/aoo4110/main/svl/source/numbers/ |
H A D | zforfind.cxx | 212 return fNum + ::rtl::math::pow10Exp( fFrac, nExp ); in StringToDouble()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr4.cxx | 377 ::rtl::math::pow10Exp( nUnit[fraction], in ConvertStringToValue()
|
Completed in 122 milliseconds