Preprocessor macro defined to describe if the double is represented on 64 bits.
#define __DOUBLE_IS_IEEE64__ 0 | 1
The compiler defines this macro to be 1 if the double is represented on 64 bits, 0 otherwise.