Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DLogarithmicParameterAdaptation.cpp39 _dLogarithmBase(M_E), _dFloorValue(-INFINITY) in CLogarithmicParameterAdaptation()
52 strResult += CUtility::toString(_dFloorValue); in showProperties()
74 _dFloorValue = xmlElement.getAttributeDouble("FloorValue"); in fromXml()
84 _dFloorValue); in fromUserValue()
DLogarithmicParameterAdaptation.h70 double _dFloorValue; variable