Searched refs:has_exp (Results 1 – 2 of 2) sorted by relevance
610 let mut has_exp = false; in float_digits() localVariable635 has_exp = true; in float_digits()642 if !(has_dot || has_exp) { in float_digits()646 if has_exp { in float_digits()
1405 let mut has_exp = false; in parse_lit_int() localVariable1410 b'0'..=b'9' => has_exp = true, in parse_lit_int()1413 if has_exp && crate::ident::xid_ok(suffix) { in parse_lit_int()1421 if has_exp { in parse_lit_int()