Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/ascii/
Dmod.rs960 fn checked_mul(self, by: u8, _: sealed::SealedMarker) -> Option<Self>; in checked_mul() method
966 fn checked_mul(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_mul() method
975 fn checked_mul(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_mul() method
984 fn checked_mul(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_mul() method
993 fn checked_mul(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_mul() method
1002 fn checked_mul(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_mul() method
1012 fn checked_mul(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_mul() method
1022 fn checked_mul(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_mul() method
1032 fn checked_mul(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_mul() method
1042 fn checked_mul(self, by: u8, _: sealed::SealedMarker) -> Option<Self> { in checked_mul() method
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ops/
Dchecked.rs62 fn checked_mul(&self, v: &Self) -> Option<Self>; in checked_mul() method
/aosp_15_r20/external/rust/android-crates-io/crates/litrs/src/integer/
Dmod.rs195 fn checked_mul(self, rhs: Self) -> Option<Self>; in checked_mul() method
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Dmultiplication.rs212 fn checked_mul(&self, v: &BigInt) -> Option<BigInt> { in checked_mul() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dtime.rs208 fn checked_mul() { in checked_mul() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dtime.rs208 fn checked_mul() { in checked_mul() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dtime.rs208 fn checked_mul() { in checked_mul() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dtime.rs208 fn checked_mul() { in checked_mul() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dtime.rs208 fn checked_mul() { in checked_mul() function
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Dmultiplication.rs544 fn checked_mul(&self, v: &BigUint) -> Option<BigUint> { in checked_mul() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/net/
H A Dparser.rs13 fn checked_mul(&self, other: u32) -> Option<Self>; in checked_mul() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/net/
H A Dparser.rs13 fn checked_mul(&self, other: u32) -> Option<Self>; in checked_mul() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/net/
H A Dparser.rs13 fn checked_mul(&self, other: u32) -> Option<Self>; in checked_mul() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/net/
H A Dparser.rs13 fn checked_mul(&self, other: u32) -> Option<Self>; in checked_mul() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/net/
H A Dparser.rs13 fn checked_mul(&self, other: u32) -> Option<Self>; in checked_mul() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dbyteorder.rs670 fn checked_mul(self, rhs: Self) -> Option<Self>; in checked_mul() method
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/
Dbyteorder.rs670 fn checked_mul(self, rhs: Self) -> Option<Self>; in checked_mul() method
/aosp_15_r20/external/rust/crabbyavif/src/
Dlib.rs377 macro_rules! checked_mul { macro
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dtime.rs774 pub const fn checked_mul(self, rhs: u32) -> Option<Duration> { in checked_mul() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dtime.rs773 pub const fn checked_mul(self, rhs: u32) -> Option<Duration> { in checked_mul() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/
H A Dtime.rs774 pub const fn checked_mul(self, rhs: u32) -> Option<Duration> { in checked_mul() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dtime.rs773 pub const fn checked_mul(self, rhs: u32) -> Option<Duration> { in checked_mul() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dtime.rs774 pub const fn checked_mul(self, rhs: u32) -> Option<Duration> { in checked_mul() method
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/
Dbigint.rs999 pub fn checked_mul(&self, v: &BigInt) -> Option<BigInt> { in checked_mul() method
/aosp_15_r20/external/rust/crates/openssl/src/
Dbn.rs467 pub fn checked_mul( in checked_mul() method