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

  /external/parameter-framework/upstream/parameter/
FixedPointParameterType.h 144 int32_t doubleToBinaryQnm(double dValue) const;
FixedPointParameterType.cpp 244 int32_t iData = doubleToBinaryQnm(dUserValue);
323 uiValue = static_cast<uint32_t>(doubleToBinaryQnm(dData));
342 int32_t CFixedPointParameterType::doubleToBinaryQnm(double dValue) const

Completed in 575 milliseconds