macro_rules! div_impl_float {
    ($($t:ty)*) => { ... };
}