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