PostgreSQL Source Code
git master
|
Data Fields | |
int128 | i128 |
INT128 | I128 |
union { | |
uint64 lo | |
int64 hi | |
} | hl |
Definition at line 35 of file testint128.c.
int64 test128::hi |
Definition at line 46 of file testint128.c.
Referenced by main().
union { ... } test128::hl |
Referenced by main().
int128 test128::i128 |
Definition at line 37 of file testint128.c.
Referenced by main().
INT128 test128::I128 |
Definition at line 38 of file testint128.c.
Referenced by main().
uint64 test128::lo |
Definition at line 45 of file testint128.c.
Referenced by main().