Home
last modified time | relevance | path

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

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