Searched refs:impl_vec2_scalar_shift_op_tests (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/ |
D | vec2.rs | 939 macro_rules! impl_vec2_scalar_shift_op_tests { macro 1272 impl_vec2_scalar_shift_op_tests!(I16Vec2, -2, 2); 1393 impl_vec2_scalar_shift_op_tests!(U16Vec2, 0, 2); 1496 impl_vec2_scalar_shift_op_tests!(IVec2, -2, 2); 1608 impl_vec2_scalar_shift_op_tests!(UVec2, 0, 2); 1646 impl_vec2_scalar_shift_op_tests!(I64Vec2, -2, 2); 1697 impl_vec2_scalar_shift_op_tests!(U64Vec2, 0, 2);
|