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

/osnet-11/usr/src/lib/libc/port/fp/
H A Ddecimal_bin.c151 int ids, i, ix, exp, ndigs; local
157 ndigs = pd->ndigits;
161 while (ndigs > 0 && ds[ndigs - 1] == '0') {
163 ndigs--;
165 if (ndigs < 1) {
174 d.blength = (ndigs + 3) >> 2;
176 ids = ndigs - (d.blength << 2);
210 i = exp + ndigs - 1;

Completed in 16 milliseconds