POWF_LOG2_TABLE_BITS
#define N (1 << POWF_LOG2_TABLE_BITS)
i = (tmp >> (23 - POWF_LOG2_TABLE_BITS)) % N;
} tab[1 << POWF_LOG2_TABLE_BITS];