HomeSort by: relevance | last modified time | path
    Searched defs:seen_digit (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/gmp/dist/scanf/
doscan.c 224 int chars, c, base, first, width, seen_point, seen_digit, hexfloat; local
249 seen_digit = 0;
267 seen_digit = 1; /* 0 alone is a valid number */
275 seen_digit = 0; /* must have digits after an 0x */
301 seen_digit = 1;
347 if (! seen_digit)
362 if (! seen_digit)
366 seen_digit = 0;
375 if (! seen_digit)
  /src/external/gpl3/gcc/dist/libcpp/
expr.cc 557 bool seen_digit; local
572 seen_digit = false;
614 seen_digit = true;
696 if (radix == 16 && !seen_digit)
  /src/external/gpl3/gcc.old/dist/libcpp/
expr.cc 522 bool seen_digit; local
537 seen_digit = false;
579 seen_digit = true;
661 if (radix == 16 && !seen_digit)

Completed in 29 milliseconds