SystemC 3.0.0
Accellera SystemC proof-of-concept library
|
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) |
SCFP bool operator!= | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator!= | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator!= | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator!= | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
SCFP bool operator!= | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
SCFP bool operator!= | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
SCFP bool operator!= | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator!= | ( | const sc_unsigned & | u, |
int | v | ||
) |
SCFP bool operator!= | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
SCFP bool operator!= | ( | const sc_unsigned & | u, |
long | v | ||
) |
SCFP bool operator!= | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
SCFP bool operator!= | ( | const sc_unsigned & | u, |
unsigned int | v | ||
) |
SCFP bool operator!= | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
SCFP bool operator!= | ( | int | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator!= | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator!= | ( | long | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator!= | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator!= | ( | unsigned int | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator!= | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator% | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator% | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator% | ( | const sc_uint_base & | 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, |
const sc_signed & | v | ||
) |
SCFP const sc_unsigned operator% | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
SCFP const sc_unsigned operator% | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator% | ( | const sc_unsigned & | u, |
int | v | ||
) |
SCFP const sc_signed operator% | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
SCFP const sc_signed operator% | ( | const sc_unsigned & | u, |
long | v | ||
) |
SCFP const sc_unsigned operator% | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
SCFP const sc_unsigned operator% | ( | const sc_unsigned & | u, |
unsigned int | v | ||
) |
SCFP const sc_unsigned operator% | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
SCFP const sc_signed operator% | ( | int | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator% | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator% | ( | long | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator% | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator% | ( | unsigned int | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator% | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator& | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator& | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator& | ( | const sc_uint_base & | 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, |
const sc_signed & | v | ||
) |
SCFP const sc_unsigned operator& | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
SCFP const sc_unsigned operator& | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator& | ( | const sc_unsigned & | u, |
int | v | ||
) |
SCFP const sc_signed operator& | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
SCFP const sc_signed operator& | ( | const sc_unsigned & | u, |
long | v | ||
) |
SCFP const sc_unsigned operator& | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
SCFP const sc_unsigned operator& | ( | const sc_unsigned & | u, |
unsigned int | v | ||
) |
SCFP const sc_unsigned operator& | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
SCFP const sc_signed operator& | ( | int | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator& | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator& | ( | long | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator& | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator& | ( | unsigned int | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator& | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator* | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator* | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator* | ( | const sc_uint_base & | 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, |
const sc_signed & | v | ||
) |
SCFP const sc_unsigned operator* | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
SCFP const sc_unsigned operator* | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator* | ( | const sc_unsigned & | u, |
int | v | ||
) |
SCFP const sc_signed operator* | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
SCFP const sc_signed operator* | ( | const sc_unsigned & | u, |
long | v | ||
) |
SCFP const sc_unsigned operator* | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
SCFP const sc_unsigned operator* | ( | const sc_unsigned & | u, |
unsigned int | v | ||
) |
SCFP const sc_unsigned operator* | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
SCFP const sc_signed operator* | ( | int | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator* | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator* | ( | long | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator* | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator* | ( | unsigned int | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator* | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator+ | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator+ | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator+ | ( | const sc_uint_base & | 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, |
const sc_signed & | v | ||
) |
SCFP const sc_unsigned operator+ | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
SCFP const sc_unsigned operator+ | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator+ | ( | const sc_unsigned & | u, |
int | v | ||
) |
SCFP const sc_signed operator+ | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
SCFP const sc_signed operator+ | ( | const sc_unsigned & | u, |
long | v | ||
) |
SCFP const sc_unsigned operator+ | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
SCFP const sc_unsigned operator+ | ( | const sc_unsigned & | u, |
unsigned int | v | ||
) |
SCFP const sc_unsigned operator+ | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
SCFP const sc_signed operator+ | ( | int | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator+ | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator+ | ( | long | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator+ | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator+ | ( | unsigned int | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator+ | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator- | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator- | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator- | ( | const sc_uint_base & | 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, |
const sc_signed & | v | ||
) |
SCFP const sc_signed operator- | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
SCFP const sc_signed operator- | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator- | ( | const sc_unsigned & | u, |
int | v | ||
) |
SCFP const sc_signed operator- | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
SCFP const sc_signed operator- | ( | const sc_unsigned & | u, |
long | v | ||
) |
SCFP const sc_signed operator- | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
SCFP const sc_signed operator- | ( | const sc_unsigned & | u, |
unsigned int | v | ||
) |
SCFP const sc_signed operator- | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
SCFP const sc_signed operator- | ( | int | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator- | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator- | ( | long | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator- | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator- | ( | unsigned int | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator- | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator/ | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator/ | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator/ | ( | const sc_uint_base & | 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, |
const sc_signed & | v | ||
) |
SCFP const sc_unsigned operator/ | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
SCFP const sc_unsigned operator/ | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator/ | ( | const sc_unsigned & | u, |
int | v | ||
) |
SCFP const sc_signed operator/ | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
SCFP const sc_signed operator/ | ( | const sc_unsigned & | u, |
long | v | ||
) |
SCFP const sc_unsigned operator/ | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
SCFP const sc_unsigned operator/ | ( | const sc_unsigned & | u, |
unsigned int | v | ||
) |
SCFP const sc_unsigned operator/ | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
SCFP const sc_signed operator/ | ( | int | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator/ | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator/ | ( | long | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator/ | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator/ | ( | unsigned int | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator/ | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator< | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator< | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator< | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator< | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
SCFP bool operator< | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
SCFP bool operator< | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
SCFP bool operator< | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator< | ( | const sc_unsigned & | u, |
int | v | ||
) |
SCFP bool operator< | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
SCFP bool operator< | ( | const sc_unsigned & | u, |
long | v | ||
) |
SCFP bool operator< | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
SCFP bool operator< | ( | const sc_unsigned & | u, |
unsigned int | v | ||
) |
SCFP bool operator< | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
SCFP bool operator< | ( | int | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator< | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator< | ( | long | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator< | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator< | ( | unsigned int | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator< | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator<= | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator<= | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator<= | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator<= | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
SCFP bool operator<= | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
SCFP bool operator<= | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
SCFP bool operator<= | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator<= | ( | const sc_unsigned & | u, |
int | v | ||
) |
SCFP bool operator<= | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
SCFP bool operator<= | ( | const sc_unsigned & | u, |
long | v | ||
) |
SCFP bool operator<= | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
SCFP bool operator<= | ( | const sc_unsigned & | u, |
unsigned int | v | ||
) |
SCFP bool operator<= | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
SCFP bool operator<= | ( | int | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator<= | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator<= | ( | long | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator<= | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator<= | ( | unsigned int | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator<= | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator== | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator== | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator== | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator== | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
SCFP bool operator== | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
SCFP bool operator== | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
SCFP bool operator== | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator== | ( | const sc_unsigned & | u, |
int | v | ||
) |
SCFP bool operator== | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
SCFP bool operator== | ( | const sc_unsigned & | u, |
long | v | ||
) |
SCFP bool operator== | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
SCFP bool operator== | ( | const sc_unsigned & | u, |
unsigned int | v | ||
) |
SCFP bool operator== | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
SCFP bool operator== | ( | int | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator== | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator== | ( | long | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator== | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator== | ( | unsigned int | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator== | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator> | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator> | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator> | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator> | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
SCFP bool operator> | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
SCFP bool operator> | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
SCFP bool operator> | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator> | ( | const sc_unsigned & | u, |
int | v | ||
) |
SCFP bool operator> | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
SCFP bool operator> | ( | const sc_unsigned & | u, |
long | v | ||
) |
SCFP bool operator> | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
SCFP bool operator> | ( | const sc_unsigned & | u, |
unsigned int | v | ||
) |
SCFP bool operator> | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
SCFP bool operator> | ( | int | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator> | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator> | ( | long | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator> | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator> | ( | unsigned int | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator> | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator>= | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator>= | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator>= | ( | const sc_uint_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator>= | ( | const sc_unsigned & | u, |
const sc_int_base & | v | ||
) |
SCFP bool operator>= | ( | const sc_unsigned & | u, |
const sc_signed & | v | ||
) |
SCFP bool operator>= | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
SCFP bool operator>= | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator>= | ( | const sc_unsigned & | u, |
int | v | ||
) |
SCFP bool operator>= | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
SCFP bool operator>= | ( | const sc_unsigned & | u, |
long | v | ||
) |
SCFP bool operator>= | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
SCFP bool operator>= | ( | const sc_unsigned & | u, |
unsigned int | v | ||
) |
SCFP bool operator>= | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
SCFP bool operator>= | ( | int | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator>= | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator>= | ( | long | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator>= | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator>= | ( | unsigned int | u, |
const sc_unsigned & | v | ||
) |
SCFP bool operator>= | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator^ | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator^ | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator^ | ( | const sc_uint_base & | 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, |
const sc_signed & | v | ||
) |
SCFP const sc_unsigned operator^ | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
SCFP const sc_unsigned operator^ | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator^ | ( | const sc_unsigned & | u, |
int | v | ||
) |
SCFP const sc_signed operator^ | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
SCFP const sc_signed operator^ | ( | const sc_unsigned & | u, |
long | v | ||
) |
SCFP const sc_unsigned operator^ | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
SCFP const sc_unsigned operator^ | ( | const sc_unsigned & | u, |
unsigned int | v | ||
) |
SCFP const sc_unsigned operator^ | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
SCFP const sc_signed operator^ | ( | int | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator^ | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator^ | ( | long | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator^ | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator^ | ( | unsigned int | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator^ | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator| | ( | const sc_int_base & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator| | ( | const sc_signed & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator| | ( | const sc_uint_base & | 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, |
const sc_signed & | v | ||
) |
SCFP const sc_unsigned operator| | ( | const sc_unsigned & | u, |
const sc_uint_base & | v | ||
) |
SCFP const sc_unsigned operator| | ( | const sc_unsigned & | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator| | ( | const sc_unsigned & | u, |
int | v | ||
) |
SCFP const sc_signed operator| | ( | const sc_unsigned & | u, |
int64 | v | ||
) |
SCFP const sc_signed operator| | ( | const sc_unsigned & | u, |
long | v | ||
) |
SCFP const sc_unsigned operator| | ( | const sc_unsigned & | u, |
uint64 | v | ||
) |
SCFP const sc_unsigned operator| | ( | const sc_unsigned & | u, |
unsigned int | v | ||
) |
SCFP const sc_unsigned operator| | ( | const sc_unsigned & | u, |
unsigned long | v | ||
) |
SCFP const sc_signed operator| | ( | int | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator| | ( | int64 | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_signed operator| | ( | long | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator| | ( | uint64 | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator| | ( | unsigned int | u, |
const sc_unsigned & | v | ||
) |
SCFP const sc_unsigned operator| | ( | unsigned long | u, |
const sc_unsigned & | v | ||
) |