Home
last modified time | relevance | path

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

/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs820 pub fn f32_unsuffixed(f: f32) -> Literal { in f32_unsuffixed() functions
822 Literal::Compiler(proc_macro::Literal::f32_unsuffixed(f)) in f32_unsuffixed()
824 Literal::Fallback(fallback::Literal::f32_unsuffixed(f)) in f32_unsuffixed()
H A Dlib.rs1186 pub fn f32_unsuffixed(f: f32) -> Literal { in f32_unsuffixed() functions
1188 Literal::_new(imp::Literal::f32_unsuffixed(f)) in f32_unsuffixed()
H A Dfallback.rs963 pub fn f32_unsuffixed(f: f32) -> Literal { in f32_unsuffixed() functions
/third_party/rust/crates/proc-macro2/tests/
H A Dtest.rs232 assert_eq!(Literal::f32_unsuffixed(10.0).to_string(), "10.0"); in literal_float()

Completed in 6 milliseconds