Home
last modified time | relevance | path

Searched defs:wrapping_mul (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ops/
Dwrapping.rs69 fn wrapping_mul(&self, v: &Self) -> Self; in wrapping_mul() method
230 fn wrapping_mul(&self, v: &Self) -> Self { in wrapping_mul() function
267 fn wrapping_mul<T: WrappingMul>(a: T, b: T) -> T { in test_wrapping_traits() function
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec2.rs448 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
Di64vec3.rs479 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
Di64vec4.rs499 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec3.rs479 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
Di16vec2.rs448 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
Di16vec4.rs499 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec4.rs404 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
Du64vec2.rs343 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
Du64vec3.rs392 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec4.rs404 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
Du16vec2.rs343 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
Du16vec3.rs392 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/
Duvec3.rs392 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
Duvec2.rs343 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
Duvec4.rs404 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/
Divec3.rs479 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
Divec2.rs448 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
Divec4.rs499 pub const fn wrapping_mul(self, rhs: Self) -> Self { in wrapping_mul() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dintrinsics.rs2323 pub fn wrapping_mul<T: Copy>(a: T, b: T) -> T; in wrapping_mul() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dintrinsics.rs2362 pub fn wrapping_mul<T: Copy>(a: T, b: T) -> T; in wrapping_mul() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dintrinsics.rs2323 pub fn wrapping_mul<T: Copy>(a: T, b: T) -> T; in wrapping_mul() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dintrinsics.rs2362 pub fn wrapping_mul<T: Copy>(a: T, b: T) -> T; in wrapping_mul() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/
H A Dintrinsics.rs2323 pub fn wrapping_mul<T: Copy>(a: T, b: T) -> T; in wrapping_mul() function