__TBL_2_BIG_SIZE
} else if (n < (__TBL_2_SMALL_SIZE * __TBL_2_BIG_SIZE)) {
} else if (n < (__TBL_2_SMALL_SIZE * __TBL_2_BIG_SIZE *
tablepower[1] = n % __TBL_2_BIG_SIZE;
tablepower[2] = n / __TBL_2_BIG_SIZE;