HomeSort by relevance Sort by last modified time
    Searched full:_dlogarithmbase (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/parameter/
LogarithmicParameterAdaptation.cpp 39 _dLogarithmBase(M_E), _dFloorValue(-INFINITY)
49 strResult += CUtility::toString(_dLogarithmBase);
62 _dLogarithmBase = xmlElement.getAttributeDouble("LogarithmBase");
65 if (_dLogarithmBase <= 0 || _dLogarithmBase == 1) {
83 return fmax(round(base::fromUserValue(log(dValue) / log(_dLogarithmBase))),
89 return exp(base::toUserValue(iValue) * log(_dLogarithmBase));
LogarithmicParameterAdaptation.h 62 * _dLogarithmBase characterizes the new logarithm logB(x) with
63 * the following property: logB(x) = log(x) / log(_dLogarithmBase).
66 double _dLogarithmBase;

Completed in 4040 milliseconds