![]() |
DSPLIB User Guide
|
Definition at line 77 of file DSPLIB_utility.h.
Public Member Functions | |
| DSPLIB_int128_t (int64_t h, int64_t l) | |
| DSPLIB_int128_t (int64_t l) | |
| DSPLIB_int128_t () | |
| DSPLIB_int128_t | operator+ (const DSPLIB_int128_t &) const |
| DSPLIB_int128_t | operator>> (const int8_t &) const |
Data Fields | |
| int64_t | hi |
| int64_t | lo |
|
inline |
Definition at line 90 of file DSPLIB_utility.h.
|
inline |
Definition at line 97 of file DSPLIB_utility.h.
|
inline |
Definition at line 106 of file DSPLIB_utility.h.
| DSPLIB_int128_t DSPLIB_int128_t::operator+ | ( | const DSPLIB_int128_t & | ) | const |
| DSPLIB_int128_t DSPLIB_int128_t::operator>> | ( | const int8_t & | ) | const |
| int64_t DSPLIB_int128_t::hi |
Definition at line 79 of file DSPLIB_utility.h.
| int64_t DSPLIB_int128_t::lo |
Definition at line 80 of file DSPLIB_utility.h.