DSPLIB User Guide
DSPLIB_int128_t Class Reference

Detailed Description

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
 

Constructor & Destructor Documentation

◆ DSPLIB_int128_t() [1/3]

DSPLIB_int128_t::DSPLIB_int128_t ( int64_t  h,
int64_t  l 
)
inline

Definition at line 90 of file DSPLIB_utility.h.

◆ DSPLIB_int128_t() [2/3]

DSPLIB_int128_t::DSPLIB_int128_t ( int64_t  l)
inline

Definition at line 97 of file DSPLIB_utility.h.

◆ DSPLIB_int128_t() [3/3]

DSPLIB_int128_t::DSPLIB_int128_t ( )
inline

Definition at line 106 of file DSPLIB_utility.h.

Member Function Documentation

◆ operator+()

DSPLIB_int128_t DSPLIB_int128_t::operator+ ( const DSPLIB_int128_t ) const

◆ operator>>()

DSPLIB_int128_t DSPLIB_int128_t::operator>> ( const int8_t &  ) const

Field Documentation

◆ hi

int64_t DSPLIB_int128_t::hi

Definition at line 79 of file DSPLIB_utility.h.

◆ lo

int64_t DSPLIB_int128_t::lo

Definition at line 80 of file DSPLIB_utility.h.