Searched refs:TBLSIZE (Results 1 – 2 of 2) sorted by relevance
36 #define TBLSIZE (1 << TBLBITS) macro40 redux = 0x1.8p23f / TBLSIZE,48 static const double exp2ft[TBLSIZE] = {122 i0 += TBLSIZE / 2; in exp2f()124 i0 &= TBLSIZE - 1; in exp2f()
36 #define TBLSIZE (1 << TBLBITS) macro40 redux = 0x1.8p52 / TBLSIZE,49 static const double tbl[TBLSIZE * 2] = {369 i0 += TBLSIZE / 2; in exp2()371 i0 = (i0 & (TBLSIZE - 1)) << 1; in exp2()