Searched refs:f64_unsuffixed (Results 1 – 3 of 3) sorted by relevance
849 pub(crate) fn f64_unsuffixed(f: f64) -> Literal { in f64_unsuffixed() method851 Literal::Compiler(proc_macro::Literal::f64_unsuffixed(f)) in f64_unsuffixed()853 Literal::Fallback(fallback::Literal::f64_unsuffixed(f)) in f64_unsuffixed()
1166 pub fn f64_unsuffixed(f: f64) -> Literal { in f64_unsuffixed() method1168 Literal::_new(imp::Literal::f64_unsuffixed(f)) in f64_unsuffixed()
1026 pub(crate) fn f64_unsuffixed(f: f64) -> Literal { in f64_unsuffixed() method