Home
last modified time | relevance | path

Searched refs:std_float (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/nom/benchmarks/benches/
H A Djson.rs196 fn std_float(input: &[u8]) -> IResult<&[u8], f64, (&[u8], ErrorKind)> { in std_float() functions
209 std_float(&b"-1.234E-12"[..]) in std_float_bytes()
211 c.bench_function("std_float bytes", |b| { in std_float_bytes()
212 b.iter(|| std_float(&b"-1.234E-12"[..])); in std_float_bytes()

Completed in 1 milliseconds