Home
last modified time | relevance | path

Searched refs:nLevFrom (Results 1 – 1 of 1) sorted by path

/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx2464 double f, const ConvertData& r, sal_Int16 nLevFrom, sal_Int16 nLevTo ) const THROWDEF_RTE_IAE in Convert() argument
2469 sal_Bool bBinFromLev = ( nLevFrom > 0 && ( nLevFrom % 10 ) == 0 ); in Convert()
2476 nLevFrom = sal::static_int_cast<sal_Int16>( nLevFrom - nLevTo ); in Convert()
2478 if( nLevFrom ) in Convert()
2479 f *= pow( 2.0, nLevFrom ); in Convert()
2482 f *= ( r.fConst / fConst ) * ( pow( 2.0, nLevFrom ) / pow( 10.0, nLevTo ) ); in Convert()
2484 f *= ( r.fConst / fConst ) * ( pow( 10.0, nLevFrom ) / pow( 2.0, nLevTo ) ); in Convert()
2488 nLevFrom = sal::static_int_cast<sal_Int16>( nLevFrom - nLevTo ); // effective level in Convert()
2492 if( nLevFrom ) in Convert()
2493 f = ::rtl::math::pow10Exp( f, nLevFrom ); in Convert()
[all …]

Completed in 29 milliseconds