Lines Matching full:firstexp
615 const char *firstexp; /* -> first significant exponent digit */627 firstexp=c; /* save exponent digit place */638 if (c>=firstexp+9+1) {639 if (c>firstexp+9+1 || *firstexp>'1') exponent=DECNUMMAXE*2;