Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dchar_to_decimal.h43 int nfast, nfastlimit; variable
234 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids;
235 if ((0 < nfastlimit) && ('1' <= CURRENT) && (CURRENT <= '9')) { /* Special handling for
243 while (('1' <= CURRENT) && (CURRENT <= '9') && (nfast < nfastlimit));
359 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids;
360 if ((0 < nfastlimit) && ('1' <= CURRENT) && (CURRENT <= '9')) { /* Special handling for
368 while (('1' <= CURRENT) && (CURRENT <= '9') && (nfast < nfastlimit));
/titanic_41/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);
/titanic_41/usr/src/lib/libc/port/i18n/
H A Dwstod.c198 int nfast, nfastlimit; in wstring_to_decimal() local
403 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids; in wstring_to_decimal()
405 nfast < nfastlimit && NZDIGIT(current); in wstring_to_decimal()
496 nfastlimit = DECIMAL_STRING_LENGTH - 3 - ids; in wstring_to_decimal()
498 nfast < nfastlimit && NZDIGIT(current); in wstring_to_decimal()