Lines Matching refs:uint64

198 sc_signed operator + (const sc_signed &u, uint64 v);
205 sc_signed operator + (uint64 u, const sc_signed &v);
225 sc_signed operator - (const sc_unsigned &u, uint64 v);
232 sc_signed operator - (uint64 u, const sc_unsigned &v);
240 sc_signed operator - (const sc_signed &u, uint64 v);
247 sc_signed operator - (uint64 u, const sc_signed &v);
278 sc_signed operator * (const sc_signed &u, uint64 v);
285 sc_signed operator * (uint64 u, const sc_signed &v);
313 sc_signed operator / (const sc_signed &u, uint64 v);
320 sc_signed operator / (uint64 u, const sc_signed &v);
348 sc_signed operator % (const sc_signed &u, uint64 v);
355 sc_signed operator % (uint64 u, const sc_signed &v);
385 sc_signed operator & (const sc_signed &u, uint64 v);
392 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);
455 sc_signed operator ^ (const sc_signed &u, uint64 v);
462 sc_signed operator ^ (uint64 u, const sc_signed &v);
483 sc_signed operator << (const sc_signed &u, uint64 v);
499 sc_signed operator >> (const sc_signed &u, uint64 v);
523 bool operator == (const sc_signed &u, uint64 v);
530 bool operator == (uint64 u, const sc_signed &v);
547 bool operator != (const sc_signed &u, uint64 v);
554 bool operator != (uint64 u, const sc_signed &v);
571 bool operator < (const sc_signed &u, uint64 v);
578 bool operator < (uint64 u, const sc_signed &v);
595 bool operator <= (const sc_signed &u, uint64 v);
602 bool operator <= (uint64 u, const sc_signed &v);
619 bool operator > (const sc_signed &u, uint64 v);
626 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);
698 operator uint64 () const;
704 bool value() const { return operator uint64(); }
706 bool to_bool() const { return operator uint64(); }
717 virtual uint64
720 return (uint64)operator uint64();
737 if (operator uint64()) {
796 virtual void concat_set(uint64 src, int low_i);
859 uint64 to_uint64() const;
874 virtual uint64 concat_get_uint64() const;
956 const sc_signed_subref &operator = (uint64 a);
966 virtual void concat_set(uint64 src, int low_i);
1030 const sc_signed &operator = (uint64 v);
1073 virtual uint64 concat_get_uint64() const;
1077 virtual void concat_set(uint64 src, int low_i);
1201 uint64 to_uint64() const;
1266 un = { uint64, unsigned long, unsigned int },
1314 friend sc_signed operator + (const sc_signed &u, uint64 v);
1329 friend sc_signed operator + (uint64 u, const sc_signed &v);
1346 const sc_signed &operator += (uint64 v);
1375 friend sc_signed operator - (const sc_unsigned &u, uint64 v);
1390 friend sc_signed operator - (uint64 u, const sc_unsigned &v);
1406 friend sc_signed operator - (const sc_signed &u, uint64 v);
1421 friend sc_signed operator - (uint64 u, const sc_signed &v);
1438 const sc_signed &operator -= (uint64 v);
1485 friend sc_signed operator * (const sc_signed &u, uint64 v);
1500 friend sc_signed operator * (uint64 u, const sc_signed &v);
1517 const sc_signed &operator *= (uint64 v);
1562 friend sc_signed operator / (const sc_signed &u, uint64 v);
1577 friend sc_signed operator / (uint64 u, const sc_signed &v);
1594 const sc_signed &operator /= (uint64 v);
1639 friend sc_signed operator % (const sc_signed &u, uint64 v);
1654 friend sc_signed operator % (uint64 u, const sc_signed &v);
1671 const sc_signed &operator %= (uint64 v);
1718 friend sc_signed operator & (const sc_signed &u, uint64 v);
1733 friend sc_signed operator & (uint64 u, const sc_signed &v);
1744 const sc_signed &operator &= (uint64 v);
1789 friend sc_signed operator | (const sc_signed &u, uint64 v);
1804 friend sc_signed operator | (uint64 u, const sc_signed &v);
1821 const sc_signed &operator |= (uint64 v);
1866 friend sc_signed operator ^ (const sc_signed &u, uint64 v);
1881 friend sc_signed operator ^ (uint64 u, const sc_signed &v);
1898 const sc_signed &operator ^= (uint64 v);
1929 friend sc_signed operator << (const sc_signed &u, uint64 v);
1946 const sc_signed &operator <<= (uint64 v);
1971 friend sc_signed operator >> (const sc_signed &u, uint64 v);
1988 const sc_signed &operator >>= (uint64 v);
2020 friend bool operator == (const sc_signed &u, uint64 v);
2035 friend bool operator == (uint64 u, const sc_signed &v);
2060 friend bool operator != (const sc_signed &u, uint64 v);
2075 friend bool operator != (uint64 u, const sc_signed &v);
2100 friend bool operator < (const sc_signed &u, uint64 v);
2109 friend bool operator < (uint64 u, const sc_signed &v);
2134 friend bool operator <= (const sc_signed &u, uint64 v);
2149 friend bool operator <= (uint64 u, const sc_signed &v);
2174 friend bool operator > (const sc_signed &u, uint64 v);
2189 friend bool operator > (uint64 u, const sc_signed &v);
2214 friend bool operator >= (const sc_signed &u, uint64 v);
2229 friend bool operator >= (uint64 u, const sc_signed &v);