Searched refs:ndigs (Results 1 – 3 of 3) sorted by relevance
149 int ids, i, ix, exp, ndigs; in __decimal_to_unpacked() local155 ndigs = pd->ndigits; in __decimal_to_unpacked()159 while (ndigs > 0 && ds[ndigs - 1] == '0') { in __decimal_to_unpacked()161 ndigs--; in __decimal_to_unpacked()163 if (ndigs < 1) { in __decimal_to_unpacked()172 d.blength = (ndigs + 3) >> 2; in __decimal_to_unpacked()174 ids = ndigs - (d.blength << 2); in __decimal_to_unpacked()208 i = exp + ndigs - 1; in __decimal_to_unpacked()
206 int ndigs = 0; in collect_string_escape() local212 while (ndigs < 4) { in collect_string_escape()213 if ((digs[ndigs++] = popchar(s)) == '\0') { in collect_string_escape()