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

/osnet-11/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h101 int sigfound, spacefound = 0; variable
147 sigfound = 0; /* 0 = only zeros found so far */
155 sigfound = -1; /* -1 = no digits found yet */
174 sigfound = 1; /* 1 = significant digits found */
191 * accordingly, but don't set sigfound until we
212 sigfound = 1;
237 sigfound = 0; /* 0 = only zeros found so far */
260 sigfound = 1;
299 sigfound = 1;
388 sigfound
[all...]
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dwstod.c192 int sigfound; local
233 sigfound = -1; /* -1 = no digits found yet */
243 sigfound = 1; /* 1 = significant digits found */
251 * accordingly, but don't set sigfound until we
272 sigfound = 1;
296 sigfound = 0; /* 0 = only zeros found so far */
395 sigfound = 1;
464 if (sigfound < 1) {
467 sigfound = 1;
515 if (sigfound
[all...]

Completed in 60 milliseconds