DECODE_LONG
#define DECODE_FLOAT(from, to) DECODE_LONG((to), (from))
#define ENCODE_LONG(from, to) DECODE_LONG((from), (to))