Home
last modified time | relevance | path

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

/third_party/rust/crates/quote/src/
H A Dto_tokens.rs154 f32 => f32_suffixed
/third_party/rust/crates/proc-macro2/src/
H A Dlib.rs1204 pub fn f32_suffixed(f: f32) -> Literal { in f32_suffixed() functions
1206 Literal::_new(imp::Literal::f32_suffixed(f)) in f32_suffixed()
H A Dfallback.rs944 f32_suffixed => f32,
H A Dwrapper.rs801 f32_suffixed => f32,
/third_party/rust/crates/proc-macro2/tests/
H A Dtest.rs229 assert_eq!(Literal::f32_suffixed(10.0).to_string(), "10f32"); in literal_float()

Completed in 6 milliseconds