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

/osnet-11/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h107 int nfast, nfastlimit; variable
397 for (nfast = 0, pfast = &(pd->ds[ids]);
398 nfast < nfastlimit && NZDIGIT(current);
399 nfast++) {
403 ids += nfast;
527 for (nfast = 0, pfast = &(pd->ds[ids]);
528 nfast < nfastlimit && NZDIGIT(current);
529 nfast++) {
533 ids += nfast;
534 pd->exponent -= nfast << expshif
[all...]
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dwstod.c198 int nfast, nfastlimit; local
404 for (nfast = 0, pfast = &(pd->ds[ids]);
405 nfast < nfastlimit && NZDIGIT(current);
406 nfast++) {
410 ids += nfast;
497 for (nfast = 0, pfast = &(pd->ds[ids]);
498 nfast < nfastlimit && NZDIGIT(current);
499 nfast++) {
503 ids += nfast;
504 pd->exponent -= nfast << expshif
[all...]

Completed in 43 milliseconds