Lines Matching refs:impl_ops_traits
235 macro_rules! impl_ops_traits { macro
237 impl_ops_traits!($name, $native, @all_types);
238 impl_ops_traits!($name, $native, @signed_integer_floating_point);
248 impl_ops_traits!($name, $native, @signed_unsigned_integer);
249 impl_ops_traits!($name, $native, @all_types);
252 impl_ops_traits!($name, $native, @signed_unsigned_integer);
253 impl_ops_traits!($name, $native, @signed_integer_floating_point);
254 impl_ops_traits!($name, $native, @all_types);
257 …impl_ops_traits!(@without_byteorder_swap $name, $native, BitAnd, bitand, BitAndAssign, bitand_assi…
258 … impl_ops_traits!(@without_byteorder_swap $name, $native, BitOr, bitor, BitOrAssign, bitor_assign);
259 …impl_ops_traits!(@without_byteorder_swap $name, $native, BitXor, bitxor, BitXorAssign, bitxor_assi…
260 impl_ops_traits!(@with_byteorder_swap $name, $native, Shl, shl, ShlAssign, shl_assign);
261 impl_ops_traits!(@with_byteorder_swap $name, $native, Shr, shr, ShrAssign, shr_assign);
307 impl_ops_traits!(@with_byteorder_swap $name, $native, Add, add, AddAssign, add_assign);
308 impl_ops_traits!(@with_byteorder_swap $name, $native, Div, div, DivAssign, div_assign);
309 impl_ops_traits!(@with_byteorder_swap $name, $native, Mul, mul, MulAssign, mul_assign);
310 impl_ops_traits!(@with_byteorder_swap $name, $native, Rem, rem, RemAssign, rem_assign);
311 impl_ops_traits!(@with_byteorder_swap $name, $native, Sub, sub, SubAssign, sub_assign);
731 impl_ops_traits!($name, $native, $number_kind);