Lines Matching refs:uint64

223   sc_signed operator + (const sc_signed&    u, uint64              v);
230 sc_signed operator + (uint64 u, const sc_signed& v);
252 sc_signed operator - (const sc_unsigned& u, uint64 v);
259 sc_signed operator - (uint64 u, const sc_unsigned& v);
267 sc_signed operator - (const sc_signed& u, uint64 v);
274 sc_signed operator - (uint64 u, const sc_signed& v);
307 sc_signed operator * (const sc_signed& u, uint64 v);
314 sc_signed operator * (uint64 u, const sc_signed& v);
344 sc_signed operator / (const sc_signed& u, uint64 v);
351 sc_signed operator / (uint64 u, const sc_signed& v);
381 sc_signed operator % (const sc_signed& u, uint64 v);
388 sc_signed operator % (uint64 u, const sc_signed& v);
420 sc_signed operator & (const sc_signed& u, uint64 v);
427 sc_signed operator & (uint64 u, const sc_signed& v);
457 sc_signed operator | (const sc_signed& u, uint64 v);
464 sc_signed operator | (uint64 u, const sc_signed& v);
494 sc_signed operator ^ (const sc_signed& u, uint64 v);
501 sc_signed operator ^ (uint64 u, const sc_signed& v);
525 sc_signed operator << (const sc_signed& u, uint64 v);
543 sc_signed operator >> (const sc_signed& u, uint64 v);
568 bool operator == (const sc_signed& u, uint64 v);
575 bool operator == (uint64 u, const sc_signed& v);
593 bool operator != (const sc_signed& u, uint64 v);
600 bool operator != (uint64 u, const sc_signed& v);
618 bool operator < (const sc_signed& u, uint64 v);
625 bool operator < (uint64 u, const sc_signed& v);
643 bool operator <= (const sc_signed& u, uint64 v);
650 bool operator <= (uint64 u, const sc_signed& v);
668 bool operator > (const sc_signed& u, uint64 v);
675 bool operator > (uint64 u, const sc_signed& v);
693 bool operator >= (const sc_signed& u, uint64 v);
700 bool operator >= (uint64 u, const sc_signed& v);
758 operator uint64 () const;
766 { return operator uint64(); }
769 { return operator uint64(); }
775 virtual uint64 concat_get_uint64() const
776 { return (uint64)operator uint64(); }
789 if ( operator uint64() )
869 virtual void concat_set(uint64 src, int low_i);
947 uint64 to_uint64() const;
963 virtual uint64 concat_get_uint64() const;
1053 const sc_signed_subref& operator = ( uint64 a );
1064 virtual void concat_set(uint64 src, int low_i);
1130 const sc_signed& operator = (uint64 v);
1172 virtual uint64 concat_get_uint64() const;
1176 virtual void concat_set(uint64 src, int low_i);
1300 uint64 to_uint64() const;
1370 un = { uint64, unsigned long, unsigned int },
1413 friend sc_signed operator + (const sc_signed& u, uint64 v);
1422 friend sc_signed operator + (uint64 u, const sc_signed& v);
1433 const sc_signed& operator += (uint64 v);
1457 friend sc_signed operator - (const sc_unsigned& u, uint64 v);
1466 friend sc_signed operator - (uint64 u, const sc_unsigned& v);
1476 friend sc_signed operator - (const sc_signed& u, uint64 v);
1485 friend sc_signed operator - (uint64 u, const sc_signed& v);
1496 const sc_signed& operator -= (uint64 v);
1532 friend sc_signed operator * (const sc_signed& u, uint64 v);
1541 friend sc_signed operator * (uint64 u, const sc_signed& v);
1552 const sc_signed& operator *= (uint64 v);
1586 friend sc_signed operator / (const sc_signed& u, uint64 v);
1595 friend sc_signed operator / (uint64 u, const sc_signed& v);
1606 const sc_signed& operator /= (uint64 v);
1640 friend sc_signed operator % (const sc_signed& u, uint64 v);
1649 friend sc_signed operator % (uint64 u, const sc_signed& v);
1660 const sc_signed& operator %= (uint64 v);
1696 friend sc_signed operator & (const sc_signed& u, uint64 v);
1705 friend sc_signed operator & (uint64 u, const sc_signed& v);
1716 const sc_signed& operator &= (uint64 v);
1750 friend sc_signed operator | (const sc_signed& u, uint64 v);
1759 friend sc_signed operator | (uint64 u, const sc_signed& v);
1770 const sc_signed& operator |= (uint64 v);
1804 friend sc_signed operator ^ (const sc_signed& u, uint64 v);
1813 friend sc_signed operator ^ (uint64 u, const sc_signed& v);
1824 const sc_signed& operator ^= (uint64 v);
1850 friend sc_signed operator << (const sc_signed& u, uint64 v);
1861 const sc_signed& operator <<= (uint64 v);
1881 friend sc_signed operator >> (const sc_signed& u, uint64 v);
1892 const sc_signed& operator >>= (uint64 v);
1919 friend bool operator == (const sc_signed& u, uint64 v);
1928 friend bool operator == (uint64 u, const sc_signed& v);
1948 friend bool operator != (const sc_signed& u, uint64 v);
1957 friend bool operator != (uint64 u, const sc_signed& v);
1977 friend bool operator < (const sc_signed& u, uint64 v);
1986 friend bool operator < (uint64 u, const sc_signed& v);
2006 friend bool operator <= (const sc_signed& u, uint64 v);
2015 friend bool operator <= (uint64 u, const sc_signed& v);
2035 friend bool operator > (const sc_signed& u, uint64 v);
2044 friend bool operator > (uint64 u, const sc_signed& v);
2064 friend bool operator >= (const sc_signed& u, uint64 v);
2073 friend bool operator >= (uint64 u, const sc_signed& v);