Searched refs:take_float_or_exceptions (Results 1 – 2 of 2) sorted by relevance
1494 let s = take_float_or_exceptions(input)?; in float()1502 fn take_float_or_exceptions<I, E: ParserError<I>>(input: &mut I) -> PResult<<I as Stream>::Slice, E> in take_float_or_exceptions() function
623 match take_float_or_exceptions.parse_peek(i) { in parse_f64()