| /external/rust/crates/glam/src/f32/scalar/ | 
| D | mat2.rs | 15 pub const fn mat2(x_axis: Vec2, y_axis: Vec2) -> Mat2 {  in mat2()27 pub struct Mat2 {  struct
 32 impl Mat2 {  implementation
 293 impl Default for Mat2 {  implementation
 300 impl Add<Mat2> for Mat2 {  implementation
 308 impl AddAssign<Mat2> for Mat2 {  implementation
 315 impl Sub<Mat2> for Mat2 {  implementation
 323 impl SubAssign<Mat2> for Mat2 {  implementation
 330 impl Neg for Mat2 {  implementation
 338 impl Mul<Mat2> for Mat2 {  implementation
 [all …]
 
 | 
| /external/rust/crates/glam/src/f32/sse2/ | 
| D | mat2.rs | 25 pub const fn mat2(x_axis: Vec2, y_axis: Vec2) -> Mat2 {  in mat2()32 pub struct Mat2(pub(crate) __m128);  struct
 34 impl Mat2 {  implementation
 325 impl Default for Mat2 {  implementation
 332 impl Add<Mat2> for Mat2 {  implementation
 340 impl AddAssign<Mat2> for Mat2 {  implementation
 347 impl Sub<Mat2> for Mat2 {  implementation
 355 impl SubAssign<Mat2> for Mat2 {  implementation
 362 impl Neg for Mat2 {  implementation
 370 impl Mul<Mat2> for Mat2 {  implementation
 [all …]
 
 | 
| /external/rust/crates/glam/src/f32/wasm32/ | 
| D | mat2.rs | 17 pub const fn mat2(x_axis: Vec2, y_axis: Vec2) -> Mat2 {  in mat2()24 pub struct Mat2(pub(crate) v128);  struct
 26 impl Mat2 {  implementation
 300 impl Default for Mat2 {  implementation
 307 impl Add<Mat2> for Mat2 {  implementation
 315 impl AddAssign<Mat2> for Mat2 {  implementation
 322 impl Sub<Mat2> for Mat2 {  implementation
 330 impl SubAssign<Mat2> for Mat2 {  implementation
 337 impl Neg for Mat2 {  implementation
 345 impl Mul<Mat2> for Mat2 {  implementation
 [all …]
 
 | 
| /external/rust/crates/glam/src/f32/coresimd/ | 
| D | mat2.rs | 17 pub const fn mat2(x_axis: Vec2, y_axis: Vec2) -> Mat2 {  in mat2()24 pub struct Mat2(pub(crate) f32x4);  struct
 26 impl Mat2 {  implementation
 298 impl Default for Mat2 {  implementation
 305 impl Add<Mat2> for Mat2 {  implementation
 313 impl AddAssign<Mat2> for Mat2 {  implementation
 320 impl Sub<Mat2> for Mat2 {  implementation
 328 impl SubAssign<Mat2> for Mat2 {  implementation
 335 impl Neg for Mat2 {  implementation
 343 impl Mul<Mat2> for Mat2 {  implementation
 [all …]
 
 | 
| /external/eigen/failtest/ | 
| D | sparse_storage_mismatch.cpp | 6 typedef SparseMatrix<double,RowMajor> Mat2;  typedef8 typedef SparseMatrix<double,ColMajor> Mat2;  typedef
 
 | 
| /external/rust/crates/glam/src/features/ | 
| D | impl_bytemuck.rs | 7 unsafe impl Pod for Mat2 {}  implementation8 unsafe impl Zeroable for Mat2 {}  implementation
 
 | 
| /external/rust/crates/glam/benches/ | 
| D | support.rs | 97 pub fn random_mat2(rng: &mut PCG32) -> Mat2 {  in random_mat2()
 | 
| /external/rust/crates/glam/src/f32/ | 
| D | affine2.rs | 156     pub fn from_mat2_translation(matrix2: Mat2, translation: Vec2) -> Self {  in from_mat2_translation()
 | 
| /external/rust/crates/glam/tests/ | 
| D | support.rs | 75 impl FloatCompare for Mat2 {  implementation
 | 
| /external/rust/crates/glam/src/f64/ | 
| D | dmat2.rs | 278     pub fn as_mat2(&self) -> Mat2 {  in as_mat2()
 | 
| /external/deqp/framework/common/ | 
| D | tcuMatrix.hpp | 495 typedef Matrix2f			Mat2;  typedef
 | 
| /external/deqp/modules/gles2/scripts/ | 
| D | genutil.py | 657 class Mat2(Mat):  class
 | 
| /external/deqp/modules/gles31/scripts/ | 
| D | genutil.py | 806 class Mat2(Mat):  class
 | 
| /external/deqp/modules/gles3/scripts/ | 
| D | genutil.py | 804 class Mat2(Mat):  class
 |