Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Public Member Functions | |
int96 () | |
int96 (__int128_t t) | |
__int128_t | to_int128 () const |
int96 & | operator+= (const int96 &v) |
int96 & | operator*= (const int96 &v) |
int96 | operator/ (const int96 &v) const |
int96 | operator- () const |
Private Attributes | |
uint8_t | data [12] |
Definition at line 109 of file multiint-benchmark.cc.
|
inline |
Definition at line 111 of file multiint-benchmark.cc.
|
inline |
Definition at line 114 of file multiint-benchmark.cc.
Definition at line 134 of file multiint-benchmark.cc.
References to_int128().
Definition at line 126 of file multiint-benchmark.cc.
References to_int128().
|
inline |
Definition at line 149 of file multiint-benchmark.cc.
Definition at line 142 of file multiint-benchmark.cc.
References to_int128().
|
inline |
Definition at line 118 of file multiint-benchmark.cc.
Referenced by operator*=(), operator+=(), and operator/().
|
private |
Definition at line 155 of file multiint-benchmark.cc.