Lines Matching refs:m_precision

82 	const Precision			m_precision;
101 , m_precision (precision)
117 const char* precName = getPrecisionName(m_precision);
268 const int maxVal = m_precision == PRECISION_LOWP ? 2 : 32;
415 m_initialValue = m_precision == PRECISION_LOWP ? 100 : 1000;
423 const int maxVal = m_precision == PRECISION_LOWP ? 100 : 1000;
451 if (!intEqualsAfterUintCast(minValue, groupOutput, m_precision))
466 if (!containsAfterUintCast(inValues, outputValue, m_precision) &&
467 !intEqualsAfterUintCast((deInt32)m_initialValue, outputValue, m_precision))
479 if (!containsAfterUintCast(outValues, (int)m_initialValue, m_precision))
497 m_initialValue = isSigned ? (m_precision == PRECISION_LOWP ? -100 : -1000) : 0;
505 const int maxVal = m_precision == PRECISION_LOWP ? 100 : 1000;
533 if (!intEqualsAfterUintCast(maxValue, groupOutput, m_precision))
548 if (!containsAfterUintCast(inValues, outputValue, m_precision) &&
549 !intEqualsAfterUintCast((deInt32)m_initialValue, outputValue, m_precision))
561 if (!containsAfterUintCast(outValues, (int)m_initialValue, m_precision))
578 const int numBits = m_precision == PRECISION_HIGHP ? 32 :
579 m_precision == PRECISION_MEDIUMP ? 16 : 8;
590 const int numBits = m_precision == PRECISION_HIGHP ? 32 :
591 m_precision == PRECISION_MEDIUMP ? 16 : 8;
608 const int numBits = m_precision == PRECISION_HIGHP ? 32 :
609 m_precision == PRECISION_MEDIUMP ? 16 : 8;
663 const int numBits = m_precision == PRECISION_HIGHP ? 32 :
664 m_precision == PRECISION_MEDIUMP ? 16 : 8;
679 const int numBits = m_precision == PRECISION_HIGHP ? 32 :
680 m_precision == PRECISION_MEDIUMP ? 16 : 8;
752 const int numBits = m_precision == PRECISION_HIGHP ? 32 :
753 m_precision == PRECISION_MEDIUMP ? 16 : 8;
883 const Precision m_precision;
895 , m_precision (precision)
910 const char* precName = getPrecisionName(m_precision);