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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Ddouble_decim.c223 int tensig, tenpower; local
245 tensig = nfrac;
246 if (nsig > tensig)
247 tensig = nsig;
248 tensig = 1 + (((tensig + 2) * 217706) >> 16);
249 tensig = -tensig;
253 printf(" binary to decimal fraction nsig %d nfrac %d tenpower %d tensig %d \n", nsig, nfrac, tenpower, tensig);
[all...]

Completed in 55 milliseconds