Searched refs:tablepower (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/fp/
H A D__x_power.c240 int tablepower[3], length[3]; local
278 tablepower[0] = n;
279 tablepower[1] = tablepower[2] = 0;
282 tablepower[0] = n % __TBL_2_SMALL_SIZE;
283 tablepower[1] = n / __TBL_2_SMALL_SIZE;
284 tablepower[2] = 0;
288 tablepower[0] = n % __TBL_2_SMALL_SIZE;
290 tablepower[1] = n % __TBL_2_BIG_SIZE;
291 tablepower[
[all...]

Completed in 21 milliseconds