Searched refs:nfast (Results 1 – 3 of 3) sorted by relevance
43 int nfast, nfastlimit; variable237 nfast = 0;240 pfast[nfast++] = CURRENT;243 while (('1' <= CURRENT) && (CURRENT <= '9') && (nfast < nfastlimit));244 ids += nfast;362 nfast = 0;365 pfast[nfast++] = CURRENT;368 while (('1' <= CURRENT) && (CURRENT <= '9') && (nfast < nfastlimit));372 ids += nfast;373 pd->exponent -= nfast;
107 int nfast, nfastlimit; variable397 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 << expshift;
198 int nfast, nfastlimit; in wstring_to_decimal() local404 for (nfast = 0, pfast = &(pd->ds[ids]); in wstring_to_decimal()405 nfast < nfastlimit && NZDIGIT(current); in wstring_to_decimal()406 nfast++) { in wstring_to_decimal()410 ids += nfast; in wstring_to_decimal()497 for (nfast = 0, pfast = &(pd->ds[ids]); in wstring_to_decimal()498 nfast < nfastlimit && NZDIGIT(current); in wstring_to_decimal()499 nfast++) { in wstring_to_decimal()503 ids += nfast; in wstring_to_decimal()504 pd->exponent -= nfast << expshift; in wstring_to_decimal()