macro_rules! float_common_impls {
    ($ty:ident<$t:tt>) => { ... };
}