UQ
typedef union UQ {__float128 x; unsigned int u[4]; } UQ;
typedef union UQ {long double x; unsigned int u[4]; } Ux;