Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Ddouble_decim.c342 int i, intdigs, fracdigs, fraczeros, fracsigs, ids, idsbound, lzbound; in _unpacked_to_decimal() local
408 intdigs = intsigs + intzeros; in _unpacked_to_decimal()
411 ((pm->df == floating_form) && ((pm->ndigits + 1) > intdigs))) { /* Need to compute in _unpacked_to_decimal()
415 nsig = pm->ndigits + 2 - intdigs; /* Add two for rounding, in _unpacked_to_decimal()
446 pd->exponent = intdigs - ids; in _unpacked_to_decimal()
447 if (ids < intdigs) { /* Gather rounding info. */ in _unpacked_to_decimal()
530 if ((intdigs + pm->ndigits) >= DECIMAL_STRING_LENGTH) in _unpacked_to_decimal()
534 for (; ids < intdigs; ids++) in _unpacked_to_decimal()
554 pd->exponent = intdigs - ids; in _unpacked_to_decimal()
576 if (intdigs >= DECIMAL_STRING_LENGTH) in _unpacked_to_decimal()
[all …]