Home
last modified time | relevance | path

Searched refs:m_fLogSlope (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/chart2/source/tools/
H A DExponentialRegressionCurveCalculator.cxx42 m_fLogSlope( 0.0 ), in ExponentialRegressionCurveCalculator()
45 ::rtl::math::setNan( & m_fLogSlope ); in ExponentialRegressionCurveCalculator()
66 ::rtl::math::setNan( & m_fLogSlope ); in recalculateRegression()
95 m_fLogSlope = fQxy / fQx; in recalculateRegression()
96 m_fLogIntercept = fAverageY - m_fLogSlope * fAverageX; in recalculateRegression()
108 if( ! ( ::rtl::math::isNan( m_fLogSlope ) || in getCurveValue()
111 fResult = exp(m_fLogIntercept + x * m_fLogSlope); in getCurveValue()
148 double fSlope = exp(m_fLogSlope); in ImplGetRepresentation()
159 aBuf.append( (m_fLogSlope < 0.0) ? C2U( " - " ) : C2U( " + " )); in ImplGetRepresentation()
169 aBuf.append( getFormattedString( xNumFormatter, nNumberFormatKey, m_fLogSlope) ); in ImplGetRepresentation()
[all …]
/aoo42x/main/chart2/source/inc/
H A DExponentialRegressionCurveCalculator.hxx64 double m_fLogSlope; member in chart::ExponentialRegressionCurveCalculator

Completed in 13 milliseconds