Home
last modified time | relevance | path

Searched refs:f64_unsuffixed (Results 1 – 3 of 3) sorted by relevance

/linux/rust/proc-macro2/
H A Dwrapper.rs849 pub(crate) fn f64_unsuffixed(f: f64) -> Literal { in f64_unsuffixed() method
851 Literal::Compiler(proc_macro::Literal::f64_unsuffixed(f)) in f64_unsuffixed()
853 Literal::Fallback(fallback::Literal::f64_unsuffixed(f)) in f64_unsuffixed()
H A Dlib.rs1166 pub fn f64_unsuffixed(f: f64) -> Literal { in f64_unsuffixed() method
1168 Literal::_new(imp::Literal::f64_unsuffixed(f)) in f64_unsuffixed()
H A Dfallback.rs1026 pub(crate) fn f64_unsuffixed(f: f64) -> Literal { in f64_unsuffixed() method