Home
last modified time | relevance | path

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

/third_party/rust/crates/quote/src/
H A Dto_tokens.rs155 f64 => f64_suffixed
/third_party/rust/crates/proc-macro2/src/
H A Dlib.rs1168 pub fn f64_suffixed(f: f64) -> Literal { in f64_suffixed() functions
1170 Literal::_new(imp::Literal::f64_suffixed(f)) in f64_suffixed()
H A Dfallback.rs945 f64_suffixed => f64,
H A Dwrapper.rs802 f64_suffixed => f64,
/third_party/rust/crates/proc-macro2/tests/
H A Dtest.rs230 assert_eq!(Literal::f64_suffixed(10.0).to_string(), "10f64"); in literal_float()

Completed in 6 milliseconds