/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/ |
D | i64vec2.rs | 13 pub const fn i64vec2(x: i64, y: i64) -> I64Vec2 { in i64vec2() 23 pub struct I64Vec2 { struct 28 impl I64Vec2 { impl 516 impl Default for I64Vec2 { implementation 523 impl Div<I64Vec2> for I64Vec2 { implementation 534 impl DivAssign<I64Vec2> for I64Vec2 { implementation 542 impl Div<i64> for I64Vec2 { implementation 553 impl DivAssign<i64> for I64Vec2 { implementation 564 fn div(self, rhs: I64Vec2) -> I64Vec2 { in div() 572 impl Mul<I64Vec2> for I64Vec2 { implementation [all …]
|
D | i64vec3.rs | 155 pub fn truncate(self) -> I64Vec2 { in truncate() 1295 fn from((v, z): (I64Vec2, i64)) -> Self { in from()
|
D | i64vec4.rs | 1391 fn from((v, z, w): (I64Vec2, i64, i64)) -> Self { in from() 1398 fn from((v, u): (I64Vec2, I64Vec2)) -> Self { in from()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/swizzles/ |
D | i64vec3_impl.rs | 12 fn xx(self) -> I64Vec2 { in xx() 21 fn xy(self) -> I64Vec2 { in xy() 30 fn xz(self) -> I64Vec2 { in xz() 39 fn yx(self) -> I64Vec2 { in yx() 48 fn yy(self) -> I64Vec2 { in yy() 57 fn yz(self) -> I64Vec2 { in yz() 66 fn zx(self) -> I64Vec2 { in zx() 75 fn zy(self) -> I64Vec2 { in zy() 84 fn zz(self) -> I64Vec2 { in zz()
|
D | i64vec2_impl.rs | 5 impl Vec2Swizzles for I64Vec2 { implementation 12 fn xx(self) -> I64Vec2 { in xx() 21 fn xy(self) -> I64Vec2 { in xy() 30 fn yx(self) -> I64Vec2 { in yx() 39 fn yy(self) -> I64Vec2 { in yy()
|
D | i64vec4_impl.rs | 12 fn xx(self) -> I64Vec2 { in xx() 21 fn xy(self) -> I64Vec2 { in xy() 30 fn xz(self) -> I64Vec2 { in xz() 39 fn xw(self) -> I64Vec2 { in xw() 48 fn yx(self) -> I64Vec2 { in yx() 57 fn yy(self) -> I64Vec2 { in yy() 66 fn yz(self) -> I64Vec2 { in yz() 75 fn yw(self) -> I64Vec2 { in yw() 84 fn zx(self) -> I64Vec2 { in zx() 93 fn zy(self) -> I64Vec2 { in zy() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/features/ |
D | impl_bytemuck.rs | 86 unsafe impl Pod for I64Vec2 {} implementation 87 unsafe impl Zeroable for I64Vec2 {} implementation
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuVectorType.hpp | 60 typedef Vector<int64_t, 2> I64Vec2; typedef
|
H A D | tcuRasterizationVerifier.cpp | 50 typedef tcu::Vector<int64_t, 2> I64Vec2; in lineLineIntersect() typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/ |
D | vec2.rs | 797 pub fn as_i64vec2(&self) -> crate::I64Vec2 { in as_i64vec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | dvec2.rs | 797 pub fn as_i64vec2(&self) -> crate::I64Vec2 { in as_i64vec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/ |
D | i16vec2.rs | 408 pub fn as_i64vec2(&self) -> crate::I64Vec2 { in as_i64vec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/ |
D | u64vec2.rs | 310 pub fn as_i64vec2(&self) -> crate::I64Vec2 { in as_i64vec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/ |
D | u16vec2.rs | 303 pub fn as_i64vec2(&self) -> crate::I64Vec2 { in as_i64vec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/ |
D | ivec2.rs | 408 pub fn as_i64vec2(&self) -> crate::I64Vec2 { in as_i64vec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/ |
D | uvec2.rs | 303 pub fn as_i64vec2(&self) -> crate::I64Vec2 { in as_i64vec2()
|