Home | History | Annotate | Download | only in libacc

Lines Matching full:tokd

3933     double tokd;     // floating point constant value
4294 tokd = strtof(pText, &pEndPtr);
4296 tokd = strtod(pText, &pEndPtr);
4301 // fprintf(stderr, "float constant: %s (%d) %g\n", pText, tok, tokd);
4682 double ad = tokd;
5784 buffer.printf("numeric constant float %g", tokd);
5786 buffer.printf("numeric constant double %g", tokd);