Searched refs:__TBL_10_BIG_SIZE (Results 1 – 2 of 2) sorted by relevance
321 } else if (n < (__TBL_10_SMALL_SIZE * __TBL_10_BIG_SIZE)) { in __big_float_times_power()326 } else if (n < (__TBL_10_SMALL_SIZE * __TBL_10_BIG_SIZE * in __big_float_times_power()331 tablepower[1] = n % __TBL_10_BIG_SIZE; in __big_float_times_power()332 tablepower[2] = n / __TBL_10_BIG_SIZE; in __big_float_times_power()
277 #define __TBL_10_BIG_SIZE 16 macro