Searched refs:parse_lit_float (Results 1 – 1 of 1) sorted by relevance
455 let (digits, suffix) = match value::parse_lit_float(repr) { in new()509 if let Some((digits, suffix)) = value::parse_lit_float(&repr) { in from()801 let (digits, suffix) = value::parse_lit_float(&repr)?; in parse_negative_lit()999 if let Some((digits, suffix)) = parse_lit_float(&repr) { in new()1476 pub fn parse_lit_float(input: &str) -> Option<(Box<str>, Box<str>)> { in parse_lit_float() function