Searched refs:nfastlimit (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
396 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids;
398 nfast < nfastlimit && NZDIGIT(current);
526 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids;
528 nfast < nfastlimit && NZDIGIT(current);
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dwstod.c198 int nfast, nfastlimit; local
403 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids;
405 nfast < nfastlimit && NZDIGIT(current);
496 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids;
498 nfast < nfastlimit && NZDIGIT(current);

Completed in 17 milliseconds