Lines Matching full:firstexp
613 const char *firstexp; /* -> first significant exponent digit */625 firstexp=c; /* save exponent digit place */636 if (c>=firstexp+9+1) {637 if (c>firstexp+9+1 || *firstexp>'1') exponent=DECNUMMAXE*2;