Home
last modified time | relevance | path

Searched defs:saturating_sub_unsigned (Results 1 – 12 of 12) sorted by relevance

/external/rust/android-crates-io/crates/glam/src/i8/
Di8vec3.rs838 pub const fn saturating_sub_unsigned(self, rhs: U8Vec3) -> Self { in saturating_sub_unsigned() method
Di8vec2.rs760 pub const fn saturating_sub_unsigned(self, rhs: U8Vec2) -> Self { in saturating_sub_unsigned() method
Di8vec4.rs903 pub const fn saturating_sub_unsigned(self, rhs: U8Vec4) -> Self { in saturating_sub_unsigned() method
/external/rust/android-crates-io/crates/glam/src/i32/
Divec2.rs760 pub const fn saturating_sub_unsigned(self, rhs: UVec2) -> Self { in saturating_sub_unsigned() method
Divec3.rs838 pub const fn saturating_sub_unsigned(self, rhs: UVec3) -> Self { in saturating_sub_unsigned() method
Divec4.rs903 pub const fn saturating_sub_unsigned(self, rhs: UVec4) -> Self { in saturating_sub_unsigned() method
/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec3.rs838 pub const fn saturating_sub_unsigned(self, rhs: U64Vec3) -> Self { in saturating_sub_unsigned() method
Di64vec2.rs760 pub const fn saturating_sub_unsigned(self, rhs: U64Vec2) -> Self { in saturating_sub_unsigned() method
Di64vec4.rs903 pub const fn saturating_sub_unsigned(self, rhs: U64Vec4) -> Self { in saturating_sub_unsigned() method
/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec3.rs838 pub const fn saturating_sub_unsigned(self, rhs: U16Vec3) -> Self { in saturating_sub_unsigned() method
Di16vec2.rs760 pub const fn saturating_sub_unsigned(self, rhs: U16Vec2) -> Self { in saturating_sub_unsigned() method
Di16vec4.rs903 pub const fn saturating_sub_unsigned(self, rhs: U16Vec4) -> Self { in saturating_sub_unsigned() method