Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dchar_to_decimal.h37 int sigfound; variable
84 sigfound = -1; /* -1 = no digits found yet. */
89 sigfound = 1; /* 1 = significant digits found. */
107 sigfound = 0; /* 0 = only zeros found yet. */
144 sigfound = iagree;
170 sigfound = 1;
177 sigfound = 1;
231 sigfound = 1;
286 if (sigfound == -1) /* exp following no digits?
289 if (sigfound > 0)
[all …]
/titanic_44/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 */
212 sigfound = 1;
237 sigfound = 0; /* 0 = only zeros found so far */
260 sigfound = 1;
299 sigfound = 1;
388 sigfound = 1;
494 if (sigfound < 1) {
[all …]
/titanic_44/usr/src/lib/libc/port/i18n/
H A Dwstod.c192 int sigfound; in wstring_to_decimal() local
233 sigfound = -1; /* -1 = no digits found yet */ in wstring_to_decimal()
243 sigfound = 1; /* 1 = significant digits found */ in wstring_to_decimal()
272 sigfound = 1; in wstring_to_decimal()
296 sigfound = 0; /* 0 = only zeros found so far */ in wstring_to_decimal()
395 sigfound = 1; in wstring_to_decimal()
464 if (sigfound < 1) { in wstring_to_decimal()
467 sigfound = 1; in wstring_to_decimal()
515 if (sigfound == -1) { in wstring_to_decimal()
517 sigfound = 0; in wstring_to_decimal()
[all …]