Home
last modified time | relevance | path

Searched refs:m_maxValue (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioParam.h71 float maxValue() const { return static_cast<float>(m_maxValue); } in maxValue()
114 , m_maxValue(maxValue) in AudioSummingJunction()
130 double m_maxValue; variable
/external/deqp/framework/common/
DtcuFloatFormat.hpp56 double getMaxValue (void) const { return m_maxValue; } in getMaxValue()
83 double m_maxValue; // Largest representable finite value. member in tcu::FloatFormat
DtcuFloatFormat.cpp73 , m_maxValue (computeMaxValue(maxExp, fractionBits)) in FloatFormat()