Searched refs:impl_vec3_scalar_bit_op_tests (Results 1 – 1 of 1) sorted by relevance
| /external/rust/android-crates-io/crates/glam/tests/ |
| D | vec3.rs | 1567 macro_rules! impl_vec3_scalar_bit_op_tests { macro 2152 impl_vec3_scalar_bit_op_tests!(I8Vec3, -2, 2); 2313 impl_vec3_scalar_bit_op_tests!(U8Vec3, 0, 2); 2481 impl_vec3_scalar_bit_op_tests!(I16Vec3, -2, 2); 2632 impl_vec3_scalar_bit_op_tests!(U16Vec3, 0, 2); 2787 impl_vec3_scalar_bit_op_tests!(IVec3, -2, 2); 2930 impl_vec3_scalar_bit_op_tests!(UVec3, 0, 2); 3016 impl_vec3_scalar_bit_op_tests!(I64Vec3, -2, 2); 3093 impl_vec3_scalar_bit_op_tests!(U64Vec3, 0, 2);
|