SystemC 3.0.0
Accellera SystemC proof-of-concept library
Functions
sc_unsigned_friends.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

SCFP const sc_signed operator+ (const sc_unsigned &u, const sc_signed &v)
 
SCFP const sc_signed operator+ (const sc_signed &u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator+ (const sc_unsigned &u, const sc_unsigned &v)
 
SCFP const sc_signed operator+ (const sc_int_base &u, const sc_unsigned &v)
 
SCFP const sc_signed operator+ (int u, const sc_unsigned &v)
 
SCFP const sc_signed operator+ (long u, const sc_unsigned &v)
 
SCFP const sc_signed operator+ (int64 u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator+ (const sc_uint_base &u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator+ (unsigned int u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator+ (uint64 u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator+ (unsigned long u, const sc_unsigned &v)
 
SCFP const sc_signed operator+ (const sc_unsigned &u, const sc_int_base &v)
 
SCFP const sc_signed operator+ (const sc_unsigned &u, int v)
 
SCFP const sc_signed operator+ (const sc_unsigned &u, long v)
 
SCFP const sc_signed operator+ (const sc_unsigned &u, int64 v)
 
SCFP const sc_unsigned operator+ (const sc_unsigned &u, const sc_uint_base &v)
 
SCFP const sc_unsigned operator+ (const sc_unsigned &u, unsigned int v)
 
SCFP const sc_unsigned operator+ (const sc_unsigned &u, uint64 v)
 
SCFP const sc_unsigned operator+ (const sc_unsigned &u, unsigned long v)
 
SCFP const sc_signed operator* (const sc_unsigned &u, const sc_signed &v)
 
SCFP const sc_signed operator* (const sc_signed &u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator* (const sc_unsigned &u, const sc_unsigned &v)
 
SCFP const sc_signed operator* (const sc_int_base &u, const sc_unsigned &v)
 
SCFP const sc_signed operator* (int u, const sc_unsigned &v)
 
SCFP const sc_signed operator* (long u, const sc_unsigned &v)
 
SCFP const sc_signed operator* (int64 u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator* (const sc_uint_base &u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator* (unsigned int u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator* (uint64 u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator* (unsigned long u, const sc_unsigned &v)
 
SCFP const sc_signed operator* (const sc_unsigned &u, const sc_int_base &v)
 
SCFP const sc_signed operator* (const sc_unsigned &u, int v)
 
SCFP const sc_signed operator* (const sc_unsigned &u, long v)
 
SCFP const sc_signed operator* (const sc_unsigned &u, int64 v)
 
SCFP const sc_unsigned operator* (const sc_unsigned &u, const sc_uint_base &v)
 
SCFP const sc_unsigned operator* (const sc_unsigned &u, unsigned int v)
 
SCFP const sc_unsigned operator* (const sc_unsigned &u, uint64 v)
 
SCFP const sc_unsigned operator* (const sc_unsigned &u, unsigned long v)
 
SCFP const sc_signed operator/ (const sc_unsigned &u, const sc_signed &v)
 
SCFP const sc_signed operator/ (const sc_signed &u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator/ (const sc_unsigned &u, const sc_unsigned &v)
 
SCFP const sc_signed operator/ (const sc_int_base &u, const sc_unsigned &v)
 
SCFP const sc_signed operator/ (int u, const sc_unsigned &v)
 
SCFP const sc_signed operator/ (long u, const sc_unsigned &v)
 
SCFP const sc_signed operator/ (int64 u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator/ (const sc_uint_base &u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator/ (unsigned int u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator/ (uint64 u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator/ (unsigned long u, const sc_unsigned &v)
 
SCFP const sc_signed operator/ (const sc_unsigned &u, const sc_int_base &v)
 
SCFP const sc_signed operator/ (const sc_unsigned &u, int v)
 
SCFP const sc_signed operator/ (const sc_unsigned &u, long v)
 
SCFP const sc_signed operator/ (const sc_unsigned &u, int64 v)
 
SCFP const sc_unsigned operator/ (const sc_unsigned &u, const sc_uint_base &v)
 
SCFP const sc_unsigned operator/ (const sc_unsigned &u, unsigned int v)
 
SCFP const sc_unsigned operator/ (const sc_unsigned &u, uint64 v)
 
SCFP const sc_unsigned operator/ (const sc_unsigned &u, unsigned long v)
 
SCFP const sc_signed operator% (const sc_unsigned &u, const sc_signed &v)
 
SCFP const sc_signed operator% (const sc_signed &u, const sc_unsigned &v)
 
SCFP const sc_signed operator% (const sc_int_base &u, const sc_unsigned &v)
 
SCFP const sc_signed operator% (int u, const sc_unsigned &v)
 
SCFP const sc_signed operator% (long u, const sc_unsigned &v)
 
SCFP const sc_signed operator% (int64 u, const sc_unsigned &v)
 
SCFP const sc_signed operator% (const sc_unsigned &u, const sc_int_base &v)
 
SCFP const sc_signed operator% (const sc_unsigned &u, int v)
 
SCFP const sc_signed operator% (const sc_unsigned &u, long v)
 
SCFP const sc_signed operator% (const sc_unsigned &u, int64 v)
 
SCFP const sc_unsigned operator% (const sc_unsigned &u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator% (const sc_uint_base &u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator% (unsigned int u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator% (uint64 u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator% (unsigned long u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator% (const sc_unsigned &u, const sc_uint_base &v)
 
SCFP const sc_unsigned operator% (const sc_unsigned &u, unsigned int v)
 
SCFP const sc_unsigned operator% (const sc_unsigned &u, uint64 v)
 
SCFP const sc_unsigned operator% (const sc_unsigned &u, unsigned long v)
 
SCFP const sc_signed operator- (const sc_unsigned &u, const sc_signed &v)
 
SCFP const sc_signed operator- (const sc_signed &u, const sc_unsigned &v)
 
SCFP const sc_signed operator- (const sc_unsigned &u, const sc_unsigned &v)
 
SCFP const sc_signed operator- (const sc_int_base &u, const sc_unsigned &v)
 
SCFP const sc_signed operator- (int u, const sc_unsigned &v)
 
SCFP const sc_signed operator- (long u, const sc_unsigned &v)
 
SCFP const sc_signed operator- (int64 u, const sc_unsigned &v)
 
SCFP const sc_signed operator- (const sc_uint_base &u, const sc_unsigned &v)
 
SCFP const sc_signed operator- (unsigned int u, const sc_unsigned &v)
 
SCFP const sc_signed operator- (uint64 u, const sc_unsigned &v)
 
SCFP const sc_signed operator- (unsigned long u, const sc_unsigned &v)
 
SCFP const sc_signed operator- (const sc_unsigned &u, const sc_int_base &v)
 
SCFP const sc_signed operator- (const sc_unsigned &u, int v)
 
SCFP const sc_signed operator- (const sc_unsigned &u, long v)
 
SCFP const sc_signed operator- (const sc_unsigned &u, int64 v)
 
SCFP const sc_signed operator- (const sc_unsigned &u, const sc_uint_base &v)
 
SCFP const sc_signed operator- (const sc_unsigned &u, unsigned int v)
 
SCFP const sc_signed operator- (const sc_unsigned &u, uint64 v)
 
SCFP const sc_signed operator- (const sc_unsigned &u, unsigned long v)
 
SCFP const sc_signed operator& (const sc_unsigned &u, const sc_signed &v)
 
SCFP const sc_signed operator& (const sc_signed &u, const sc_unsigned &v)
 
SCFP const sc_signed operator& (const sc_int_base &u, const sc_unsigned &v)
 
SCFP const sc_signed operator& (int u, const sc_unsigned &v)
 
SCFP const sc_signed operator& (long u, const sc_unsigned &v)
 
SCFP const sc_signed operator& (int64 u, const sc_unsigned &v)
 
SCFP const sc_signed operator& (const sc_unsigned &u, const sc_int_base &v)
 
SCFP const sc_signed operator& (const sc_unsigned &u, int v)
 
SCFP const sc_signed operator& (const sc_unsigned &u, long v)
 
SCFP const sc_signed operator& (const sc_unsigned &u, int64 v)
 
SCFP const sc_unsigned operator& (const sc_unsigned &u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator& (const sc_uint_base &u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator& (unsigned int u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator& (uint64 u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator& (unsigned long u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator& (const sc_unsigned &u, const sc_uint_base &v)
 
SCFP const sc_unsigned operator& (const sc_unsigned &u, unsigned int v)
 
SCFP const sc_unsigned operator& (const sc_unsigned &u, uint64 v)
 
SCFP const sc_unsigned operator& (const sc_unsigned &u, unsigned long v)
 
SCFP const sc_signed operator| (const sc_unsigned &u, const sc_signed &v)
 
SCFP const sc_signed operator| (const sc_signed &u, const sc_unsigned &v)
 
SCFP const sc_signed operator| (const sc_int_base &u, const sc_unsigned &v)
 
SCFP const sc_signed operator| (int u, const sc_unsigned &v)
 
SCFP const sc_signed operator| (long u, const sc_unsigned &v)
 
SCFP const sc_signed operator| (int64 u, const sc_unsigned &v)
 
SCFP const sc_signed operator| (const sc_unsigned &u, const sc_int_base &v)
 
SCFP const sc_signed operator| (const sc_unsigned &u, int v)
 
SCFP const sc_signed operator| (const sc_unsigned &u, long v)
 
SCFP const sc_signed operator| (const sc_unsigned &u, int64 v)
 
SCFP const sc_unsigned operator| (const sc_unsigned &u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator| (const sc_uint_base &u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator| (unsigned int u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator| (uint64 u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator| (unsigned long u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator| (const sc_unsigned &u, const sc_uint_base &v)
 
SCFP const sc_unsigned operator| (const sc_unsigned &u, unsigned int v)
 
SCFP const sc_unsigned operator| (const sc_unsigned &u, uint64 v)
 
SCFP const sc_unsigned operator| (const sc_unsigned &u, unsigned long v)
 
SCFP const sc_signed operator^ (const sc_unsigned &u, const sc_signed &v)
 
SCFP const sc_signed operator^ (const sc_signed &u, const sc_unsigned &v)
 
SCFP const sc_signed operator^ (const sc_int_base &u, const sc_unsigned &v)
 
SCFP const sc_signed operator^ (int u, const sc_unsigned &v)
 
SCFP const sc_signed operator^ (long u, const sc_unsigned &v)
 
SCFP const sc_signed operator^ (int64 u, const sc_unsigned &v)
 
SCFP const sc_signed operator^ (const sc_unsigned &u, const sc_int_base &v)
 
SCFP const sc_signed operator^ (const sc_unsigned &u, int v)
 
SCFP const sc_signed operator^ (const sc_unsigned &u, long v)
 
SCFP const sc_signed operator^ (const sc_unsigned &u, int64 v)
 
SCFP const sc_unsigned operator^ (const sc_unsigned &u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator^ (const sc_uint_base &u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator^ (unsigned int u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator^ (uint64 u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator^ (unsigned long u, const sc_unsigned &v)
 
SCFP const sc_unsigned operator^ (const sc_unsigned &u, const sc_uint_base &v)
 
SCFP const sc_unsigned operator^ (const sc_unsigned &u, unsigned int v)
 
SCFP const sc_unsigned operator^ (const sc_unsigned &u, uint64 v)
 
SCFP const sc_unsigned operator^ (const sc_unsigned &u, unsigned long v)
 
SCFP bool operator== (const sc_unsigned &u, const sc_signed &v)
 
SCFP bool operator== (const sc_signed &u, const sc_unsigned &v)
 
SCFP bool operator== (const sc_unsigned &u, const sc_unsigned &v)
 
SCFP bool operator== (const sc_int_base &u, const sc_unsigned &v)
 
SCFP bool operator== (int u, const sc_unsigned &v)
 
SCFP bool operator== (long u, const sc_unsigned &v)
 
SCFP bool operator== (int64 u, const sc_unsigned &v)
 
SCFP bool operator== (const sc_uint_base &u, const sc_unsigned &v)
 
SCFP bool operator== (unsigned int u, const sc_unsigned &v)
 
SCFP bool operator== (uint64 u, const sc_unsigned &v)
 
SCFP bool operator== (unsigned long u, const sc_unsigned &v)
 
SCFP bool operator== (const sc_unsigned &u, const sc_int_base &v)
 
SCFP bool operator== (const sc_unsigned &u, int v)
 
SCFP bool operator== (const sc_unsigned &u, long v)
 
SCFP bool operator== (const sc_unsigned &u, int64 v)
 
SCFP bool operator== (const sc_unsigned &u, const sc_uint_base &v)
 
SCFP bool operator== (const sc_unsigned &u, unsigned int v)
 
SCFP bool operator== (const sc_unsigned &u, uint64 v)
 
SCFP bool operator== (const sc_unsigned &u, unsigned long v)
 
SCFP bool operator!= (const sc_unsigned &u, const sc_signed &v)
 
SCFP bool operator!= (const sc_signed &u, const sc_unsigned &v)
 
SCFP bool operator!= (const sc_unsigned &u, const sc_unsigned &v)
 
SCFP bool operator!= (const sc_int_base &u, const sc_unsigned &v)
 
SCFP bool operator!= (int u, const sc_unsigned &v)
 
SCFP bool operator!= (long u, const sc_unsigned &v)
 
SCFP bool operator!= (int64 u, const sc_unsigned &v)
 
SCFP bool operator!= (const sc_uint_base &u, const sc_unsigned &v)
 
SCFP bool operator!= (unsigned int u, const sc_unsigned &v)
 
SCFP bool operator!= (uint64 u, const sc_unsigned &v)
 
SCFP bool operator!= (unsigned long u, const sc_unsigned &v)
 
SCFP bool operator!= (const sc_unsigned &u, const sc_int_base &v)
 
SCFP bool operator!= (const sc_unsigned &u, int v)
 
SCFP bool operator!= (const sc_unsigned &u, long v)
 
SCFP bool operator!= (const sc_unsigned &u, int64 v)
 
SCFP bool operator!= (const sc_unsigned &u, const sc_uint_base &v)
 
SCFP bool operator!= (const sc_unsigned &u, unsigned int v)
 
SCFP bool operator!= (const sc_unsigned &u, uint64 v)
 
SCFP bool operator!= (const sc_unsigned &u, unsigned long v)
 
SCFP bool operator< (const sc_unsigned &u, const sc_signed &v)
 
SCFP bool operator< (const sc_signed &u, const sc_unsigned &v)
 
SCFP bool operator< (const sc_unsigned &u, const sc_unsigned &v)
 
SCFP bool operator< (const sc_int_base &u, const sc_unsigned &v)
 
SCFP bool operator< (int u, const sc_unsigned &v)
 
SCFP bool operator< (long u, const sc_unsigned &v)
 
SCFP bool operator< (int64 u, const sc_unsigned &v)
 
SCFP bool operator< (const sc_uint_base &u, const sc_unsigned &v)
 
SCFP bool operator< (unsigned int u, const sc_unsigned &v)
 
SCFP bool operator< (uint64 u, const sc_unsigned &v)
 
SCFP bool operator< (unsigned long u, const sc_unsigned &v)
 
SCFP bool operator< (const sc_unsigned &u, const sc_int_base &v)
 
SCFP bool operator< (const sc_unsigned &u, int v)
 
SCFP bool operator< (const sc_unsigned &u, long v)
 
SCFP bool operator< (const sc_unsigned &u, int64 v)
 
SCFP bool operator< (const sc_unsigned &u, const sc_uint_base &v)
 
SCFP bool operator< (const sc_unsigned &u, unsigned int v)
 
SCFP bool operator< (const sc_unsigned &u, uint64 v)
 
SCFP bool operator< (const sc_unsigned &u, unsigned long v)
 
SCFP bool operator<= (const sc_unsigned &u, const sc_signed &v)
 
SCFP bool operator<= (const sc_signed &u, const sc_unsigned &v)
 
SCFP bool operator<= (const sc_unsigned &u, const sc_unsigned &v)
 
SCFP bool operator<= (const sc_int_base &u, const sc_unsigned &v)
 
SCFP bool operator<= (int u, const sc_unsigned &v)
 
SCFP bool operator<= (long u, const sc_unsigned &v)
 
SCFP bool operator<= (int64 u, const sc_unsigned &v)
 
SCFP bool operator<= (const sc_uint_base &u, const sc_unsigned &v)
 
SCFP bool operator<= (unsigned int u, const sc_unsigned &v)
 
SCFP bool operator<= (uint64 u, const sc_unsigned &v)
 
SCFP bool operator<= (unsigned long u, const sc_unsigned &v)
 
SCFP bool operator<= (const sc_unsigned &u, const sc_int_base &v)
 
SCFP bool operator<= (const sc_unsigned &u, int v)
 
SCFP bool operator<= (const sc_unsigned &u, long v)
 
SCFP bool operator<= (const sc_unsigned &u, int64 v)
 
SCFP bool operator<= (const sc_unsigned &u, const sc_uint_base &v)
 
SCFP bool operator<= (const sc_unsigned &u, unsigned int v)
 
SCFP bool operator<= (const sc_unsigned &u, uint64 v)
 
SCFP bool operator<= (const sc_unsigned &u, unsigned long v)
 
SCFP bool operator> (const sc_unsigned &u, const sc_signed &v)
 
SCFP bool operator> (const sc_signed &u, const sc_unsigned &v)
 
SCFP bool operator> (const sc_unsigned &u, const sc_unsigned &v)
 
SCFP bool operator> (const sc_int_base &u, const sc_unsigned &v)
 
SCFP bool operator> (int u, const sc_unsigned &v)
 
SCFP bool operator> (long u, const sc_unsigned &v)
 
SCFP bool operator> (int64 u, const sc_unsigned &v)
 
SCFP bool operator> (const sc_uint_base &u, const sc_unsigned &v)
 
SCFP bool operator> (unsigned int u, const sc_unsigned &v)
 
SCFP bool operator> (uint64 u, const sc_unsigned &v)
 
SCFP bool operator> (unsigned long u, const sc_unsigned &v)
 
SCFP bool operator> (const sc_unsigned &u, const sc_int_base &v)
 
SCFP bool operator> (const sc_unsigned &u, int v)
 
SCFP bool operator> (const sc_unsigned &u, long v)
 
SCFP bool operator> (const sc_unsigned &u, int64 v)
 
SCFP bool operator> (const sc_unsigned &u, const sc_uint_base &v)
 
SCFP bool operator> (const sc_unsigned &u, unsigned int v)
 
SCFP bool operator> (const sc_unsigned &u, uint64 v)
 
SCFP bool operator> (const sc_unsigned &u, unsigned long v)
 
SCFP bool operator>= (const sc_unsigned &u, const sc_signed &v)
 
SCFP bool operator>= (const sc_signed &u, const sc_unsigned &v)
 
SCFP bool operator>= (const sc_unsigned &u, const sc_unsigned &v)
 
SCFP bool operator>= (const sc_int_base &u, const sc_unsigned &v)
 
SCFP bool operator>= (int u, const sc_unsigned &v)
 
SCFP bool operator>= (long u, const sc_unsigned &v)
 
SCFP bool operator>= (int64 u, const sc_unsigned &v)
 
SCFP bool operator>= (const sc_uint_base &u, const sc_unsigned &v)
 
SCFP bool operator>= (unsigned int u, const sc_unsigned &v)
 
SCFP bool operator>= (uint64 u, const sc_unsigned &v)
 
SCFP bool operator>= (unsigned long u, const sc_unsigned &v)
 
SCFP bool operator>= (const sc_unsigned &u, const sc_int_base &v)
 
SCFP bool operator>= (const sc_unsigned &u, int v)
 
SCFP bool operator>= (const sc_unsigned &u, long v)
 
SCFP bool operator>= (const sc_unsigned &u, int64 v)
 
SCFP bool operator>= (const sc_unsigned &u, const sc_uint_base &v)
 
SCFP bool operator>= (const sc_unsigned &u, unsigned int v)
 
SCFP bool operator>= (const sc_unsigned &u, uint64 v)
 
SCFP bool operator>= (const sc_unsigned &u, unsigned long v)
 

Function Documentation

◆ operator!=() [1/19]

SCFP bool operator!= ( const sc_int_base &  u,
const sc_unsigned &  v 
)

◆ operator!=() [2/19]

SCFP bool operator!= ( const sc_signed &  u,
const sc_unsigned &  v 
)

◆ operator!=() [3/19]

SCFP bool operator!= ( const sc_uint_base &  u,
const sc_unsigned &  v 
)

◆ operator!=() [4/19]

SCFP bool operator!= ( const sc_unsigned &  u,
const sc_int_base &  v 
)

◆ operator!=() [5/19]

SCFP bool operator!= ( const sc_unsigned &  u,
const sc_signed &  v 
)

◆ operator!=() [6/19]

SCFP bool operator!= ( const sc_unsigned &  u,
const sc_uint_base &  v 
)

◆ operator!=() [7/19]

SCFP bool operator!= ( const sc_unsigned &  u,
const sc_unsigned &  v 
)

◆ operator!=() [8/19]

SCFP bool operator!= ( const sc_unsigned &  u,
int  v 
)

◆ operator!=() [9/19]

SCFP bool operator!= ( const sc_unsigned &  u,
int64  v 
)

◆ operator!=() [10/19]

SCFP bool operator!= ( const sc_unsigned &  u,
long  v 
)

◆ operator!=() [11/19]

SCFP bool operator!= ( const sc_unsigned &  u,
uint64  v 
)

◆ operator!=() [12/19]

SCFP bool operator!= ( const sc_unsigned &  u,
unsigned int  v 
)

◆ operator!=() [13/19]

SCFP bool operator!= ( const sc_unsigned &  u,
unsigned long  v 
)

◆ operator!=() [14/19]

SCFP bool operator!= ( int  u,
const sc_unsigned &  v 
)

◆ operator!=() [15/19]

SCFP bool operator!= ( int64  u,
const sc_unsigned &  v 
)

◆ operator!=() [16/19]

SCFP bool operator!= ( long  u,
const sc_unsigned &  v 
)

◆ operator!=() [17/19]

SCFP bool operator!= ( uint64  u,
const sc_unsigned &  v 
)

◆ operator!=() [18/19]

SCFP bool operator!= ( unsigned int  u,
const sc_unsigned &  v 
)

◆ operator!=() [19/19]

SCFP bool operator!= ( unsigned long  u,
const sc_unsigned &  v 
)

◆ operator%() [1/19]

SCFP const sc_signed operator% ( const sc_int_base &  u,
const sc_unsigned &  v 
)

◆ operator%() [2/19]

SCFP const sc_signed operator% ( const sc_signed &  u,
const sc_unsigned &  v 
)

◆ operator%() [3/19]

SCFP const sc_unsigned operator% ( const sc_uint_base &  u,
const sc_unsigned &  v 
)

◆ operator%() [4/19]

SCFP const sc_signed operator% ( const sc_unsigned &  u,
const sc_int_base &  v 
)

◆ operator%() [5/19]

SCFP const sc_signed operator% ( const sc_unsigned &  u,
const sc_signed &  v 
)

◆ operator%() [6/19]

SCFP const sc_unsigned operator% ( const sc_unsigned &  u,
const sc_uint_base &  v 
)

◆ operator%() [7/19]

SCFP const sc_unsigned operator% ( const sc_unsigned &  u,
const sc_unsigned &  v 
)

◆ operator%() [8/19]

SCFP const sc_signed operator% ( const sc_unsigned &  u,
int  v 
)

◆ operator%() [9/19]

SCFP const sc_signed operator% ( const sc_unsigned &  u,
int64  v 
)

◆ operator%() [10/19]

SCFP const sc_signed operator% ( const sc_unsigned &  u,
long  v 
)

◆ operator%() [11/19]

SCFP const sc_unsigned operator% ( const sc_unsigned &  u,
uint64  v 
)

◆ operator%() [12/19]

SCFP const sc_unsigned operator% ( const sc_unsigned &  u,
unsigned int  v 
)

◆ operator%() [13/19]

SCFP const sc_unsigned operator% ( const sc_unsigned &  u,
unsigned long  v 
)

◆ operator%() [14/19]

SCFP const sc_signed operator% ( int  u,
const sc_unsigned &  v 
)

◆ operator%() [15/19]

SCFP const sc_signed operator% ( int64  u,
const sc_unsigned &  v 
)

◆ operator%() [16/19]

SCFP const sc_signed operator% ( long  u,
const sc_unsigned &  v 
)

◆ operator%() [17/19]

SCFP const sc_unsigned operator% ( uint64  u,
const sc_unsigned &  v 
)

◆ operator%() [18/19]

SCFP const sc_unsigned operator% ( unsigned int  u,
const sc_unsigned &  v 
)

◆ operator%() [19/19]

SCFP const sc_unsigned operator% ( unsigned long  u,
const sc_unsigned &  v 
)

◆ operator&() [1/19]

SCFP const sc_signed operator& ( const sc_int_base &  u,
const sc_unsigned &  v 
)

◆ operator&() [2/19]

SCFP const sc_signed operator& ( const sc_signed &  u,
const sc_unsigned &  v 
)

◆ operator&() [3/19]

SCFP const sc_unsigned operator& ( const sc_uint_base &  u,
const sc_unsigned &  v 
)

◆ operator&() [4/19]

SCFP const sc_signed operator& ( const sc_unsigned &  u,
const sc_int_base &  v 
)

◆ operator&() [5/19]

SCFP const sc_signed operator& ( const sc_unsigned &  u,
const sc_signed &  v 
)

◆ operator&() [6/19]

SCFP const sc_unsigned operator& ( const sc_unsigned &  u,
const sc_uint_base &  v 
)

◆ operator&() [7/19]

SCFP const sc_unsigned operator& ( const sc_unsigned &  u,
const sc_unsigned &  v 
)

◆ operator&() [8/19]

SCFP const sc_signed operator& ( const sc_unsigned &  u,
int  v 
)

◆ operator&() [9/19]

SCFP const sc_signed operator& ( const sc_unsigned &  u,
int64  v 
)

◆ operator&() [10/19]

SCFP const sc_signed operator& ( const sc_unsigned &  u,
long  v 
)

◆ operator&() [11/19]

SCFP const sc_unsigned operator& ( const sc_unsigned &  u,
uint64  v 
)

◆ operator&() [12/19]

SCFP const sc_unsigned operator& ( const sc_unsigned &  u,
unsigned int  v 
)

◆ operator&() [13/19]

SCFP const sc_unsigned operator& ( const sc_unsigned &  u,
unsigned long  v 
)

◆ operator&() [14/19]

SCFP const sc_signed operator& ( int  u,
const sc_unsigned &  v 
)

◆ operator&() [15/19]

SCFP const sc_signed operator& ( int64  u,
const sc_unsigned &  v 
)

◆ operator&() [16/19]

SCFP const sc_signed operator& ( long  u,
const sc_unsigned &  v 
)

◆ operator&() [17/19]

SCFP const sc_unsigned operator& ( uint64  u,
const sc_unsigned &  v 
)

◆ operator&() [18/19]

SCFP const sc_unsigned operator& ( unsigned int  u,
const sc_unsigned &  v 
)

◆ operator&() [19/19]

SCFP const sc_unsigned operator& ( unsigned long  u,
const sc_unsigned &  v 
)

◆ operator*() [1/19]

SCFP const sc_signed operator* ( const sc_int_base &  u,
const sc_unsigned &  v 
)

◆ operator*() [2/19]

SCFP const sc_signed operator* ( const sc_signed &  u,
const sc_unsigned &  v 
)

◆ operator*() [3/19]

SCFP const sc_unsigned operator* ( const sc_uint_base &  u,
const sc_unsigned &  v 
)

◆ operator*() [4/19]

SCFP const sc_signed operator* ( const sc_unsigned &  u,
const sc_int_base &  v 
)

◆ operator*() [5/19]

SCFP const sc_signed operator* ( const sc_unsigned &  u,
const sc_signed &  v 
)

◆ operator*() [6/19]

SCFP const sc_unsigned operator* ( const sc_unsigned &  u,
const sc_uint_base &  v 
)

◆ operator*() [7/19]

SCFP const sc_unsigned operator* ( const sc_unsigned &  u,
const sc_unsigned &  v 
)

◆ operator*() [8/19]

SCFP const sc_signed operator* ( const sc_unsigned &  u,
int  v 
)

◆ operator*() [9/19]

SCFP const sc_signed operator* ( const sc_unsigned &  u,
int64  v 
)

◆ operator*() [10/19]

SCFP const sc_signed operator* ( const sc_unsigned &  u,
long  v 
)

◆ operator*() [11/19]

SCFP const sc_unsigned operator* ( const sc_unsigned &  u,
uint64  v 
)

◆ operator*() [12/19]

SCFP const sc_unsigned operator* ( const sc_unsigned &  u,
unsigned int  v 
)

◆ operator*() [13/19]

SCFP const sc_unsigned operator* ( const sc_unsigned &  u,
unsigned long  v 
)

◆ operator*() [14/19]

SCFP const sc_signed operator* ( int  u,
const sc_unsigned &  v 
)

◆ operator*() [15/19]

SCFP const sc_signed operator* ( int64  u,
const sc_unsigned &  v 
)

◆ operator*() [16/19]

SCFP const sc_signed operator* ( long  u,
const sc_unsigned &  v 
)

◆ operator*() [17/19]

SCFP const sc_unsigned operator* ( uint64  u,
const sc_unsigned &  v 
)

◆ operator*() [18/19]

SCFP const sc_unsigned operator* ( unsigned int  u,
const sc_unsigned &  v 
)

◆ operator*() [19/19]

SCFP const sc_unsigned operator* ( unsigned long  u,
const sc_unsigned &  v 
)

◆ operator+() [1/19]

SCFP const sc_signed operator+ ( const sc_int_base &  u,
const sc_unsigned &  v 
)

◆ operator+() [2/19]

SCFP const sc_signed operator+ ( const sc_signed &  u,
const sc_unsigned &  v 
)

◆ operator+() [3/19]

SCFP const sc_unsigned operator+ ( const sc_uint_base &  u,
const sc_unsigned &  v 
)

◆ operator+() [4/19]

SCFP const sc_signed operator+ ( const sc_unsigned &  u,
const sc_int_base &  v 
)

◆ operator+() [5/19]

SCFP const sc_signed operator+ ( const sc_unsigned &  u,
const sc_signed &  v 
)

◆ operator+() [6/19]

SCFP const sc_unsigned operator+ ( const sc_unsigned &  u,
const sc_uint_base &  v 
)

◆ operator+() [7/19]

SCFP const sc_unsigned operator+ ( const sc_unsigned &  u,
const sc_unsigned &  v 
)

◆ operator+() [8/19]

SCFP const sc_signed operator+ ( const sc_unsigned &  u,
int  v 
)

◆ operator+() [9/19]

SCFP const sc_signed operator+ ( const sc_unsigned &  u,
int64  v 
)

◆ operator+() [10/19]

SCFP const sc_signed operator+ ( const sc_unsigned &  u,
long  v 
)

◆ operator+() [11/19]

SCFP const sc_unsigned operator+ ( const sc_unsigned &  u,
uint64  v 
)

◆ operator+() [12/19]

SCFP const sc_unsigned operator+ ( const sc_unsigned &  u,
unsigned int  v 
)

◆ operator+() [13/19]

SCFP const sc_unsigned operator+ ( const sc_unsigned &  u,
unsigned long  v 
)

◆ operator+() [14/19]

SCFP const sc_signed operator+ ( int  u,
const sc_unsigned &  v 
)

◆ operator+() [15/19]

SCFP const sc_signed operator+ ( int64  u,
const sc_unsigned &  v 
)

◆ operator+() [16/19]

SCFP const sc_signed operator+ ( long  u,
const sc_unsigned &  v 
)

◆ operator+() [17/19]

SCFP const sc_unsigned operator+ ( uint64  u,
const sc_unsigned &  v 
)

◆ operator+() [18/19]

SCFP const sc_unsigned operator+ ( unsigned int  u,
const sc_unsigned &  v 
)

◆ operator+() [19/19]

SCFP const sc_unsigned operator+ ( unsigned long  u,
const sc_unsigned &  v 
)

◆ operator-() [1/19]

SCFP const sc_signed operator- ( const sc_int_base &  u,
const sc_unsigned &  v 
)

◆ operator-() [2/19]

SCFP const sc_signed operator- ( const sc_signed &  u,
const sc_unsigned &  v 
)

◆ operator-() [3/19]

SCFP const sc_signed operator- ( const sc_uint_base &  u,
const sc_unsigned &  v 
)

◆ operator-() [4/19]

SCFP const sc_signed operator- ( const sc_unsigned &  u,
const sc_int_base &  v 
)

◆ operator-() [5/19]

SCFP const sc_signed operator- ( const sc_unsigned &  u,
const sc_signed &  v 
)

◆ operator-() [6/19]

SCFP const sc_signed operator- ( const sc_unsigned &  u,
const sc_uint_base &  v 
)

◆ operator-() [7/19]

SCFP const sc_signed operator- ( const sc_unsigned &  u,
const sc_unsigned &  v 
)

◆ operator-() [8/19]

SCFP const sc_signed operator- ( const sc_unsigned &  u,
int  v 
)

◆ operator-() [9/19]

SCFP const sc_signed operator- ( const sc_unsigned &  u,
int64  v 
)

◆ operator-() [10/19]

SCFP const sc_signed operator- ( const sc_unsigned &  u,
long  v 
)

◆ operator-() [11/19]

SCFP const sc_signed operator- ( const sc_unsigned &  u,
uint64  v 
)

◆ operator-() [12/19]

SCFP const sc_signed operator- ( const sc_unsigned &  u,
unsigned int  v 
)

◆ operator-() [13/19]

SCFP const sc_signed operator- ( const sc_unsigned &  u,
unsigned long  v 
)

◆ operator-() [14/19]

SCFP const sc_signed operator- ( int  u,
const sc_unsigned &  v 
)

◆ operator-() [15/19]

SCFP const sc_signed operator- ( int64  u,
const sc_unsigned &  v 
)

◆ operator-() [16/19]

SCFP const sc_signed operator- ( long  u,
const sc_unsigned &  v 
)

◆ operator-() [17/19]

SCFP const sc_signed operator- ( uint64  u,
const sc_unsigned &  v 
)

◆ operator-() [18/19]

SCFP const sc_signed operator- ( unsigned int  u,
const sc_unsigned &  v 
)

◆ operator-() [19/19]

SCFP const sc_signed operator- ( unsigned long  u,
const sc_unsigned &  v 
)

◆ operator/() [1/19]

SCFP const sc_signed operator/ ( const sc_int_base &  u,
const sc_unsigned &  v 
)

◆ operator/() [2/19]

SCFP const sc_signed operator/ ( const sc_signed &  u,
const sc_unsigned &  v 
)

◆ operator/() [3/19]

SCFP const sc_unsigned operator/ ( const sc_uint_base &  u,
const sc_unsigned &  v 
)

◆ operator/() [4/19]

SCFP const sc_signed operator/ ( const sc_unsigned &  u,
const sc_int_base &  v 
)

◆ operator/() [5/19]

SCFP const sc_signed operator/ ( const sc_unsigned &  u,
const sc_signed &  v 
)

◆ operator/() [6/19]

SCFP const sc_unsigned operator/ ( const sc_unsigned &  u,
const sc_uint_base &  v 
)

◆ operator/() [7/19]

SCFP const sc_unsigned operator/ ( const sc_unsigned &  u,
const sc_unsigned &  v 
)

◆ operator/() [8/19]

SCFP const sc_signed operator/ ( const sc_unsigned &  u,
int  v 
)

◆ operator/() [9/19]

SCFP const sc_signed operator/ ( const sc_unsigned &  u,
int64  v 
)

◆ operator/() [10/19]

SCFP const sc_signed operator/ ( const sc_unsigned &  u,
long  v 
)

◆ operator/() [11/19]

SCFP const sc_unsigned operator/ ( const sc_unsigned &  u,
uint64  v 
)

◆ operator/() [12/19]

SCFP const sc_unsigned operator/ ( const sc_unsigned &  u,
unsigned int  v 
)

◆ operator/() [13/19]

SCFP const sc_unsigned operator/ ( const sc_unsigned &  u,
unsigned long  v 
)

◆ operator/() [14/19]

SCFP const sc_signed operator/ ( int  u,
const sc_unsigned &  v 
)

◆ operator/() [15/19]

SCFP const sc_signed operator/ ( int64  u,
const sc_unsigned &  v 
)

◆ operator/() [16/19]

SCFP const sc_signed operator/ ( long  u,
const sc_unsigned &  v 
)

◆ operator/() [17/19]

SCFP const sc_unsigned operator/ ( uint64  u,
const sc_unsigned &  v 
)

◆ operator/() [18/19]

SCFP const sc_unsigned operator/ ( unsigned int  u,
const sc_unsigned &  v 
)

◆ operator/() [19/19]

SCFP const sc_unsigned operator/ ( unsigned long  u,
const sc_unsigned &  v 
)

◆ operator<() [1/19]

SCFP bool operator< ( const sc_int_base &  u,
const sc_unsigned &  v 
)

◆ operator<() [2/19]

SCFP bool operator< ( const sc_signed &  u,
const sc_unsigned &  v 
)

◆ operator<() [3/19]

SCFP bool operator< ( const sc_uint_base &  u,
const sc_unsigned &  v 
)

◆ operator<() [4/19]

SCFP bool operator< ( const sc_unsigned &  u,
const sc_int_base &  v 
)

◆ operator<() [5/19]

SCFP bool operator< ( const sc_unsigned &  u,
const sc_signed &  v 
)

◆ operator<() [6/19]

SCFP bool operator< ( const sc_unsigned &  u,
const sc_uint_base &  v 
)

◆ operator<() [7/19]

SCFP bool operator< ( const sc_unsigned &  u,
const sc_unsigned &  v 
)

◆ operator<() [8/19]

SCFP bool operator< ( const sc_unsigned &  u,
int  v 
)

◆ operator<() [9/19]

SCFP bool operator< ( const sc_unsigned &  u,
int64  v 
)

◆ operator<() [10/19]

SCFP bool operator< ( const sc_unsigned &  u,
long  v 
)

◆ operator<() [11/19]

SCFP bool operator< ( const sc_unsigned &  u,
uint64  v 
)

◆ operator<() [12/19]

SCFP bool operator< ( const sc_unsigned &  u,
unsigned int  v 
)

◆ operator<() [13/19]

SCFP bool operator< ( const sc_unsigned &  u,
unsigned long  v 
)

◆ operator<() [14/19]

SCFP bool operator< ( int  u,
const sc_unsigned &  v 
)

◆ operator<() [15/19]

SCFP bool operator< ( int64  u,
const sc_unsigned &  v 
)

◆ operator<() [16/19]

SCFP bool operator< ( long  u,
const sc_unsigned &  v 
)

◆ operator<() [17/19]

SCFP bool operator< ( uint64  u,
const sc_unsigned &  v 
)

◆ operator<() [18/19]

SCFP bool operator< ( unsigned int  u,
const sc_unsigned &  v 
)

◆ operator<() [19/19]

SCFP bool operator< ( unsigned long  u,
const sc_unsigned &  v 
)

◆ operator<=() [1/19]

SCFP bool operator<= ( const sc_int_base &  u,
const sc_unsigned &  v 
)

◆ operator<=() [2/19]

SCFP bool operator<= ( const sc_signed &  u,
const sc_unsigned &  v 
)

◆ operator<=() [3/19]

SCFP bool operator<= ( const sc_uint_base &  u,
const sc_unsigned &  v 
)

◆ operator<=() [4/19]

SCFP bool operator<= ( const sc_unsigned &  u,
const sc_int_base &  v 
)

◆ operator<=() [5/19]

SCFP bool operator<= ( const sc_unsigned &  u,
const sc_signed &  v 
)

◆ operator<=() [6/19]

SCFP bool operator<= ( const sc_unsigned &  u,
const sc_uint_base &  v 
)

◆ operator<=() [7/19]

SCFP bool operator<= ( const sc_unsigned &  u,
const sc_unsigned &  v 
)

◆ operator<=() [8/19]

SCFP bool operator<= ( const sc_unsigned &  u,
int  v 
)

◆ operator<=() [9/19]

SCFP bool operator<= ( const sc_unsigned &  u,
int64  v 
)

◆ operator<=() [10/19]

SCFP bool operator<= ( const sc_unsigned &  u,
long  v 
)

◆ operator<=() [11/19]

SCFP bool operator<= ( const sc_unsigned &  u,
uint64  v 
)

◆ operator<=() [12/19]

SCFP bool operator<= ( const sc_unsigned &  u,
unsigned int  v 
)

◆ operator<=() [13/19]

SCFP bool operator<= ( const sc_unsigned &  u,
unsigned long  v 
)

◆ operator<=() [14/19]

SCFP bool operator<= ( int  u,
const sc_unsigned &  v 
)

◆ operator<=() [15/19]

SCFP bool operator<= ( int64  u,
const sc_unsigned &  v 
)

◆ operator<=() [16/19]

SCFP bool operator<= ( long  u,
const sc_unsigned &  v 
)

◆ operator<=() [17/19]

SCFP bool operator<= ( uint64  u,
const sc_unsigned &  v 
)

◆ operator<=() [18/19]

SCFP bool operator<= ( unsigned int  u,
const sc_unsigned &  v 
)

◆ operator<=() [19/19]

SCFP bool operator<= ( unsigned long  u,
const sc_unsigned &  v 
)

◆ operator==() [1/19]

SCFP bool operator== ( const sc_int_base &  u,
const sc_unsigned &  v 
)

◆ operator==() [2/19]

SCFP bool operator== ( const sc_signed &  u,
const sc_unsigned &  v 
)

◆ operator==() [3/19]

SCFP bool operator== ( const sc_uint_base &  u,
const sc_unsigned &  v 
)

◆ operator==() [4/19]

SCFP bool operator== ( const sc_unsigned &  u,
const sc_int_base &  v 
)

◆ operator==() [5/19]

SCFP bool operator== ( const sc_unsigned &  u,
const sc_signed &  v 
)

◆ operator==() [6/19]

SCFP bool operator== ( const sc_unsigned &  u,
const sc_uint_base &  v 
)

◆ operator==() [7/19]

SCFP bool operator== ( const sc_unsigned &  u,
const sc_unsigned &  v 
)

◆ operator==() [8/19]

SCFP bool operator== ( const sc_unsigned &  u,
int  v 
)

◆ operator==() [9/19]

SCFP bool operator== ( const sc_unsigned &  u,
int64  v 
)

◆ operator==() [10/19]

SCFP bool operator== ( const sc_unsigned &  u,
long  v 
)

◆ operator==() [11/19]

SCFP bool operator== ( const sc_unsigned &  u,
uint64  v 
)

◆ operator==() [12/19]

SCFP bool operator== ( const sc_unsigned &  u,
unsigned int  v 
)

◆ operator==() [13/19]

SCFP bool operator== ( const sc_unsigned &  u,
unsigned long  v 
)

◆ operator==() [14/19]

SCFP bool operator== ( int  u,
const sc_unsigned &  v 
)

◆ operator==() [15/19]

SCFP bool operator== ( int64  u,
const sc_unsigned &  v 
)

◆ operator==() [16/19]

SCFP bool operator== ( long  u,
const sc_unsigned &  v 
)

◆ operator==() [17/19]

SCFP bool operator== ( uint64  u,
const sc_unsigned &  v 
)

◆ operator==() [18/19]

SCFP bool operator== ( unsigned int  u,
const sc_unsigned &  v 
)

◆ operator==() [19/19]

SCFP bool operator== ( unsigned long  u,
const sc_unsigned &  v 
)

◆ operator>() [1/19]

SCFP bool operator> ( const sc_int_base &  u,
const sc_unsigned &  v 
)

◆ operator>() [2/19]

SCFP bool operator> ( const sc_signed &  u,
const sc_unsigned &  v 
)

◆ operator>() [3/19]

SCFP bool operator> ( const sc_uint_base &  u,
const sc_unsigned &  v 
)

◆ operator>() [4/19]

SCFP bool operator> ( const sc_unsigned &  u,
const sc_int_base &  v 
)

◆ operator>() [5/19]

SCFP bool operator> ( const sc_unsigned &  u,
const sc_signed &  v 
)

◆ operator>() [6/19]

SCFP bool operator> ( const sc_unsigned &  u,
const sc_uint_base &  v 
)

◆ operator>() [7/19]

SCFP bool operator> ( const sc_unsigned &  u,
const sc_unsigned &  v 
)

◆ operator>() [8/19]

SCFP bool operator> ( const sc_unsigned &  u,
int  v 
)

◆ operator>() [9/19]

SCFP bool operator> ( const sc_unsigned &  u,
int64  v 
)

◆ operator>() [10/19]

SCFP bool operator> ( const sc_unsigned &  u,
long  v 
)

◆ operator>() [11/19]

SCFP bool operator> ( const sc_unsigned &  u,
uint64  v 
)

◆ operator>() [12/19]

SCFP bool operator> ( const sc_unsigned &  u,
unsigned int  v 
)

◆ operator>() [13/19]

SCFP bool operator> ( const sc_unsigned &  u,
unsigned long  v 
)

◆ operator>() [14/19]

SCFP bool operator> ( int  u,
const sc_unsigned &  v 
)

◆ operator>() [15/19]

SCFP bool operator> ( int64  u,
const sc_unsigned &  v 
)

◆ operator>() [16/19]

SCFP bool operator> ( long  u,
const sc_unsigned &  v 
)

◆ operator>() [17/19]

SCFP bool operator> ( uint64  u,
const sc_unsigned &  v 
)

◆ operator>() [18/19]

SCFP bool operator> ( unsigned int  u,
const sc_unsigned &  v 
)

◆ operator>() [19/19]

SCFP bool operator> ( unsigned long  u,
const sc_unsigned &  v 
)

◆ operator>=() [1/19]

SCFP bool operator>= ( const sc_int_base &  u,
const sc_unsigned &  v 
)

◆ operator>=() [2/19]

SCFP bool operator>= ( const sc_signed &  u,
const sc_unsigned &  v 
)

◆ operator>=() [3/19]

SCFP bool operator>= ( const sc_uint_base &  u,
const sc_unsigned &  v 
)

◆ operator>=() [4/19]

SCFP bool operator>= ( const sc_unsigned &  u,
const sc_int_base &  v 
)

◆ operator>=() [5/19]

SCFP bool operator>= ( const sc_unsigned &  u,
const sc_signed &  v 
)

◆ operator>=() [6/19]

SCFP bool operator>= ( const sc_unsigned &  u,
const sc_uint_base &  v 
)

◆ operator>=() [7/19]

SCFP bool operator>= ( const sc_unsigned &  u,
const sc_unsigned &  v 
)

◆ operator>=() [8/19]

SCFP bool operator>= ( const sc_unsigned &  u,
int  v 
)

◆ operator>=() [9/19]

SCFP bool operator>= ( const sc_unsigned &  u,
int64  v 
)

◆ operator>=() [10/19]

SCFP bool operator>= ( const sc_unsigned &  u,
long  v 
)

◆ operator>=() [11/19]

SCFP bool operator>= ( const sc_unsigned &  u,
uint64  v 
)

◆ operator>=() [12/19]

SCFP bool operator>= ( const sc_unsigned &  u,
unsigned int  v 
)

◆ operator>=() [13/19]

SCFP bool operator>= ( const sc_unsigned &  u,
unsigned long  v 
)

◆ operator>=() [14/19]

SCFP bool operator>= ( int  u,
const sc_unsigned &  v 
)

◆ operator>=() [15/19]

SCFP bool operator>= ( int64  u,
const sc_unsigned &  v 
)

◆ operator>=() [16/19]

SCFP bool operator>= ( long  u,
const sc_unsigned &  v 
)

◆ operator>=() [17/19]

SCFP bool operator>= ( uint64  u,
const sc_unsigned &  v 
)

◆ operator>=() [18/19]

SCFP bool operator>= ( unsigned int  u,
const sc_unsigned &  v 
)

◆ operator>=() [19/19]

SCFP bool operator>= ( unsigned long  u,
const sc_unsigned &  v 
)

◆ operator^() [1/19]

SCFP const sc_signed operator^ ( const sc_int_base &  u,
const sc_unsigned &  v 
)

◆ operator^() [2/19]

SCFP const sc_signed operator^ ( const sc_signed &  u,
const sc_unsigned &  v 
)

◆ operator^() [3/19]

SCFP const sc_unsigned operator^ ( const sc_uint_base &  u,
const sc_unsigned &  v 
)

◆ operator^() [4/19]

SCFP const sc_signed operator^ ( const sc_unsigned &  u,
const sc_int_base &  v 
)

◆ operator^() [5/19]

SCFP const sc_signed operator^ ( const sc_unsigned &  u,
const sc_signed &  v 
)

◆ operator^() [6/19]

SCFP const sc_unsigned operator^ ( const sc_unsigned &  u,
const sc_uint_base &  v 
)

◆ operator^() [7/19]

SCFP const sc_unsigned operator^ ( const sc_unsigned &  u,
const sc_unsigned &  v 
)

◆ operator^() [8/19]

SCFP const sc_signed operator^ ( const sc_unsigned &  u,
int  v 
)

◆ operator^() [9/19]

SCFP const sc_signed operator^ ( const sc_unsigned &  u,
int64  v 
)

◆ operator^() [10/19]

SCFP const sc_signed operator^ ( const sc_unsigned &  u,
long  v 
)

◆ operator^() [11/19]

SCFP const sc_unsigned operator^ ( const sc_unsigned &  u,
uint64  v 
)

◆ operator^() [12/19]

SCFP const sc_unsigned operator^ ( const sc_unsigned &  u,
unsigned int  v 
)

◆ operator^() [13/19]

SCFP const sc_unsigned operator^ ( const sc_unsigned &  u,
unsigned long  v 
)

◆ operator^() [14/19]

SCFP const sc_signed operator^ ( int  u,
const sc_unsigned &  v 
)

◆ operator^() [15/19]

SCFP const sc_signed operator^ ( int64  u,
const sc_unsigned &  v 
)

◆ operator^() [16/19]

SCFP const sc_signed operator^ ( long  u,
const sc_unsigned &  v 
)

◆ operator^() [17/19]

SCFP const sc_unsigned operator^ ( uint64  u,
const sc_unsigned &  v 
)

◆ operator^() [18/19]

SCFP const sc_unsigned operator^ ( unsigned int  u,
const sc_unsigned &  v 
)

◆ operator^() [19/19]

SCFP const sc_unsigned operator^ ( unsigned long  u,
const sc_unsigned &  v 
)

◆ operator|() [1/19]

SCFP const sc_signed operator| ( const sc_int_base &  u,
const sc_unsigned &  v 
)

◆ operator|() [2/19]

SCFP const sc_signed operator| ( const sc_signed &  u,
const sc_unsigned &  v 
)

◆ operator|() [3/19]

SCFP const sc_unsigned operator| ( const sc_uint_base &  u,
const sc_unsigned &  v 
)

◆ operator|() [4/19]

SCFP const sc_signed operator| ( const sc_unsigned &  u,
const sc_int_base &  v 
)

◆ operator|() [5/19]

SCFP const sc_signed operator| ( const sc_unsigned &  u,
const sc_signed &  v 
)

◆ operator|() [6/19]

SCFP const sc_unsigned operator| ( const sc_unsigned &  u,
const sc_uint_base &  v 
)

◆ operator|() [7/19]

SCFP const sc_unsigned operator| ( const sc_unsigned &  u,
const sc_unsigned &  v 
)

◆ operator|() [8/19]

SCFP const sc_signed operator| ( const sc_unsigned &  u,
int  v 
)

◆ operator|() [9/19]

SCFP const sc_signed operator| ( const sc_unsigned &  u,
int64  v 
)

◆ operator|() [10/19]

SCFP const sc_signed operator| ( const sc_unsigned &  u,
long  v 
)

◆ operator|() [11/19]

SCFP const sc_unsigned operator| ( const sc_unsigned &  u,
uint64  v 
)

◆ operator|() [12/19]

SCFP const sc_unsigned operator| ( const sc_unsigned &  u,
unsigned int  v 
)

◆ operator|() [13/19]

SCFP const sc_unsigned operator| ( const sc_unsigned &  u,
unsigned long  v 
)

◆ operator|() [14/19]

SCFP const sc_signed operator| ( int  u,
const sc_unsigned &  v 
)

◆ operator|() [15/19]

SCFP const sc_signed operator| ( int64  u,
const sc_unsigned &  v 
)

◆ operator|() [16/19]

SCFP const sc_signed operator| ( long  u,
const sc_unsigned &  v 
)

◆ operator|() [17/19]

SCFP const sc_unsigned operator| ( uint64  u,
const sc_unsigned &  v 
)

◆ operator|() [18/19]

SCFP const sc_unsigned operator| ( unsigned int  u,
const sc_unsigned &  v 
)

◆ operator|() [19/19]

SCFP const sc_unsigned operator| ( unsigned long  u,
const sc_unsigned &  v 
)