macro_rules! scalar_float_impl {
    ($ty:ident, $uty:ident) => { ... };
}