Lines Matching full:exponent
505 if ((*s == 'e' || *s == 'E')) { // exponent
506 const char *Exponent = s;
514 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent - ThisTokBegin),
707 // A binary exponent can appear with or with a '.'. If dotted, the
708 // binary exponent is required.
710 const char *Exponent = s;
716 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent-ThisTokBegin),
776 // If we have a hex digit other than 'e' (which denotes a FP exponent) then
791 if (*s == 'e' || *s == 'E') { // exponent
792 const char *Exponent = s;
801 PP.Diag(PP.AdvanceToTokenCharacter(TokLoc, Exponent-ThisTokBegin),