Home
last modified time | relevance | path

Searched refs:has_e (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dlit.rs1788 let mut has_e = false; in parse_lit_float() localVariable
1799 if has_e { in parse_lit_float()
1805 if has_e || has_dot { in parse_lit_float()
1820 if has_e { in parse_lit_float()
1827 has_e = true; in parse_lit_float()
1831 if has_sign || has_exponent || !has_e { in parse_lit_float()
1849 if has_e && !has_exponent { in parse_lit_float()