Searched refs:toUserValue (Results 1 – 7 of 7) sorted by relevance
87 double CLinearParameterAdaptation::toUserValue(int64_t iValue) const in toUserValue() function in CLinearParameterAdaptation89 return base::toUserValue(iValue) * _dSlopeDenominator / _dSlopeNumerator; in toUserValue()
82 double CLogarithmicParameterAdaptation::toUserValue(int64_t iValue) const in toUserValue() function in CLogarithmicParameterAdaptation84 return exp(base::toUserValue(iValue) * log(_dLogarithmBase)); in toUserValue()
44 virtual double toUserValue(int64_t iValue) const;
57 virtual double toUserValue(int64_t iValue) const;
49 virtual double toUserValue(int64_t iValue) const;
81 double CParameterAdaptation::toUserValue(int64_t iValue) const in toUserValue() function in CParameterAdaptation
344 dUserValue = pParameterAdaption->toUserValue(iValueToConvert); in fromBlackboard()