Home
last modified time | relevance | path

Searched refs:log10 (Results 1 – 21 of 21) sorted by relevance

/aoo4110/main/sal/rtl/source/
H A Dmath.cxx355 nExp = static_cast< int >( floor( log10( fValue ) ) ); in doubleToString()
986 nExp = static_cast<int>( floor( log10( fValue ) ) ); in rtl_math_round()
1086 int nExp = static_cast<int>( floor( log10( fValue))); in rtl_math_approxValue()
/aoo4110/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java157 log10(xRowRes); in testFunctions()
316 …private void log10(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Un… in log10() method in DBaseNumericFunctions
/aoo4110/main/sal/osl/unx/
H A Dsystem.c562 *decpt=(int)log10(value); in fcvt()
569 *decpt=(int)log10(value)+1; in fcvt()
/aoo4110/main/sal/qa/inc/
H A Dvalueequal.hxx70 sal_Int32 nBeforeDot = sal_Int32( log10(x) ); in is_equal()
/aoo4110/main/basic/source/sbx/
H A Dsbxform.cxx110 return floor( log10( fabs( dNumber ) ) ); in get_number_of_digits()
405 dDigit = floor( pow( 10.0,log10( fabs( dNumber ) )-dI ) ); in GetDigitAtPos()
/aoo4110/main/scaddins/source/analysis/
H A Dfinancial.cxx284 fRet *= pow( 10.0, -ceil( log10( fFrac ) ) ); in getDollarfr()
304 fRet *= pow( 10.0, ceil( log10( fFrac ) ) ); in getDollarde()
H A Danalysishelper.cxx856 sal_Int32 nLog10 = sal_Int32( log10( fInt ) ); in ParseDouble()
/aoo4110/main/vcl/source/window/
H A Dscrwnd.cxx206 … const double fExp = ( (double) mnActDist / mnMaxWidth ) * log10( (double) MAX_TIME / MIN_TIME ); in ImplRecalcScrollValues()
/aoo4110/main/sc/source/core/data/
H A Ddocumen4.cxx523 … nPrecision = sal::static_int_cast<short>( nPrecision - (short)floor( log10( fVal ) ) ); in RoundValueAsShown()
525 … nPrecision = sal::static_int_cast<short>( nPrecision - (short)floor( log10( -fVal ) ) ); in RoundValueAsShown()
/aoo4110/main/avmedia/source/macavf/
H A Dmacavf_player.cxx369 const int nVolumeDB = (fVolume <= 0) ? -40 : lrint( 20.0*log10(fVolume)); in getVolumeDB()
/aoo4110/main/extensions/source/scanner/
H A Dgrid.cxx225 int logchunk = (int)std::log10( fChunkOut ); in computeChunk()
/aoo4110/main/chart2/source/controller/dialogs/
H A Dres_ErrorBar.cxx234 …sal_Int32 nExponent = static_cast< sal_Int32 >( ::rtl::math::approxFloor( log10( fMinorStepWidth )… in SetAxisMinorStepWidthForErrorBarDecimals()
/aoo4110/main/xmloff/source/core/
H A Dxmluconv.cxx1061 fCount = ::rtl::math::approxFloor (log10((double)nValue)) + 1; in convertDateTime()
1063 fCount = ::rtl::math::approxFloor (log10((double)(nValue * -1))) + 1; in convertDateTime()
/aoo4110/main/chart2/source/view/axes/
H A DScaleAutomatism.cxx912 … int nExponent = static_cast< int >( ::rtl::math::approxFloor( log10( fDistance ) ) ); in calculateExplicitIncrementAndScaleForLinear()
/aoo4110/main/sc/source/ui/navipi/
H A Dnavipi.cxx70 #define SCNAV_COLDIGITS (static_cast<xub_StrLen>( floor( log10( static_cast<double>(SCNAV_MAXCO…
/aoo4110/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx370 if( fValue == 1.0 || log10( 1.0-fValue ) <= -nPrecision ) in emit()
/aoo4110/main/svl/source/numbers/
H A Dzformat.cxx107 return (long) floor( log10( fAbsVal ) ) + 1; in GetPrecExp()
2042 double fExp = log10(fTestNum); in GetOutputString()
/aoo4110/main/xmloff/source/style/
H A Dxmlnumfi.cxx1998 sal_Int32 nSepCount = (sal_Int32) ::rtl::math::round( log10(rInfo.fDisplayFactor) / 3.0 ); in AddNumber()
/aoo4110/main/sc/source/core/tool/
H A Dinterpr2.cxx619 PushDouble(log10(fVal)); in ScLog10()
H A Dinterpr4.cxx378 … static_cast<int>( -ceil( log10( static_cast<double>( nUnit[fraction])))))); in ConvertStringToValue()
/aoo4110/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx868 if( fValue == 1.0 || log10( 1.0-fValue ) <= -nPrecision ) in appendDouble()

Completed in 279 milliseconds