Lines Matching refs:seen_dp
828 I32 seen_dp = 0;
876 if (seen_dp)
887 ++accumulator[seen_dp];
890 ++accumulator[seen_dp];
893 if (seen_dp) {
901 if (! seen_dp) {
908 if (accumulator[seen_dp] > MAX_ACCUMULATE) {
910 result[seen_dp] = S_mulexp10(result[seen_dp],
911 exp_acc[seen_dp])
912 + (NV)accumulator[seen_dp];
913 accumulator[seen_dp] = 0;
914 exp_acc[seen_dp] = 0;
916 accumulator[seen_dp] = accumulator[seen_dp] * 10 + digit;
917 ++exp_acc[seen_dp];
920 else if (!seen_dp && GROK_NUMERIC_RADIX((const char **)&s, send)) {
921 seen_dp = 1;
936 if (seen_dp) {
961 if (seen_dp) {