Searched defs:wrapping_add_unsigned (Results 1 – 12 of 12) sorted by relevance
| /external/rust/android-crates-io/crates/glam/src/i8/ |
| D | i8vec3.rs | 799 pub const fn wrapping_add_unsigned(self, rhs: U8Vec3) -> Self { in wrapping_add_unsigned() method
|
| D | i8vec2.rs | 724 pub const fn wrapping_add_unsigned(self, rhs: U8Vec2) -> Self { in wrapping_add_unsigned() method
|
| D | i8vec4.rs | 861 pub const fn wrapping_add_unsigned(self, rhs: U8Vec4) -> Self { in wrapping_add_unsigned() method
|
| /external/rust/android-crates-io/crates/glam/src/i32/ |
| D | ivec2.rs | 724 pub const fn wrapping_add_unsigned(self, rhs: UVec2) -> Self { in wrapping_add_unsigned() method
|
| D | ivec3.rs | 799 pub const fn wrapping_add_unsigned(self, rhs: UVec3) -> Self { in wrapping_add_unsigned() method
|
| D | ivec4.rs | 861 pub const fn wrapping_add_unsigned(self, rhs: UVec4) -> Self { in wrapping_add_unsigned() method
|
| /external/rust/android-crates-io/crates/glam/src/i64/ |
| D | i64vec3.rs | 799 pub const fn wrapping_add_unsigned(self, rhs: U64Vec3) -> Self { in wrapping_add_unsigned() method
|
| D | i64vec2.rs | 724 pub const fn wrapping_add_unsigned(self, rhs: U64Vec2) -> Self { in wrapping_add_unsigned() method
|
| D | i64vec4.rs | 861 pub const fn wrapping_add_unsigned(self, rhs: U64Vec4) -> Self { in wrapping_add_unsigned() method
|
| /external/rust/android-crates-io/crates/glam/src/i16/ |
| D | i16vec3.rs | 799 pub const fn wrapping_add_unsigned(self, rhs: U16Vec3) -> Self { in wrapping_add_unsigned() method
|
| D | i16vec2.rs | 724 pub const fn wrapping_add_unsigned(self, rhs: U16Vec2) -> Self { in wrapping_add_unsigned() method
|
| D | i16vec4.rs | 861 pub const fn wrapping_add_unsigned(self, rhs: U16Vec4) -> Self { in wrapping_add_unsigned() method
|