Searched refs:impl_vec2_scalar_bit_op_tests (Results 1 – 1 of 1) sorted by relevance
| /external/rust/android-crates-io/crates/glam/tests/ |
| D | vec2.rs | 1373 macro_rules! impl_vec2_scalar_bit_op_tests { macro 1733 impl_vec2_scalar_bit_op_tests!(I8Vec2, -2, 2); 1887 impl_vec2_scalar_bit_op_tests!(U8Vec2, 0, 2); 2052 impl_vec2_scalar_bit_op_tests!(I16Vec2, -2, 2); 2196 impl_vec2_scalar_bit_op_tests!(U16Vec2, 0, 2); 2349 impl_vec2_scalar_bit_op_tests!(IVec2, -2, 2); 2487 impl_vec2_scalar_bit_op_tests!(UVec2, 0, 2); 2574 impl_vec2_scalar_bit_op_tests!(I64Vec2, -2, 2); 2651 impl_vec2_scalar_bit_op_tests!(U64Vec2, 0, 2);
|