Searched refs:f32_unsuffixed (Results 1 – 3 of 3) sorted by relevance
841 pub(crate) fn f32_unsuffixed(f: f32) -> Literal { in f32_unsuffixed() method843 Literal::Compiler(proc_macro::Literal::f32_unsuffixed(f)) in f32_unsuffixed()845 Literal::Fallback(fallback::Literal::f32_unsuffixed(f)) in f32_unsuffixed()
1202 pub fn f32_unsuffixed(f: f32) -> Literal { in f32_unsuffixed() method1204 Literal::_new(imp::Literal::f32_unsuffixed(f)) in f32_unsuffixed()
1018 pub(crate) fn f32_unsuffixed(f: f32) -> Literal { in f32_unsuffixed() method