Searched refs:TBLBITS (Results 1 – 4 of 4) sorted by relevance
34 #define TBLBITS 4 macro 35 #define TBLSIZE (1 << TBLBITS)123 k = (i0 >> TBLBITS) << 20; in exp2f()
34 #define TBLBITS 8 macro 35 #define TBLSIZE (1 << TBLBITS)370 k = (i0 >> TBLBITS) << 20; in exp2()
40 #define TBLBITS 7 macro41 #define TBLSIZE (1 << TBLBITS)260 k = (int)i0 >> TBLBITS; in exp2l()
35 #define TBLBITS 7 macro36 #define TBLSIZE (1 << TBLBITS)398 k = (int)i0 >> TBLBITS; in exp2l()