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

Function Documentation

◆ operator!=() [1/27]

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

◆ operator!=() [2/27]

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

◆ operator!=() [3/27]

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

◆ operator!=() [4/27]

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

◆ operator!=() [5/27]

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

◆ operator!=() [6/27]

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

◆ operator!=() [7/27]

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

◆ operator!=() [8/27]

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

◆ operator!=() [9/27]

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

◆ operator!=() [10/27]

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

◆ operator!=() [11/27]

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

◆ operator!=() [12/27]

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

◆ operator!=() [13/27]

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

◆ operator!=() [14/27]

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

◆ operator!=() [15/27]

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

◆ operator!=() [16/27]

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

◆ operator!=() [17/27]

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

◆ operator!=() [18/27]

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

◆ operator!=() [19/27]

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

◆ operator!=() [20/27]

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

◆ operator!=() [21/27]

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

◆ operator!=() [22/27]

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

◆ operator!=() [23/27]

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

◆ operator!=() [24/27]

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

◆ operator!=() [25/27]

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

◆ operator!=() [26/27]

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

◆ operator!=() [27/27]

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

◆ operator%() [1/27]

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

◆ operator%() [2/27]

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

◆ operator%() [3/27]

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

◆ operator%() [4/27]

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

◆ operator%() [5/27]

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

◆ operator%() [6/27]

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

◆ operator%() [7/27]

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

◆ operator%() [8/27]

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

◆ operator%() [9/27]

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

◆ operator%() [10/27]

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

◆ operator%() [11/27]

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

◆ operator%() [12/27]

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

◆ operator%() [13/27]

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

◆ operator%() [14/27]

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

◆ operator%() [15/27]

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

◆ operator%() [16/27]

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

◆ operator%() [17/27]

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

◆ operator%() [18/27]

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

◆ operator%() [19/27]

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

◆ operator%() [20/27]

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

◆ operator%() [21/27]

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

◆ operator%() [22/27]

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

◆ operator%() [23/27]

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

◆ operator%() [24/27]

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

◆ operator%() [25/27]

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

◆ operator%() [26/27]

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

◆ operator%() [27/27]

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

◆ operator&() [1/27]

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

◆ operator&() [2/27]

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

◆ operator&() [3/27]

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

◆ operator&() [4/27]

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

◆ operator&() [5/27]

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

◆ operator&() [6/27]

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

◆ operator&() [7/27]

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

◆ operator&() [8/27]

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

◆ operator&() [9/27]

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

◆ operator&() [10/27]

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

◆ operator&() [11/27]

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

◆ operator&() [12/27]

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

◆ operator&() [13/27]

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

◆ operator&() [14/27]

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

◆ operator&() [15/27]

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

◆ operator&() [16/27]

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

◆ operator&() [17/27]

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

◆ operator&() [18/27]

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

◆ operator&() [19/27]

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

◆ operator&() [20/27]

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

◆ operator&() [21/27]

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

◆ operator&() [22/27]

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

◆ operator&() [23/27]

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

◆ operator&() [24/27]

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

◆ operator&() [25/27]

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

◆ operator&() [26/27]

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

◆ operator&() [27/27]

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

◆ operator*() [1/27]

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

◆ operator*() [2/27]

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

◆ operator*() [3/27]

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

◆ operator*() [4/27]

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

◆ operator*() [5/27]

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

◆ operator*() [6/27]

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

◆ operator*() [7/27]

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

◆ operator*() [8/27]

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

◆ operator*() [9/27]

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

◆ operator*() [10/27]

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

◆ operator*() [11/27]

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

◆ operator*() [12/27]

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

◆ operator*() [13/27]

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

◆ operator*() [14/27]

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

◆ operator*() [15/27]

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

◆ operator*() [16/27]

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

◆ operator*() [17/27]

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

◆ operator*() [18/27]

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

◆ operator*() [19/27]

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

◆ operator*() [20/27]

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

◆ operator*() [21/27]

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

◆ operator*() [22/27]

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

◆ operator*() [23/27]

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

◆ operator*() [24/27]

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

◆ operator*() [25/27]

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

◆ operator*() [26/27]

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

◆ operator*() [27/27]

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

◆ operator+() [1/27]

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

◆ operator+() [2/27]

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

◆ operator+() [3/27]

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

◆ operator+() [4/27]

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

◆ operator+() [5/27]

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

◆ operator+() [6/27]

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

◆ operator+() [7/27]

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

◆ operator+() [8/27]

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

◆ operator+() [9/27]

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

◆ operator+() [10/27]

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

◆ operator+() [11/27]

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

◆ operator+() [12/27]

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

◆ operator+() [13/27]

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

◆ operator+() [14/27]

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

◆ operator+() [15/27]

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

◆ operator+() [16/27]

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

◆ operator+() [17/27]

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

◆ operator+() [18/27]

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

◆ operator+() [19/27]

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

◆ operator+() [20/27]

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

◆ operator+() [21/27]

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

◆ operator+() [22/27]

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

◆ operator+() [23/27]

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

◆ operator+() [24/27]

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

◆ operator+() [25/27]

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

◆ operator+() [26/27]

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

◆ operator+() [27/27]

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

◆ operator-() [1/36]

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

◆ operator-() [2/36]

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

◆ operator-() [3/36]

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

◆ operator-() [4/36]

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

◆ operator-() [5/36]

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

◆ operator-() [6/36]

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

◆ operator-() [7/36]

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

◆ operator-() [8/36]

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

◆ operator-() [9/36]

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

◆ operator-() [10/36]

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

◆ operator-() [11/36]

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

◆ operator-() [12/36]

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

◆ operator-() [13/36]

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

◆ operator-() [14/36]

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

◆ operator-() [15/36]

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

◆ operator-() [16/36]

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

◆ operator-() [17/36]

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

◆ operator-() [18/36]

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

◆ operator-() [19/36]

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

◆ operator-() [20/36]

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

◆ operator-() [21/36]

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

◆ operator-() [22/36]

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

◆ operator-() [23/36]

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

◆ operator-() [24/36]

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

◆ operator-() [25/36]

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

◆ operator-() [26/36]

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

◆ operator-() [27/36]

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

◆ operator-() [28/36]

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

◆ operator-() [29/36]

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

◆ operator-() [30/36]

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

◆ operator-() [31/36]

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

◆ operator-() [32/36]

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

◆ operator-() [33/36]

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

◆ operator-() [34/36]

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

◆ operator-() [35/36]

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

◆ operator-() [36/36]

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

◆ operator/() [1/27]

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

◆ operator/() [2/27]

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

◆ operator/() [3/27]

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

◆ operator/() [4/27]

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

◆ operator/() [5/27]

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

◆ operator/() [6/27]

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

◆ operator/() [7/27]

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

◆ operator/() [8/27]

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

◆ operator/() [9/27]

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

◆ operator/() [10/27]

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

◆ operator/() [11/27]

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

◆ operator/() [12/27]

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

◆ operator/() [13/27]

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

◆ operator/() [14/27]

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

◆ operator/() [15/27]

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

◆ operator/() [16/27]

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

◆ operator/() [17/27]

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

◆ operator/() [18/27]

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

◆ operator/() [19/27]

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

◆ operator/() [20/27]

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

◆ operator/() [21/27]

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

◆ operator/() [22/27]

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

◆ operator/() [23/27]

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

◆ operator/() [24/27]

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

◆ operator/() [25/27]

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

◆ operator/() [26/27]

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

◆ operator/() [27/27]

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

◆ operator<() [1/27]

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

◆ operator<() [2/27]

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

◆ operator<() [3/27]

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

◆ operator<() [4/27]

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

◆ operator<() [5/27]

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

◆ operator<() [6/27]

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

◆ operator<() [7/27]

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

◆ operator<() [8/27]

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

◆ operator<() [9/27]

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

◆ operator<() [10/27]

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

◆ operator<() [11/27]

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

◆ operator<() [12/27]

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

◆ operator<() [13/27]

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

◆ operator<() [14/27]

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

◆ operator<() [15/27]

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

◆ operator<() [16/27]

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

◆ operator<() [17/27]

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

◆ operator<() [18/27]

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

◆ operator<() [19/27]

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

◆ operator<() [20/27]

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

◆ operator<() [21/27]

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

◆ operator<() [22/27]

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

◆ operator<() [23/27]

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

◆ operator<() [24/27]

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

◆ operator<() [25/27]

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

◆ operator<() [26/27]

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

◆ operator<() [27/27]

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

◆ operator<=() [1/27]

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

◆ operator<=() [2/27]

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

◆ operator<=() [3/27]

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

◆ operator<=() [4/27]

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

◆ operator<=() [5/27]

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

◆ operator<=() [6/27]

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

◆ operator<=() [7/27]

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

◆ operator<=() [8/27]

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

◆ operator<=() [9/27]

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

◆ operator<=() [10/27]

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

◆ operator<=() [11/27]

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

◆ operator<=() [12/27]

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

◆ operator<=() [13/27]

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

◆ operator<=() [14/27]

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

◆ operator<=() [15/27]

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

◆ operator<=() [16/27]

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

◆ operator<=() [17/27]

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

◆ operator<=() [18/27]

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

◆ operator<=() [19/27]

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

◆ operator<=() [20/27]

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

◆ operator<=() [21/27]

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

◆ operator<=() [22/27]

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

◆ operator<=() [23/27]

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

◆ operator<=() [24/27]

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

◆ operator<=() [25/27]

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

◆ operator<=() [26/27]

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

◆ operator<=() [27/27]

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

◆ operator==() [1/27]

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

◆ operator==() [2/27]

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

◆ operator==() [3/27]

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

◆ operator==() [4/27]

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

◆ operator==() [5/27]

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

◆ operator==() [6/27]

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

◆ operator==() [7/27]

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

◆ operator==() [8/27]

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

◆ operator==() [9/27]

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

◆ operator==() [10/27]

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

◆ operator==() [11/27]

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

◆ operator==() [12/27]

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

◆ operator==() [13/27]

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

◆ operator==() [14/27]

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

◆ operator==() [15/27]

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

◆ operator==() [16/27]

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

◆ operator==() [17/27]

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

◆ operator==() [18/27]

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

◆ operator==() [19/27]

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

◆ operator==() [20/27]

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

◆ operator==() [21/27]

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

◆ operator==() [22/27]

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

◆ operator==() [23/27]

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

◆ operator==() [24/27]

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

◆ operator==() [25/27]

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

◆ operator==() [26/27]

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

◆ operator==() [27/27]

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

◆ operator>() [1/27]

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

◆ operator>() [2/27]

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

◆ operator>() [3/27]

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

◆ operator>() [4/27]

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

◆ operator>() [5/27]

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

◆ operator>() [6/27]

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

◆ operator>() [7/27]

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

◆ operator>() [8/27]

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

◆ operator>() [9/27]

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

◆ operator>() [10/27]

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

◆ operator>() [11/27]

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

◆ operator>() [12/27]

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

◆ operator>() [13/27]

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

◆ operator>() [14/27]

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

◆ operator>() [15/27]

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

◆ operator>() [16/27]

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

◆ operator>() [17/27]

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

◆ operator>() [18/27]

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

◆ operator>() [19/27]

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

◆ operator>() [20/27]

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

◆ operator>() [21/27]

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

◆ operator>() [22/27]

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

◆ operator>() [23/27]

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

◆ operator>() [24/27]

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

◆ operator>() [25/27]

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

◆ operator>() [26/27]

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

◆ operator>() [27/27]

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

◆ operator>=() [1/27]

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

◆ operator>=() [2/27]

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

◆ operator>=() [3/27]

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

◆ operator>=() [4/27]

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

◆ operator>=() [5/27]

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

◆ operator>=() [6/27]

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

◆ operator>=() [7/27]

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

◆ operator>=() [8/27]

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

◆ operator>=() [9/27]

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

◆ operator>=() [10/27]

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

◆ operator>=() [11/27]

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

◆ operator>=() [12/27]

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

◆ operator>=() [13/27]

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

◆ operator>=() [14/27]

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

◆ operator>=() [15/27]

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

◆ operator>=() [16/27]

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

◆ operator>=() [17/27]

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

◆ operator>=() [18/27]

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

◆ operator>=() [19/27]

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

◆ operator>=() [20/27]

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

◆ operator>=() [21/27]

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

◆ operator>=() [22/27]

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

◆ operator>=() [23/27]

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

◆ operator>=() [24/27]

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

◆ operator>=() [25/27]

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

◆ operator>=() [26/27]

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

◆ operator>=() [27/27]

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

◆ operator^() [1/27]

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

◆ operator^() [2/27]

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

◆ operator^() [3/27]

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

◆ operator^() [4/27]

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

◆ operator^() [5/27]

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

◆ operator^() [6/27]

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

◆ operator^() [7/27]

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

◆ operator^() [8/27]

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

◆ operator^() [9/27]

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

◆ operator^() [10/27]

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

◆ operator^() [11/27]

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

◆ operator^() [12/27]

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

◆ operator^() [13/27]

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

◆ operator^() [14/27]

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

◆ operator^() [15/27]

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

◆ operator^() [16/27]

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

◆ operator^() [17/27]

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

◆ operator^() [18/27]

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

◆ operator^() [19/27]

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

◆ operator^() [20/27]

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

◆ operator^() [21/27]

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

◆ operator^() [22/27]

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

◆ operator^() [23/27]

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

◆ operator^() [24/27]

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

◆ operator^() [25/27]

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

◆ operator^() [26/27]

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

◆ operator^() [27/27]

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

◆ operator|() [1/27]

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

◆ operator|() [2/27]

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

◆ operator|() [3/27]

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

◆ operator|() [4/27]

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

◆ operator|() [5/27]

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

◆ operator|() [6/27]

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

◆ operator|() [7/27]

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

◆ operator|() [8/27]

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

◆ operator|() [9/27]

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

◆ operator|() [10/27]

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

◆ operator|() [11/27]

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

◆ operator|() [12/27]

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

◆ operator|() [13/27]

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

◆ operator|() [14/27]

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

◆ operator|() [15/27]

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

◆ operator|() [16/27]

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

◆ operator|() [17/27]

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

◆ operator|() [18/27]

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

◆ operator|() [19/27]

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

◆ operator|() [20/27]

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

◆ operator|() [21/27]

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

◆ operator|() [22/27]

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

◆ operator|() [23/27]

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

◆ operator|() [24/27]

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

◆ operator|() [25/27]

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

◆ operator|() [26/27]

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

◆ operator|() [27/27]

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