DECSINGLE_Bytes 50 src/decNumber/decSingle.h uint8_t bytes[DECSINGLE_Bytes]; /* fields: 1, 5, 6, 20 bits */ DECSINGLE_Bytes 51 src/decNumber/decSingle.h uint16_t shorts[DECSINGLE_Bytes/2]; DECSINGLE_Bytes 52 src/decNumber/decSingle.h uint32_t words[DECSINGLE_Bytes/4];