Lines Matching full:issigned
422 const bool isSigned = m_type == TYPE_INT;
424 const int minVal = isSigned ? -maxVal : 0;
496 const bool isSigned = m_type == TYPE_INT;
497 m_initialValue = isSigned ? (m_precision == PRECISION_LOWP ? -100 : -1000) : 0;
504 const bool isSigned = m_type == TYPE_INT;
506 const int minVal = isSigned ? -maxVal : 0;