Home
last modified time | relevance | path

Searched defs:checked_mul (Results 1 – 25 of 36) sorted by relevance

12

/external/rust/android-crates-io/crates/num-traits/src/ops/
Dchecked.rs62 fn checked_mul(&self, v: &Self) -> Option<Self>; in checked_mul() method
/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Dmultiplication.rs212 fn checked_mul(&self, v: &BigInt) -> Option<BigInt> { in checked_mul() method
/external/rust/android-crates-io/crates/litrs/src/integer/
Dmod.rs153 fn checked_mul(self, rhs: Self) -> Option<Self>; in checked_mul() method
/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Dmultiplication.rs602 fn checked_mul(&self, v: &BigUint) -> Option<BigUint> { in checked_mul() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/zerocopy-0.7.35/src/
Dbyteorder.rs670 fn checked_mul(self, rhs: Self) -> Option<Self>; in checked_mul() method
/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dbyteorder.rs670 fn checked_mul(self, rhs: Self) -> Option<Self>; in checked_mul() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/zerocopy-0.7.35/src/
Dbyteorder.rs670 fn checked_mul(self, rhs: Self) -> Option<Self>; in checked_mul() method
/external/rust/crabbyavif/src/
Dlib.rs391 macro_rules! checked_mul { macro
/external/rust/android-crates-io/crates/zerocopy/src/
Dbyteorder.rs1040 fn checked_mul(self, rhs: Self) -> Option<Self>; in checked_mul() method
/external/rust/android-crates-io/crates/chrono/src/
Dtime_delta.rs378 pub const fn checked_mul(&self, rhs: i32) -> Option<TimeDelta> { in checked_mul() method
/external/rust/android-crates-io/crates/num-bigint/src/
Dbigint.rs999 pub fn checked_mul(&self, v: &BigInt) -> Option<BigInt> { in checked_mul() method
/external/rust/crates/openssl/src/
Dbn.rs467 pub fn checked_mul( in checked_mul() method
/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec2.rs451 pub const fn checked_mul(self, rhs: Self) -> Option<Self> { in checked_mul() method
Du16vec4.rs550 pub const fn checked_mul(self, rhs: Self) -> Option<Self> { in checked_mul() method
Du16vec3.rs520 pub const fn checked_mul(self, rhs: Self) -> Option<Self> { in checked_mul() method
/external/rust/android-crates-io/crates/glam/src/u8/
Du8vec2.rs451 pub const fn checked_mul(self, rhs: Self) -> Option<Self> { in checked_mul() method
Du8vec3.rs520 pub const fn checked_mul(self, rhs: Self) -> Option<Self> { in checked_mul() method
/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec2.rs451 pub const fn checked_mul(self, rhs: Self) -> Option<Self> { in checked_mul() method
/external/rust/android-crates-io/crates/glam/src/u32/
Duvec2.rs451 pub const fn checked_mul(self, rhs: Self) -> Option<Self> { in checked_mul() method
Duvec3.rs520 pub const fn checked_mul(self, rhs: Self) -> Option<Self> { in checked_mul() method
Duvec4.rs550 pub const fn checked_mul(self, rhs: Self) -> Option<Self> { in checked_mul() method
/external/rust/android-crates-io/crates/glam/src/i8/
Di8vec3.rs607 pub const fn checked_mul(self, rhs: Self) -> Option<Self> { in checked_mul() method
Di8vec2.rs556 pub const fn checked_mul(self, rhs: Self) -> Option<Self> { in checked_mul() method
/external/rust/android-crates-io/crates/glam/src/i32/
Divec2.rs556 pub const fn checked_mul(self, rhs: Self) -> Option<Self> { in checked_mul() method
/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec3.rs607 pub const fn checked_mul(self, rhs: Self) -> Option<Self> { in checked_mul() method

12