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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Ddouble_decim.c574 int roundpos = -pm->ndigits; local
578 if (roundpos >= DECIMAL_STRING_LENGTH)
580 if (intdigs <= roundpos) { /* Not enough integer
582 if (intdigs == roundpos) {
597 for (ids = 0; ids < (intsigs - roundpos); ids++)
599 for (ids = 0; ids < (intdigs - roundpos); ids++)
603 int ncopy = intsigs - roundpos;
611 int ncopy = intdigs - roundpos - ids ;
631 for (i = pd->ndigits; i < (pd->ndigits + roundpos); i++)

Completed in 43 milliseconds