Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/fp/
H A D__x_power.c278 } 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()
/illumos-gate/usr/src/lib/libc/inc/
H A Dbase_conversion.h284 #define __TBL_2_BIG_SIZE 16 macro