macro_rules! float_impl_std {
    ($T:ident $decode:ident) => { ... };
}