Home
last modified time | relevance | path

Searched refs:NZDIGIT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h92 #define NZDIGIT(c) (('1' <= c && c <= '9') || ((int)form < 0 && \ macro
207 if (NZDIGIT(current)) {
364 if (NZDIGIT(current)) {
396 nfast < nfastlimit && NZDIGIT(current);
485 if (NZDIGIT(current)) {
526 nfast < nfastlimit && NZDIGIT(current);
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c166 #define NZDIGIT(c) ((L'1' <= c && c <= L'9') || (form < 0 && \ macro
267 if (NZDIGIT(current)) { in wstring_to_decimal()
371 if (NZDIGIT(current)) { in wstring_to_decimal()
403 nfast < nfastlimit && NZDIGIT(current); in wstring_to_decimal()
459 if (NZDIGIT(current)) { in wstring_to_decimal()
496 nfast < nfastlimit && NZDIGIT(current); in wstring_to_decimal()