MobilityDB 1.1
|
Go to the source code of this file.
Data Structures | |
struct | INT128 |
Macros | |
#define | INT64_AL32(i64) ((i64) & UINT64CONST(0xFFFFFFFF)) |
#define | INT64_AU32(i64) ((i64) >> 32) |
#define | USE_NATIVE_INT128 0 |
Functions | |
static void | int128_add_int64 (INT128 *i128, int64 v) |
static void | int128_add_int64_mul_int64 (INT128 *i128, int64 x, int64 y) |
static void | int128_add_uint64 (INT128 *i128, uint64 v) |
static int | int128_compare (INT128 x, INT128 y) |
static int64 | int128_to_int64 (INT128 val) |
static INT128 | int64_to_int128 (int64 v) |