Searched refs:impl_vec4_scalar_bit_op_tests (Results 1 – 1 of 1) sorted by relevance
| /external/rust/android-crates-io/crates/glam/tests/ |
| D | vec4.rs | 1648 macro_rules! impl_vec4_scalar_bit_op_tests { macro 2346 impl_vec4_scalar_bit_op_tests!(I8Vec4, -2, 2); 2523 impl_vec4_scalar_bit_op_tests!(U8Vec4, 0, 2); 2708 impl_vec4_scalar_bit_op_tests!(I16Vec4, -2, 2); 2881 impl_vec4_scalar_bit_op_tests!(U16Vec4, 0, 2); 3053 impl_vec4_scalar_bit_op_tests!(IVec4, -2, 2); 3211 impl_vec4_scalar_bit_op_tests!(UVec4, 0, 2); 3322 impl_vec4_scalar_bit_op_tests!(I64Vec4, -2, 2); 3418 impl_vec4_scalar_bit_op_tests!(U64Vec4, 0, 2);
|