MAX_EXP_ENC
if (pos + 1 + MAX_EXP_ENC > bufend)
if (exponent < 0x40 - MAX_EXP_ENC && -exponent < 0x40 - MAX_EXP_ENC) {
t = c + 0x40 - MAX_EXP_ENC;