Searched refs:__TBL_2_BIG_SIZE (Results 1 – 2 of 2) sorted by relevance
278 } else if (n < (__TBL_2_SMALL_SIZE * __TBL_2_BIG_SIZE)) { in __big_float_times_power()283 } else if (n < (__TBL_2_SMALL_SIZE * __TBL_2_BIG_SIZE * in __big_float_times_power()288 tablepower[1] = n % __TBL_2_BIG_SIZE; in __big_float_times_power()289 tablepower[2] = n / __TBL_2_BIG_SIZE; in __big_float_times_power()
284 #define __TBL_2_BIG_SIZE 16 macro