Searched refs:sigfound (Results 1 – 2 of 2) sorted by relevance
99 int sigfound, spacefound = 0; variable145 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 …]
190 int sigfound; in wstring_to_decimal() local231 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 …]