TBLSIZE
static const float eps[TBLSIZE] = {
i0 = (u.bits.manl & 0xffffffff) + TBLSIZE / 2;
i0 = i0 & (TBLSIZE - 1);
redux = 0x1.8p112 / TBLSIZE;
static const long double tbl[TBLSIZE] = {
i0 = u.bits.manl + TBLSIZE / 2;
i0 = (i0 & (TBLSIZE - 1)) << 1;
redux = 0x1.8p63 / TBLSIZE,
static const double tbl[TBLSIZE * 2] = {
i0 += TBLSIZE / 2;
i0 = (i0 & (TBLSIZE - 1)) << 1;
redux = 0x1.8p52 / TBLSIZE,
static const double tbl[TBLSIZE * 2] = {
i0 += TBLSIZE / 2;
i0 &= TBLSIZE - 1;
redux = 0x1.8p23f / TBLSIZE,
static const double exp2ft[TBLSIZE] = {