Home
last modified time | relevance | path

Searched refs:impl_approx_test (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/features/
Dimpl_approx.rs162 macro_rules! impl_approx_test { macro
185 impl_approx_test!($prim, $type, $type::ONE)
193 impl_approx_test!(f32, Vec2); in test_approx()
194 impl_approx_test!(f32, Vec3); in test_approx()
195 impl_approx_test!(f32, Vec3A); in test_approx()
196 impl_approx_test!(f32, Vec4); in test_approx()
197 impl_approx_test!(f32, Quat, Quat::from_slice(&ONESF32)); in test_approx()
198 impl_approx_test!(f32, Mat2, Mat2::from_cols_slice(&ONESF32)); in test_approx()
199 impl_approx_test!(f32, Mat3, Mat3::from_cols_slice(&ONESF32)); in test_approx()
200 impl_approx_test!(f32, Mat3A, Mat3A::from_cols_slice(&ONESF32)); in test_approx()
[all …]