TLFloat
|
#include <tlfloat/tlfloat.h>
Public Attributes | |
uint64_t | e [1<< 1] |
tlfloat_int128_t_ and tlfloat_uint128_t_ are types for handling 128-bit integer numbers in C. The data size and data structure of these types are the same as ordinary integer types. These are POD types that can be safely passed with C ABI. If the compiler supports __int128_t and __uint128_t, these type are aliases for those types.
uint64_t tlfloat_int128_t_::e[1<< 1] |