Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h99 int sigfound, spacefound = 0; variable
145 sigfound = 0; /* 0 = only zeros found so far */
153 sigfound = -1; /* -1 = no digits found yet */
172 sigfound = 1; /* 1 = significant digits found */
210 sigfound = 1;
235 sigfound = 0; /* 0 = only zeros found so far */
258 sigfound = 1;
297 sigfound = 1;
386 sigfound = 1;
492 if (sigfound < 1) {
[all …]
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c190 int sigfound; in wstring_to_decimal() local
231 sigfound = -1; /* -1 = no digits found yet */ in wstring_to_decimal()
241 sigfound = 1; /* 1 = significant digits found */ in wstring_to_decimal()
270 sigfound = 1; in wstring_to_decimal()
294 sigfound = 0; /* 0 = only zeros found so far */ in wstring_to_decimal()
393 sigfound = 1; in wstring_to_decimal()
462 if (sigfound < 1) { in wstring_to_decimal()
465 sigfound = 1; in wstring_to_decimal()
513 if (sigfound == -1) { in wstring_to_decimal()
515 sigfound = 0; in wstring_to_decimal()
[all …]