Home
last modified time | relevance | path

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

12

/external/rust/android-crates-io/crates/num-traits/src/ops/
Dchecked.rs84 fn checked_div(&self, v: &Self) -> Option<Self>; in checked_div() method
/external/rust/pica/src/bin/http-server/
Dposition.rs61 fn checked_div(num: f32, den: f32) -> Option<f32> { in checked_div() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/zerocopy-0.7.35/src/
Dbyteorder.rs669 fn checked_div(self, rhs: Self) -> Option<Self>; in checked_div() method
/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dbyteorder.rs669 fn checked_div(self, rhs: Self) -> Option<Self>; in checked_div() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/zerocopy-0.7.35/src/
Dbyteorder.rs669 fn checked_div(self, rhs: Self) -> Option<Self>; in checked_div() method
/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Ddivision.rs657 fn checked_div(&self, v: &BigUint) -> Option<BigUint> { in checked_div() method
/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Ddivision.rs442 fn checked_div(&self, v: &BigInt) -> Option<BigInt> { in checked_div() method
/external/rust/android-crates-io/crates/zerocopy/src/
Dbyteorder.rs1037 fn checked_div(self, rhs: Self) -> Option<Self>; in checked_div() method
/external/rust/android-crates-io/crates/chrono/src/
Dtime_delta.rs392 pub const fn checked_div(&self, rhs: i32) -> Option<TimeDelta> { in checked_div() method
/external/rust/android-crates-io/crates/num-bigint/src/
Dbigint.rs1004 pub fn checked_div(&self, v: &BigInt) -> Option<BigInt> { in checked_div() method
/external/rust/crates/openssl/src/
Dbn.rs489 pub fn checked_div( in checked_div() method
/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec2.rs469 pub const fn checked_div(self, rhs: Self) -> Option<Self> { in checked_div() method
Du16vec4.rs576 pub const fn checked_div(self, rhs: Self) -> Option<Self> { in checked_div() method
Du16vec3.rs542 pub const fn checked_div(self, rhs: Self) -> Option<Self> { in checked_div() method
/external/rust/android-crates-io/crates/glam/src/u8/
Du8vec2.rs469 pub const fn checked_div(self, rhs: Self) -> Option<Self> { in checked_div() method
Du8vec3.rs542 pub const fn checked_div(self, rhs: Self) -> Option<Self> { in checked_div() method
/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec2.rs469 pub const fn checked_div(self, rhs: Self) -> Option<Self> { in checked_div() method
Du64vec4.rs576 pub const fn checked_div(self, rhs: Self) -> Option<Self> { in checked_div() method
/external/rust/android-crates-io/crates/glam/src/u32/
Duvec2.rs469 pub const fn checked_div(self, rhs: Self) -> Option<Self> { in checked_div() method
Duvec3.rs542 pub const fn checked_div(self, rhs: Self) -> Option<Self> { in checked_div() method
Duvec4.rs576 pub const fn checked_div(self, rhs: Self) -> Option<Self> { in checked_div() method
/external/rust/android-crates-io/crates/glam/src/i8/
Di8vec3.rs629 pub const fn checked_div(self, rhs: Self) -> Option<Self> { in checked_div() method
Di8vec2.rs574 pub const fn checked_div(self, rhs: Self) -> Option<Self> { in checked_div() method
/external/rust/android-crates-io/crates/glam/src/i32/
Divec2.rs574 pub const fn checked_div(self, rhs: Self) -> Option<Self> { in checked_div() method
/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec3.rs629 pub const fn checked_div(self, rhs: Self) -> Option<Self> { in checked_div() method

12