Depending on the desired operation, we view a ‘long long’ (aka quad_t) in one or more of the following formats. More...
Depending on the desired operation, we view a ‘long long’ (aka quad_t) in one or more of the following formats.
#include <quad.h>
Data Fields | |
quad_t | q |
as a (signed) quad | |
u_quad_t | uq |
as an unsigned quad | |
int | sl [2] |
as two signed ints | |
u_int | ul [2] |
as two unsigned ints | |