Searched refs:impl_vec2_scalar_bit_op_tests (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/ |
D | vec2.rs | 1012 macro_rules! impl_vec2_scalar_bit_op_tests { macro 1275 impl_vec2_scalar_bit_op_tests!(I16Vec2, -2, 2); 1396 impl_vec2_scalar_bit_op_tests!(U16Vec2, 0, 2); 1499 impl_vec2_scalar_bit_op_tests!(IVec2, -2, 2); 1611 impl_vec2_scalar_bit_op_tests!(UVec2, 0, 2); 1649 impl_vec2_scalar_bit_op_tests!(I64Vec2, -2, 2); 1700 impl_vec2_scalar_bit_op_tests!(U64Vec2, 0, 2);
|