Lines Matching refs:sc_uint_base

122 class sc_uint_base;
239 sc_signed operator + (const sc_signed& u, const sc_uint_base& v);
241 sc_signed operator + (const sc_uint_base& u, const sc_signed& v);
282 sc_signed operator - (const sc_unsigned& u, const sc_uint_base& v);
284 sc_signed operator - (const sc_uint_base& u, const sc_unsigned& v);
286 sc_signed operator - (const sc_signed& u, const sc_uint_base& v);
288 sc_signed operator - (const sc_uint_base& u, const sc_signed& v);
323 sc_signed operator * (const sc_signed& u, const sc_uint_base& v);
325 sc_signed operator * (const sc_uint_base& u, const sc_signed& v);
360 sc_signed operator / (const sc_signed& u, const sc_uint_base& v);
362 sc_signed operator / (const sc_uint_base& u, const sc_signed& v);
397 sc_signed operator % (const sc_signed& u, const sc_uint_base& v);
399 sc_signed operator % (const sc_uint_base& u, const sc_signed& v);
436 sc_signed operator & (const sc_signed& u, const sc_uint_base& v);
438 sc_signed operator & (const sc_uint_base& u, const sc_signed& v);
473 sc_signed operator | (const sc_signed& u, const sc_uint_base& v);
475 sc_signed operator | (const sc_uint_base& u, const sc_signed& v);
510 sc_signed operator ^ (const sc_signed& u, const sc_uint_base& v);
512 sc_signed operator ^ (const sc_uint_base& u, const sc_signed& v);
532 sc_signed operator << (const sc_signed& u, const sc_uint_base& v);
550 sc_signed operator >> (const sc_signed& u, const sc_uint_base& v);
582 bool operator == (const sc_signed& u, const sc_uint_base& v);
584 bool operator == (const sc_uint_base& u, const sc_signed& v);
607 bool operator != (const sc_signed& u, const sc_uint_base& v);
609 bool operator != (const sc_uint_base& u, const sc_signed& v);
632 bool operator < (const sc_signed& u, const sc_uint_base& v);
634 bool operator < (const sc_uint_base& u, const sc_signed& v);
657 bool operator <= (const sc_signed& u, const sc_uint_base& v);
659 bool operator <= (const sc_uint_base& u, const sc_signed& v);
682 bool operator > (const sc_signed& u, const sc_uint_base& v);
684 bool operator > (const sc_uint_base& u, const sc_signed& v);
707 bool operator >= (const sc_signed& u, const sc_uint_base& v);
709 bool operator >= (const sc_uint_base& u, const sc_signed& v);
1057 const sc_signed_subref& operator = ( const sc_uint_base& a );
1142 const sc_signed& operator = (const sc_uint_base& v);
1444 friend sc_signed operator + (const sc_signed& u, const sc_uint_base& v);
1446 friend sc_signed operator + (const sc_uint_base& u, const sc_signed& v);
1448 const sc_signed& operator += (const sc_uint_base& v);
1505 friend sc_signed operator - (const sc_unsigned& u, const sc_uint_base& v);
1507 friend sc_signed operator - (const sc_uint_base& u, const sc_unsigned& v);
1509 friend sc_signed operator - (const sc_signed& u, const sc_uint_base& v);
1511 friend sc_signed operator - (const sc_uint_base& u, const sc_signed& v);
1513 const sc_signed& operator -= (const sc_uint_base& v);
1563 friend sc_signed operator * (const sc_signed& u, const sc_uint_base& v);
1565 friend sc_signed operator * (const sc_uint_base& u, const sc_signed& v);
1567 const sc_signed& operator *= (const sc_uint_base& v);
1617 friend sc_signed operator / (const sc_signed& u, const sc_uint_base& v);
1619 friend sc_signed operator / (const sc_uint_base& u, const sc_signed& v);
1621 const sc_signed& operator /= (const sc_uint_base& v);
1671 friend sc_signed operator % (const sc_signed& u, const sc_uint_base& v);
1673 friend sc_signed operator % (const sc_uint_base& u, const sc_signed& v);
1675 const sc_signed& operator %= (const sc_uint_base& v);
1727 friend sc_signed operator & (const sc_signed& u, const sc_uint_base& v);
1729 friend sc_signed operator & (const sc_uint_base& u, const sc_signed& v);
1731 const sc_signed& operator &= (const sc_uint_base& v);
1781 friend sc_signed operator | (const sc_signed& u, const sc_uint_base& v);
1783 friend sc_signed operator | (const sc_uint_base& u, const sc_signed& v);
1785 const sc_signed& operator |= (const sc_uint_base& v);
1835 friend sc_signed operator ^ (const sc_signed& u, const sc_uint_base& v);
1837 friend sc_signed operator ^ (const sc_uint_base& u, const sc_signed& v);
1839 const sc_signed& operator ^= (const sc_uint_base& v);
1870 friend sc_signed operator << (const sc_signed& u, const sc_uint_base& v);
1872 const sc_signed& operator <<= (const sc_uint_base& v);
1901 friend sc_signed operator >> (const sc_signed& u, const sc_uint_base& v);
1903 const sc_signed& operator >>= (const sc_uint_base& v);
1937 friend bool operator == (const sc_signed& u, const sc_uint_base& v);
1939 friend bool operator == (const sc_uint_base& u, const sc_signed& v);
1966 friend bool operator != (const sc_signed& u, const sc_uint_base& v);
1968 friend bool operator != (const sc_uint_base& u, const sc_signed& v);
1995 friend bool operator < (const sc_signed& u, const sc_uint_base& v);
1997 friend bool operator < (const sc_uint_base& u, const sc_signed& v);
2024 friend bool operator <= (const sc_signed& u, const sc_uint_base& v);
2026 friend bool operator <= (const sc_uint_base& u, const sc_signed& v);
2053 friend bool operator > (const sc_signed& u, const sc_uint_base& v);
2055 friend bool operator > (const sc_uint_base& u, const sc_signed& v);
2082 friend bool operator >= (const sc_signed& u, const sc_uint_base& v);
2084 friend bool operator >= (const sc_uint_base& u, const sc_signed& v);