#include <sysc/datatypes/int/sc_vector_utils.h>
Definition at line 1269 of file sc_vector_utils.h.
◆ vector_mac()
sc_dt::vector_mac::vector_mac |
( |
| ) |
|
|
inline |
◆ add_product() [1/4]
void sc_dt::vector_mac::add_product |
( |
int |
left, |
|
|
int |
right |
|
) |
| |
|
inline |
◆ add_product() [2/4]
void sc_dt::vector_mac::add_product |
( |
int |
left, |
|
|
unsigned int |
right |
|
) |
| |
|
inline |
◆ add_product() [3/4]
void sc_dt::vector_mac::add_product |
( |
unsigned int |
left, |
|
|
int |
right |
|
) |
| |
|
inline |
◆ add_product() [4/4]
void sc_dt::vector_mac::add_product |
( |
unsigned int |
left, |
|
|
unsigned int |
right |
|
) |
| |
|
inline |
◆ dump()
void sc_dt::vector_mac::dump |
( |
| ) |
|
|
inline |
◆ low_bits()
sc_digit sc_dt::vector_mac::low_bits |
( |
| ) |
|
|
inline |
◆ shift_down()
sc_digit sc_dt::vector_mac::shift_down |
( |
| ) |
|
|
inline |
◆ m_high_bits
int64 sc_dt::vector_mac::m_high_bits |
|
protected |
◆ m_low_bits
uint64 sc_dt::vector_mac::m_low_bits |
|
protected |
The documentation for this class was generated from the following file: