Searched refs:sigfound (Results 1 – 3 of 3) sorted by relevance
37 int sigfound; variable84 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 …]
101 int sigfound, spacefound = 0; variable147 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 …]
192 int sigfound; in wstring_to_decimal() local233 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 …]