Searched refs:toUserValue (Results 1 – 7 of 7) sorted by relevance
87 double CLogarithmicParameterAdaptation::toUserValue(int64_t iValue) const in toUserValue() function in CLogarithmicParameterAdaptation89 return exp(base::toUserValue(iValue) * log(_dLogarithmBase)); in toUserValue()
102 double CLinearParameterAdaptation::toUserValue(int64_t iValue) const in toUserValue() function in CLinearParameterAdaptation104 return base::toUserValue(iValue) * _dSlopeDenominator / _dSlopeNumerator; in toUserValue()
55 virtual double toUserValue(int64_t iValue) const;
44 virtual double toUserValue(int64_t iValue) const;
49 virtual double toUserValue(int64_t iValue) const;
89 double CParameterAdaptation::toUserValue(int64_t iValue) const in toUserValue() function in CParameterAdaptation
347 dUserValue = pParameterAdaption->toUserValue(iValueToConvert); in fromBlackboard()