Home
last modified time | relevance | path

Searched refs:__TBL_10_BIG_SIZE (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libc/port/fp/
H A D__x_power.c321 } 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()
/titanic_41/usr/src/lib/libc/inc/
H A Dbase_conversion.h277 #define __TBL_10_BIG_SIZE 16 macro