Lines Matching refs:sc_int_base

86 #include "systemc/ext/dt/int/sc_int_base.hh"
594 // SECTION: Interfacing with sc_int_base
598 sc_signed::operator = (const sc_int_base &v)
605 operator + (const sc_unsigned &u, const sc_int_base &v)
611 operator + (const sc_int_base &u, const sc_unsigned &v)
617 operator + (const sc_signed &u, const sc_int_base &v)
623 operator + (const sc_int_base &u, const sc_signed &v)
629 sc_signed::operator += (const sc_int_base &v)
636 operator - (const sc_unsigned &u, const sc_int_base &v)
642 operator - (const sc_int_base &u, const sc_unsigned &v)
648 operator - (const sc_signed &u, const sc_int_base &v)
654 operator - (const sc_int_base &u, const sc_signed &v)
660 sc_signed::operator -= (const sc_int_base &v)
667 operator * (const sc_unsigned &u, const sc_int_base &v)
673 operator * (const sc_int_base &u, const sc_unsigned &v)
679 operator * (const sc_signed &u, const sc_int_base &v)
685 operator * (const sc_int_base &u, const sc_signed &v)
691 sc_signed::operator *= (const sc_int_base &v)
698 operator / (const sc_unsigned &u, const sc_int_base &v)
704 operator / (const sc_int_base &u, const sc_unsigned &v)
710 operator / (const sc_signed &u, const sc_int_base &v)
716 operator / (const sc_int_base &u, const sc_signed &v)
722 sc_signed::operator /= (const sc_int_base &v)
729 operator % (const sc_unsigned &u, const sc_int_base &v)
735 operator % (const sc_int_base &u, const sc_unsigned &v)
741 operator % (const sc_signed &u, const sc_int_base &v)
747 operator % (const sc_int_base &u, const sc_signed &v)
753 sc_signed::operator %= (const sc_int_base &v)
760 operator & (const sc_unsigned &u, const sc_int_base &v)
766 operator & (const sc_int_base &u, const sc_unsigned &v)
772 operator & (const sc_signed &u, const sc_int_base &v)
778 operator & (const sc_int_base &u, const sc_signed &v)
784 sc_signed::operator &= (const sc_int_base &v)
791 operator | (const sc_unsigned &u, const sc_int_base &v)
797 operator | (const sc_int_base &u, const sc_unsigned &v)
803 operator | (const sc_signed& u, const sc_int_base &v)
809 operator | (const sc_int_base &u, const sc_signed &v)
815 sc_signed::operator |= (const sc_int_base &v)
822 operator ^ (const sc_unsigned &u, const sc_int_base &v)
828 operator ^ (const sc_int_base &u, const sc_unsigned &v)
834 operator ^ (const sc_signed &u, const sc_int_base &v)
840 operator ^ (const sc_int_base &u, const sc_signed &v)
846 sc_signed::operator ^= (const sc_int_base &v)
853 operator << (const sc_signed &u, const sc_int_base &v)
859 sc_signed::operator <<= (const sc_int_base &v)
866 operator >> (const sc_signed &u, const sc_int_base &v)
872 sc_signed::operator >>= (const sc_int_base &v)
879 operator == (const sc_signed &u, const sc_int_base &v)
885 operator == (const sc_int_base &u, const sc_signed &v)
892 operator != (const sc_signed &u, const sc_int_base &v)
898 operator != (const sc_int_base &u, const sc_signed &v)
905 operator < (const sc_signed &u, const sc_int_base &v)
911 operator < (const sc_int_base &u, const sc_signed &v)
918 operator <= (const sc_signed &u, const sc_int_base &v)
924 operator <= (const sc_int_base &u, const sc_signed &v)
931 operator > (const sc_signed &u, const sc_int_base &v)
937 operator > (const sc_int_base &u, const sc_signed &v)
944 operator >= (const sc_signed &u, const sc_int_base &v)
950 operator >= (const sc_int_base &u, const sc_signed &v)